And now I'm seeing a lot of these beanstalkd: prot.c:1781 in h_accept: accept(): Too many open files beanstalkd: net.c:72 in brake: too many connections; putting on the brakes beanstalkd: net.c:88 in unbrake: releasing the brakes beanstalkd: prot.c:1781 in h_accept: accept(): Too many open files beanstalkd: net.c:72 in brake: too many connections; putting on the brakes beanstalkd: net.c:88 in unbrake: releasing the brakes
I think the Ruby gem leaves connections open, is that the case? I found this fix http://www.mail-archive.com/[email protected]/msg00372.html. Has this been merged to your master branch? /c On Dec 15, 10:04 am, Carl <[email protected]> wrote: > I've been seeing a few > > beanstalkd: prot.c:693 in check_err: read(): Connection reset by peer > > When not in daemon mode. Not sure if it's related. But it hasn't > crashed yet. > > On Dec 15, 9:58 am, Carl <[email protected]> wrote: > > > > > Yes, major problem with 1.4.3. It just crashes on me after a few hours > > of use. Could it be because I tried to set the maximum job size to > > 1MB? > > > Is there a way to create a log file to see what happens, because right > > now I have no clue what could be causing this. > > > Thanks! > > > On Dec 15, 4:39 am, Keith Rarick <[email protected]> wrote: > > > > On Mon, Dec 14, 2009 at 5:28 AM, Carl <[email protected]> wrote: > > > > 1.4.3 seems to have fixed my problem, thanks! > > > > Excellent! Be sure to let me know if you notice any more problems > > > (memory or other). > > > > 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=en.
