http://qs321.pair.com?node_id=620547


in reply to Re^3: Running SuperSearch off a fast full-text index.
in thread Running SuperSearch off a fast full-text index.

The cache-loading can be significant with large indexes, but is only felt once if you are working in a persistent environment (mod_perl, FastCGI)

Does this mean that for mod_perl running the prefork MPM, each child process needs to load the cache? That must use a lot of memory, no?

And how do you handle cache updates across all the child processes (whether they're on the same machine or different machines?

thanks

Clint