On Mon, Jul 30, 2001 at 01:56:18PM -0700, Bill Moseley wrote:
> 
> Right.  When the index is first opened it reads header info, and reads in
> some hash value-to-seek position tables at startup.  This is the operation
> that could be done once at server startup.  
you could let the main (forking) process read the tables. forked clients
could ask it through stdin/stdout for values. they would block but i guess
this isn't a problem. additionally the tables would be always in sync if
you are writing to them as well (just make the operations atomic and pack
them so an operation is only one event).

torvald

Reply via email to