One of the fun aspects of this is that the dark-blue-going-
on-purple book (which I have) describes how global variables
are sometimes shared between threads if they're not declared
shared, while your linked page says "only data that is
explicitly requested to be shared will be shared between
thre
cr...@animalhead.com wrote:
[...]
My own not very reliable 2 cent :
The mod_perl 2 User's Guide (Pub: Onyx Neon, authors: Stas Beckman and
Jim Brandt) has apparently only part of 2 pages (365-366) on the subject.
Also, the Suse Enterprise Linux 10.x system that I recently installed
for a custom
I'm about to try a threaded MPM for my largely mod_perl2-based web site.
Maybe my search skills are going downhill, but I haven't found much
material about how to modify my scripts for the threaded environment.
The first step is done, namely to minimize use of global variables. I'm
pretty sure