in reply to Re: Sharing data structures in mod_perl
in thread Sharing data structures in mod_perl

SQLite is really not for multi-process use. It doesn't support much in the way of locking, not even to the point of the original MySQL stuff and certainly not as good as the new MySQL table types or PostgreSQL.
  • Comment on Re: Re: Sharing data structures in mod_perl