Re: Best practice for variables shared between processes?

2010-09-22 Thread Léon Brocard
On 20 September 2010 17:43, Peter Edwards wrote: > On 20 September 2010 17:30, Roger Burton West wrote: > >> I wish to have two processes, a "producer" (which will create files) and >> a "consumer" When hearing those two words you should automatically think... > Use a queue? ... instead of wri

Re: Best practice for variables shared between processes?

2010-09-22 Thread Simon Wistow
On Wed, Sep 22, 2010 at 07:49:07AM +0100, Leon Brocard said: > > Use a queue? > > ... instead of writing yet more software. A couple are: > > > ApacheMQ | RabbitMQ | Beanstalkd > > And probably also Redis. I've used all of them and would probably > recommend Redis for something lightweight and R