Am 03.08.2013 08:38, schrieb Marek Janukowicz:
void main ()
{
   writefln( "sa: %d", SA_RESTART );
   (new Thread (&serverfunc)).start();
   (new Thread (&clientfunc)).start();
}

i have no idea to your main problem but firing threads without any join on the threads in your main program seems very wrong to me - its like allocating memory and let system kill process handle the zombies

Reply via email to