← Back to team overview

ubuntu-accomplishments-contributors team mailing list archive

Re: Maintaining State

 

> Actually, there may be an even simpler answer using the queue module:
> http://docs.python.org/library/queue.html

Yeah it seems a queue + queue-worker pattern could be a good solution
to your problems with threads.

The task queue package Celery could be an interesting option too.
http://celeryproject.org/

Cheers,
Janos
-- 
Janos Gyerik
http://titan2x.com/


Follow ups

References