You, know I just found that utility last week.

As far as just doing an os.spawn*, my recollection is that if your  
process ends, the spawned process ends, even if you are not waiting  
for it to return.

In the case with a web server, as soon as you return from your view,  
the spawned process ends. The daemonize process, full detaches itself  
from the spawning process so it can survive after the spawning  
process ends.

Corey

On Oct 6, 2006, at 2:39 AM, Holger Schurig wrote:

>
>> I wrote a daemonize method that can be called by the view to
>> spawn a new process that executes your code.
>
> Looks very similar to django.utils.daemonize :-)
>
> >


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to