On Tue, Dec 15, 2009 at 9:43 AM, Carl <[email protected]> wrote:
> 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?

Is your server running on Linux ?

If so, using the pid of the beanstalk server

ls -l /proc/<pid>/fd

will tell you what file descriptors are open to

netstat -pane | grep <pid>

will tell you where any net connections for the server process are connected to.

Graham.

--

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.


Reply via email to