in reply to Re: Sharing data structures among http processes?
in thread Sharing data structures among http processes?
I do have another related question: are there any methods for sharing a process (or a Perl object) among processes? For example, I want one shared object to update the data structure, to ensure integrity and to write the changes back to the persistent storage. Or is there a better method for handling this than one shared object attempting to service many requests?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re (tilly) 3: Sharing data structures among http processes?
by tilly (Archbishop) on Jun 28, 2001 at 03:36 UTC | |
Re: Re: Re: Sharing data structures among http processes?
by pope (Friar) on Jun 28, 2001 at 04:13 UTC |