Re: [Mongrel] Why not ignore stale PID files?

2008-06-06 Thread Erik Hetzner
At Thu, 5 Jun 2008 16:08:06 -0500, Gunnar Wolf [EMAIL PROTECTED] wrote: Hi, I have an application which is dying horrible deaths (i.e. segmentation faults) in mid-flight, in production... And of course, I should fix it. But while I find and fix the bugs, I found something I think should be

[Mongrel] package needed: fastthread-1.0.2

2008-06-06 Thread MenTaLguY
I've just committed the makings of fastthread-1.0.2 to SVN, fixing a couple long-standing bugs in 1.0.1: - merged the fix from ruby_1_8 to avoid rb_bugging during exit with waiting threads - SizedQueue#enq is now defined properly Could you or whoever does the signed gems please turn the crank

Re: [Mongrel] Why not ignore stale PID files?

2008-06-06 Thread Istvan Szukacs
kill -0 `cat pid_file` /dev/null more like kill -0 $(pid_file) /dev/null regards, Istvan Erik Hetzner wrote: At Thu, 5 Jun 2008 16:08:06 -0500, Gunnar Wolf [EMAIL PROTECTED] wrote: Hi, I have an application which is dying horrible deaths (i.e. segmentation faults) in mid-flight, in

Re: [Mongrel] Why not ignore stale PID files?

2008-06-06 Thread Gunnar Wolf
Tikhon Bernstam dijo [Thu, Jun 05, 2008 at 07:29:22PM -0700]: use the mongrel_cluster --clean option Very good addition to the overall logic, keeps things cleaner :-) -- Gunnar Wolf - [EMAIL PROTECTED] - (+52-55)5623-0154 / 1451-2244 PGP key 1024D/8BB527AF 2001-10-23 Fingerprint: 0C79 D2D1

Re: [Mongrel] package needed: fastthread-1.0.2

2008-06-06 Thread Evan Weaver
Yeah, I can do it soonish. Thanks for the fixes. Evan On Fri, Jun 6, 2008 at 11:18 AM, MenTaLguY [EMAIL PROTECTED] wrote: I've just committed the makings of fastthread-1.0.2 to SVN, fixing a couple long-standing bugs in 1.0.1: - merged the fix from ruby_1_8 to avoid rb_bugging during exit

Re: [Mongrel] Why not ignore stale PID files?

2008-06-06 Thread Eric Wong
Gunnar Wolf [EMAIL PROTECTED] wrote: Zed A. Shaw dijo [Fri, Jun 06, 2008 at 01:01:32AM -0400]: That would be the ideal situation, but Ruby doesn't have good enough process management APIs to do this portably. To make it work you'd have to portably be able to take a PID and see if there's a

Re: [Mongrel] Fresh install on Debian Etch - Mongrel immediately hangs

2008-06-06 Thread Emmett Shear
I just had the same exact problem with the same solution. The wrong platform of fastthread was installed, which was causing mongrel to spin. That should probably dump with a stacktrace instead of spinning, I'll see if I can learn enough mongrel to write a patch. Emmett On Mon, Dec 17, 2007 at

[Mongrel] Mongrel access logs?

2008-06-06 Thread Emmanuel Pinault
Hi How do I turn on/off the mongrel access logs? I have not seen any docs and the API does not describes it very well.. Thanks Emmanuel ___ Mongrel-users mailing list Mongrel-users@rubyforge.org http://rubyforge.org/mailman/listinfo/mongrel-users