[sqlite] Reducing DB disk access in a high performance server application?

2004-05-29 Thread Carlos Justiniano
I'm working on an open source messaging server (MsgSrv) which is currently using SQLite. MsgSrv'ers are a network of P2P applications, which communicate with one another. Each communication is a single message, which is archived in a local SQLite database. When messaging traffic increases the

Re: [sqlite] Reducing DB disk access in a high performance server application?

2004-05-31 Thread Christian Smith
On Sat, 29 May 2004, Carlos Justiniano wrote: >I'm working on an open source messaging server (MsgSrv) which is >currently using SQLite. MsgSrv'ers are a network of P2P applications, >which communicate with one another. Each communication is a single >message, which is archived in a local SQLite