On 22 Feb 2005, at 15:22, Richard F. Rebel wrote:
Hello Matt,
Some obvious things...
Are you running a threaded apache mpm such as worker? If not, no
threads, only processes, thus no sharing. You'd have to use another
sharing mechanism in this case such as sysv ipc shared memory, or
mmaps.
When
Hello Matt,
Some obvious things...
Are you running a threaded apache mpm such as worker? If not, no
threads, only processes, thus no sharing. You'd have to use another
sharing mechanism in this case such as sysv ipc shared memory, or mmaps.
When you use the worker mpm, the maximum number of ap