[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
global vs multi-process
- Subject: global vs multi-process
- Date: Wed, 5 Sep 2007 22:00:55 -0700
- From: "David Willams" <suppressed>
Hello modperl,
I'm coming to grips with multi-process vs. multi-threaded limitations (and benefits!).
For example, during start up, for sharing read-only data among child processes, we do something like:
%CACHE = get_data( );
Child processes cannot update
%CACHE, so what other apache methods or architectural strategies exist
(creative, elaborate, etc) or have been used to update a similar hash?
Is this not a common requirement?
Can a separate apache daemon-like module be used to manage that hash?
Unfortunately, a database will not work for my current problem.
Thanks,
-D
Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.