Perl - Communicating with a fork/exec'ed process
问题 I'm designing a server that will initialize by fork / exec 'ing four "managers" (themselves server processes) and will then accept connections from clients, fork / exec 'ing "slaves" to communicate with the clients. During their lifetimes, the slaves will establish connections with the managers and send them work requests. My question is about starting up the managers. Each one may take some time to initialize (minutes) and I don't want the master server to proceed to accept clients until