On Sat, Jul 16, 2011 at 9:34 AM, Matteo Galli <[email protected]> wrote: > However I'm wondering how many tubes a single instance of Beanstalkd > can hold as I was considering using the queue model to implement a one- > to-one chat where a tube would represent a "pipe" between two users.
There is no limit. Keep an eye on performance, especially if you have over about 10,000 tubes. If performance becomes a problem, be sure to reply here and let us know. Others have been talking about doing something similar, and if performance does become a problem it can be fixed. 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.
