On Monday, October 12, 2015 at 5:56:51 PM UTC-3, melon li wrote: > > > why don't you save the payload into a file and pass the file path by > payload? That would be more efficient when your worker retrieves a job to > do from the queue. >
Not necessarily. Writing and reading to disk are at least two orders of magnitude slower than RAM. If you can spare the RAM, using RAM is always faster even if you are using SSDs - unless the data is already stored somewhere else, of course. -- 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.
