Re: [Patch] Encode invalid chars in /proc/registry entries

2007-11-22 Thread Corinna Vinschen
On Nov 16 20:25, Christian Franke wrote: Corinna Vinschen wrote: Thanks for this patch. Apart from the missing ChangeLog I'm inclined to apply it to the upcoming 1.5.25 release, but I don't like to have it in HEAD as is. Thanks, I would appreciate to have this issue fixed in the bugfix

Re: Resource Temporarily Unavailable workaround

2007-11-22 Thread Christopher Faylor
On Thu, Nov 22, 2007 at 04:41:54PM +, Andrew STUBBS wrote: The attached patch adds a 'retry' to the fork system call. Basically it waits 10 seconds to allow the 'resource temporarily unavailable' to become (temporarily) available once more, and tries again, up to a maximum of three attempts.

Re: Resource Temporarily Unavailable workaround

2007-11-22 Thread Christopher Faylor
On Thu, Nov 22, 2007 at 12:00:51PM -0500, Christopher Faylor wrote: On Thu, Nov 22, 2007 at 04:41:54PM +, Andrew STUBBS wrote: The attached patch adds a 'retry' to the fork system call. Basically it waits 10 seconds to allow the 'resource temporarily unavailable' to become (temporarily)

Re: Resource Temporarily Unavailable workaround

2007-11-22 Thread Andrew STUBBS
Christopher Faylor wrote: On Thu, Nov 22, 2007 at 12:00:51PM -0500, Christopher Faylor wrote: On Thu, Nov 22, 2007 at 04:41:54PM +, Andrew STUBBS wrote: The attached patch adds a 'retry' to the fork system call. Basically it waits 10 seconds to allow the 'resource temporarily unavailable'

Re: Resource Temporarily Unavailable workaround

2007-11-22 Thread Christopher Faylor
On Thu, Nov 22, 2007 at 05:55:05PM +, Andrew STUBBS wrote: Christopher Faylor wrote: On Thu, Nov 22, 2007 at 12:00:51PM -0500, Christopher Faylor wrote: On Thu, Nov 22, 2007 at 04:41:54PM +, Andrew STUBBS wrote: The attached patch adds a 'retry' to the fork system call. Basically it waits