28 May
2003
28 May
'03
9:57 p.m.
Jerome Alet wrote at 2003-5-28 15:35 +0200:
I'd want to know :
has someone ever tried to launch a process from Zope and daemonize it so that it runs by itself and doesn't hang one zope thread ?
It is not necessary to daemonzie the script to release the zope thread. The thread is released as soon as the called function returns (independent of the forked external process). Dieter