We've been using Beanstalk in an unusual way: as a messaging server, and guess what, it's working better than RabbitMQ for us :)
Being able to remove tubes would *really* benefit us. Is there some sort of ETA on this, is it even planned? Thanks! Carl On Nov 3, 6:22 pm, Keith Rarick <[email protected]> wrote: > 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.
