Hi Does beanstalk keep all data in memory or can it persist data to disk so it can handle more than available memory?
What happens if beanstalk runs out of memory when trying to add more data to the queue; will it block, crash or does it write to disk? I know about the `-b` flag, but what happens when it tries to restart reading in that file (which, lets say, is larger than available RAM) The reason I'm asking is because my application may need to handle maybe 10 million entries per day which can easily overflow available memory. -- You received this message because you are subscribed to the Google Groups "beanstalk-talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/beanstalk-talk. For more options, visit https://groups.google.com/d/optout.
