Prefork vs threaded when I want to spawn my own threads

2013-09-03 Thread mailbox . tec
In my Django application I need to schedule some tasks to run in future. Celery is not an option here because some crucial options - mainly, the ability to revoke() a task - are only available with fully-featured MQ backend and I only have a limited shared hosting where I can't install this kin

Re: Prefork vs threaded when I want to spawn my own threads

2013-09-04 Thread mailbox . tec
On 3 september 2013 15:25:42 UTC+2 Russell Keith-Magee wrote: > > > On Tue, Sep 3, 2013 at 9:50 PM, > wrote: > >> In my Django application I need to schedule some tasks to run in future. >> Celery is not an option here because some crucial options - mainly, the >> ability to revoke() a task - are