Re: [Openais] [PATCH 1/2] POLL: gracefully handle running out of file descriptors.

2010-08-24 Thread Angus Salkeld
On Tue, Aug 24, 2010 at 01:34:12PM -0700, Steven Dake wrote: > Looks good for commit - can you bump up the 20 limit to something > more, like perhaps 50? Ok, bumped to 50 and committed. -Angus > > Thanks > -steve > > On 08/23/2010 07:21 PM, Angus Salkeld wrote: > >These 2 patches result in the

Re: [Openais] [PATCH 1/2] POLL: gracefully handle running out of file descriptors.

2010-08-24 Thread Steven Dake
Looks good for commit - can you bump up the 20 limit to something more, like perhaps 50? Thanks -steve On 08/23/2010 07:21 PM, Angus Salkeld wrote: > These 2 patches result in the library returning NO_RESOURCES when > corosync is running out of file descriptors. I think it's better... > > -Angus

[Openais] [PATCH 1/2] POLL: gracefully handle running out of file descriptors.

2010-08-23 Thread Angus Salkeld
These 2 patches result in the library returning NO_RESOURCES when corosync is running out of file descriptors. I think it's better... -Angus Signed-off-by: Angus Salkeld --- exec/coropoll.c | 69 + exec/main.c | 19