On Tue, Nov 10, 2009 at 6:53 AM, Al-Faisal El-Dajani <[email protected]> wrote: > ... attempting to > connect to it using Beanstalk::Pool.new gives me the following > message: Errno::ECONNRESET: Connection reset by peer
The most likely cause of this is that the clients are somehow leaking connections. If beanstalkd runs out of open file descriptors (often the OS limits this to 1024 by default) it will stop accepting new connections until existing ones are closed. You can use the netstat command to see how many connections are open at any time. kr -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/beanstalk-talk?hl=.
