On 5/28/07, Jonah Fox <jonahfox at gmail.com>
wrote:> Hi,
>
> I have installed mongrel on Vista and my app runs *really* slowly. Checking
> Net stats in firebug shows each html request for the assets taking ~1s.
> Running same app on XP is fine and running as webrick on vista is fine too.
>
> There is also a strange pattern : each of the http requests to mongrel take
> marginally more than 1s, e.g. 1.04, 1.05
> on webrick each request takes ~ 4-40ms.
>
> Very odd behaviour - any ideas ?
>
Are you working with edge rails? Since new edge version default to
cookie for sessio storage, mongrel behave a bit "slower" in that area,
taking like 4 seconds (Core 2 Duo) just to refresh its first page, and
without high CPU load.
I reverted that to pstore for development, and active_record for
production until figure out what is wrong with cookie based storage,
and of course, windows.
--
Luis Lavena
Multimedia systems
-
Leaders are made, they are not born. They are made by hard effort,
which is the price which all of us must pay to achieve any goal that
is worthwhile.
Vince Lombardi