http://github.com/kr/beanstalkd/issues/#issue/25

The only problem with this is that freeing n jobs is O(n). I prefer
all commands to run in O(log n).

It'd have to remove the jobs without freeing them, then free them
incrementally later. There might even be a trick somewhere in there to
eliminate the time spent freeing them...

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