if ( fork() ) { MainLoop; } else { POE::Kernel->run(); }