On Thu, Apr 15, 2010 at 2:16 PM, jarod <[email protected]> wrote:
> are there any known limits to beanstalk connections (in relation to
> how many can be made) or how many requests can be pushed to beanstalk
> at once.

No intrinsic limits, though I have heard reports of OS problems above
20- or 30,000 connections. We use libevent, which is proven to scale
well to many open connections. Beanstalkd itself (outside of libevent)
never operates on more than one connection at a time.

People often run into the ulimit setting, which imposes an artificial
limit on the number of open file descriptors (and, hence, connections)
for a process. Try "help ulimit" and look at the "-n" option.

As for issuing many commands, again, there is no hard limit. Your
hardware will affect how much throughput you can get. Beanstalkd is
pretty fast.

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.

Reply via email to