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
Hi,
I'm having trouble with the basics of sharing a variable across
multiple Apache threads using threads::shared . The only code snippet
I've been able to find on this subject is from the list archives from
last month:
http://gossamer-threads.com/lists/modperl/modperl/77651#77651
I'm stuck at a