in reply to Re5: sharing a complex set of objects between httpd processes
in thread sharing a complex set of objects between httpd processes
But it's a solution looking for a problem. There's nothing that actually requires a singleton, which is why people have been successfully writing multi-process servers (Oracle, for example) for so many years. Data sharing, coordination of resources -- these things can all be done with basic IPC techniques.