On Fri, Feb 18, 2011 at 5:48 PM, Aaron Parecki <[email protected]> wrote: > Are there many downsides to allowing larger jobs? 256k or so? Similarly, is > there a performance increase by restricting the job length to something > smaller like 1k or 512 bytes?
This option doesn't affect speed at all. Performance depends only on the actual jobs you put in the queue. The server doesn't copy a job once it has been read from the network, but larger jobs still take longer to receive and send. 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.
