On Mon, Apr 23, 2012 at 7:04 AM, Bruno <[email protected]> wrote: > The ideal method would be to provide a string identifier at connect, > that would be returner when listing clients, for example:
It's hard to justify adding a special-case feature for this. You can work around it by having each worker listen on a specially-named tube, for example "w165" or "w44", then running list-tubes and looking for tube names that match the format. Calling stats-tube will tell you whether that worker is currently waiting. 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.
