Re: How does threading and processes work in Django

2012-11-06 Thread dwang
re free to return their responses while processing > continues. You can check the results of tasks later on in another request. > > Regards > Philip > > On 26/10/2012 03:56, dwang wrote: > > Hi, > > > > I'm new to Django and need some help understa

How does threading and processes work in Django

2012-10-25 Thread dwang
Hi, I'm new to Django and need some help understanding how threading works in Django. I have some data that I'd like to recompute periodically in the background and have it shared between requests. If I start a thread in one of the view functions (e.g. my_thread.start()), would Django kill this