Re: Sharing variables across Apache threads with threads::shared

2005-02-22 Thread Matthew Westcott
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

Re: Sharing variables across Apache threads with threads::shared

2005-02-22 Thread Richard F. Rebel
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