On Sat, Nov 29, 2008 at 5:40 AM, Graham Barr <[EMAIL PROTECTED]> wrote:
> My commit to keep all_jobs_used consistent fixes the problem

That makes sense. The only "doubling" behavior in beanstalkd is when
the job hash table grows to accommodate more jobs at a time.
Decrementing all_jobs_used incorrectly caused it to become 2^32 - 1,
which caused the hash table to grow every time a job was inserted.

Thank you! I'll push this change to my master branch momentarily.

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