in reply to Re: gigantic daemons
in thread gigantic daemons
If you happen to be on Linux/Unix, and you happen to be running all the daemons on the same server, and they all happen to be forked from the same parent process, and they all happen to load a bunch of the same data, then you may be able to share memory by loading the data before the fork.The terminology here is Copy On Write. Linux does it, but AFAIK not all other Unixes do.
|
|---|