in reply to Re: Re: sharing a complex set of objects between httpd processes
in thread sharing a complex set of objects between httpd processes

You are correct: require() and use() calls are basically free in mod_perl. Not sure what the implications are for the inverted index you mentioned. If it's in an RDBMS, you obviously have no problem. If it's in a dbm, you should consider using MLDBM::Sync for it.
  • Comment on Re: Re: Re: sharing a complex set of objects between httpd processes