in reply to Re: shared memory and objects
in thread shared memory and objects
mod_perl dooes not do something similar. There is no read/write sharing of data. Threads do not share objects either, although you can sort of work around this by blessing the data structures in every thread.