Did it work to start threads in the subprocess?
/ Henrik Grubbström (Lysator)
Previous text:
2003-12-17 03:30: Subject: Re: fork()ing into background (was Pike 7.6)
Yes, on SunOS 5.9
Good. I think the problem with threads at startup was on e.g. Solaris. Did you test there?
Would it be necessary to put this in master(), as that's where the easiest access to agv/c would be?
It doesn't. It's useful to start new pike scripts at any time in a multithreaded application. fork only works at startup before any threads are started.
/ Brevbäraren
pike-devel@lists.lysator.liu.se