Hello
I'm using scheduler with
processmethod=turbogears.scheduler.method.forked as in:
def printout():
print "print out"
def schedule():
add_interval_task(action=printout,
initialdelay=0,
interval=300,
processmethod=turbogears.scheduler.method.forked)
everytime printout() runs, new process is created (as it's supposed)
but when it ends, a zombie is left behind and seems never removed from
system.
This is turbogears 1.0.8. If anyone has a fix or work-around, please
let me know.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TurboGears" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/turbogears?hl=en
-~----------~----~----~----~------~----~------~--~---