Re: [Mongrel] deployment survey

2008-01-09 Thread Ball, Donald A Jr (Library)
* Framework, if any (Camping, Merb, Rails, Nitro, Ramaze, IOWA, Rack...) Rails-1.2.x * Mongrel version Mongrel-1.1 * Mongrel handlers used (rails, dirhandler, camping, cgiwrapper...) rails * How many mongrel routes and handlers per route registered (if you don't know, it's probably =

Re: [Mongrel] Best practice Ruby on Rails on Windows configuration

2007-11-14 Thread Ball, Donald A Jr (Library)
- If you're forced to IIS (Internet Information Server) it seems latest IIS7 support FastCGI, so using libfcgi and ruby-fcgi works out of the box I've tried out the FastCGI ISAPI module for IIS6 recently and still experienced no joy getting it to play nicely with rails. Do you happen to have

[Mongrel] mongrel_service-0.3.1 problems - service will not start

2006-12-21 Thread Ball, Donald A Jr \(Library\)
Hey, I just finished a round of testing my app with mongrel-1.0rc1 (pretty good, four segfaults and a gc error in maybe ten thousands requests) and was moving on to mongrel_service to see if it could cope with said segfaults and gc errors. Sadly, the service will not start. I installed using:

Re: [Mongrel] mongrel_service-0.3.1 problems - service will not start

2006-12-21 Thread Ball, Donald A Jr \(Library\)
is that this abnormal condition does not appear in the mongrel/rails log or in the windows event log. Is there somewhere else I should be looking to find these? - donald -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ball, Donald A Jr (Library) Sent

Re: [Mongrel] running mongrel in production on win32

2006-12-19 Thread Ball, Donald A Jr \(Library\)
I'm using mongrel-0.3.13.3-mswin32, the latest publicly available mswin32 gem, along with mongrel_service-0.2, though I'm not using the service in development. I tried to install 0.3.19 but got odd compilation warnings when I did so and the server failed to start. That is the

Re: [Mongrel] running mongrel in production on win32

2006-12-19 Thread Ball, Donald A Jr \(Library\)
Sure. Actually, I have a problem to report already... sessions are not working when I start mongrel in this fashion. Is there somewhere i should be configuring session behavior that I'm not? To be more specific, the browser doesn't report a session_id cookie in its cookie list. The

Re: [Mongrel] running mongrel in production on win32

2006-12-19 Thread Ball, Donald A Jr \(Library\)
Sadly, I cannot upgrade to 0.3.20 as I'm on win32, there's no gem available for it yet, and I apparently cannot compile the http parser (nmake launches cl.exe which complains: c:\ruby\lib\ruby\1.8\i386-mswin32\config.h(2) : fatal error C1189: #error : MSC version unmatch (In point of fact,

Re: [Mongrel] running mongrel in production on win32

2006-12-19 Thread Ball, Donald A Jr \(Library\)
I'll get you a win32 gem today. You're my hero. - donald ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users

[Mongrel] running mongrel in production on win32

2006-12-15 Thread Ball, Donald A Jr \(Library\)
Hey guys, I'm running the mongrel server that comes with rails-1.2rc1 for development on a winxp box, anticipating taking it into production on a win2k3 box in the next few weeks. I've had a couple of crashes occur during development that give me pause, however. I made a ticket for the last one

Re: [Mongrel] running mongrel in production on win32

2006-12-15 Thread Ball, Donald A Jr \(Library\)
On 12/15/06, Ball, Donald A Jr (Library) [EMAIL PROTECTED] wrote: Hey guys, I'm running the mongrel server that comes with rails-1.2rc1 for development on a winxp box, anticipating taking it into production on a win2k3 box in the next few weeks. Ok, which version of mongrel