It seems very inefficient on memory to have each child process forms
its own cache, so I was interested in creating a centralized cache that
all of the child processes could dip into (actually forming a module
that allows for I/O & control of a centralized cache - expiring
information, delegating a maximum size to different structures, you get
the clue). Has anyone had luck with this? And if so, did having a single
cache slow down access speeds? I messed around a good bit, but haven't
found a way to get it to work.
Thanks SO much! This has been slowing eating up my brain trying to
think about how to do it!
Terry Moran