[KinoSearch] serializing safely

Hans Dieter Pearcey hdp at pobox.com
Thu Jun 14 18:07:06 PDT 2007


On Thu, Jun 14, 2007 at 06:42:28PM -0600, Nathan Kurz wrote:
> But in general, I don't think there is going to be any good way for multiple
> processes or threads to share a single Searcher object.

Can Searchers be treated analogously to file handles, i.e. shared between
processes (opened in a parent, shared between children) as long as only one
process uses it at a time, or is there per-process state that will get screwed
up?

This doesn't really help with the question at hand, since I don't plan on
preloading the searchers, but it's an interesting thing to keep in mind.

hdp.



More information about the kinosearch mailing list