Hello, I'm using beanstalkd 1.4.2, compiled from source along with libevent 1.4.12. I am using it with activemessaging plugin for rails. For some reason, beanstalkd keeps hanging after a while, and attempting to connect to it using Beanstalk::Pool.new gives me the following message: Errno::ECONNRESET: Connection reset by peer
In development it works fine and I do not face any problems, this only happens in production mode. The only difference between development and production modes is that in production mode I am using more tubes (up to 18), and the beanstalkd server is on a separate machine accessed by 3 beanstalk client instances. Other than that it is the exact same environment and code base. I can not find any logs for beanstalk that might contain information about why this is happening. If somebody can offer some help or tell me where to look to figure this out it would be deeply appreciated, thanx. -- 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=.
