On 5/23/06, Walter <[EMAIL PROTECTED]> wrote: > Hi, > > I am trying to run Mongrel on win32 to serve an internal rails application. > > We are accessing legacy data, and some transactions can take 5 to 10 seconds. > This is holding up every other request. The -n does not seem to be > supported on Win32. > > Am I missing something, or should I look elsewhere to serve my Rails app on > win32? > > > Thanks, > > Walt
Rails is not thread-safe, so mongrel locks it. You could implement these tasks in a custom mongrel handler, or look into ezra's backgrounddrb plugin. http://www.brainspl.at/articles/2006/05/15/backgoundrb-initial-release -- Rick Olson http://techno-weenie.net _______________________________________________ Mongrel-users mailing list [email protected] http://rubyforge.org/mailman/listinfo/mongrel-users
