I wonder if its because my ISP only allows one instance of mongrel per
application/proxy

I am not able to use mongrel_cluster.

On Sat, Jul 12, 2008 at 8:20 PM, sathishkumar <[EMAIL PROTECTED]> wrote:
> Hi,
>     I have some idea about why mongrel is dying sometimes/most of the times.
>
>     Mongrel can handle the 256 request simultaneously at one time. if the
> incoming request is higher than 256, they have written code inside the
> mongrel.rb to increase the threads to handle the request. But they forgot to
> initialize the one variable called 'w'(i'm not sure the exact variable name
> but its one word) so that its not creating the extra threads to handle
> request and its crashing.
>
> mongrel gets crashed becasue of the error this is the exact error :
> unintialized constant 'w'
>
> If you want to know about this please look into your log files which is
> reside in log folder.
>
> Thanks,
> Sathish Kumar Sadhasivam.
>
> On Thu, Jul 10, 2008 at 2:49 AM, Anthony Ettinger <[EMAIL PROTECTED]>
> wrote:
>>
>> tail -f ./current/logs/mongrel.log
>>
>> ?
>>
>> On Wed, Jul 9, 2008 at 1:12 PM, Kristopher Kelly
>> <[EMAIL PROTECTED]> wrote:
>> >
>> > Jonathan Rochkind wrote:
>> >> And in addition to my logging questions, does anyone have any idea why
>> >> my mongrels might be silently dying?
>> >>
>> >> Thanks for any advice,
>> >>
>> >> Jonathan
>> >
>> > I would love to know the answer to this, too, because I'm having the
>> > exact same trouble. Anyone know if this has already been answered
>> > elsewhere? This is an incredibly frustrating problem. Just some advice
>> > on how to log what is going on would be useful....
>> >
>> > Thanks,
>> > Kris
>> > --
>> > Posted via http://www.ruby-forum.com/.
>> >
>> > >
>> >
>>
>>
>>
>> --
>> Anthony Ettinger
>> 408-656-2473
>> http://anthony.ettinger.name
>>
>>
>
>
> >
>



-- 
Anthony Ettinger
408-656-2473
http://anthony.ettinger.name

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Deploying Rails" group.
To post to this group, send email to rubyonrails-deployment@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-deployment?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to