<html><body><br />On 03:24 pm, jarek.zgoda@sensisoft.com wrote:<br />&gt;Jean-Paul Calderone napisaƂ(a):<br />&gt;&gt;If you are starting the thread before the process daemonizes, you might <br />&gt;&gt;want<br />&gt;&gt;to try starting it after daemonization instead and see if that helps.<br />&gt;&gt;<br />&gt;&gt;You can do this by starting the thread in the startService method of a <br />&gt;&gt;Service.<br />&gt;<br />&gt;I see, I added the code for creating the thread in "after startup" event <br />&gt;trigger and now it forks fine, thank you.<br /><br />You might also consider using the reactor's built-in thread support, reactor.callInThread, rather than starting your own worker thread.<br /></body></html>