[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: global vs multi-process


On 9/6/07, David Willams <suppressed> wrote:
> 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?

You'll find many discussions about sharing data in the list archives
and in the mod_perl books.  Some basic options:

- RDBMS
- Cache::FastMmap
- BerkeleyDB
- Cache::Memcached

> Unfortunately, a database will not work for my current problem.

If you could explain what your requirements are, we might be able to
make better suggestions.  If the issue is speed, BerkelyDB and
Cache::FastMmap are both significantly faster than an RDBMS.

- Perrin


Mail converted by mhonarc 2.6.15
This archive provided courtesy of JSW4.NET, Internet Hosting Services for Small Business.