Hi, I am evaluating beanstalk for use in production environment. I have a few questions:
1. throughput : we need to be able to handle ~ 100k tasks a minute 2. Memory: Reading through the docs, it looks like new tasks will go into a buried state if the queue does not fit in main memory. Is that correct? So the task will become available again once the memory is available? And if binary log is active the queue can grow as big as space will allow? 3. Ordering: We are interested in using as a LIFO queue rather then FIFO. is this possible? thanks! -- 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.
