[sqlite] SQLITE3 in backend RPC client/server environment

2010-03-10 Thread Hector
Platform: windows I want to explore replacing b-tree database (ISAM/Index files) in our backend RPC server with SQLITE3. I'm relatively new to SQLITE3 and just reading up on its multi-thread and pooling framework. I'm not quite sure how to implement it, but it seems I should be able once underst

[sqlite] SQLITE3 in backend RPC client/server environment

2010-03-10 Thread hector
Platform: windows I want to explore replacing b-tree database (ISAM/Index files) in our backend RPC server with SQLITE3. I'm relatively new to SQLITE3 and just reading up on its multi-thread and pooling framework. I'm not quite sure how to implement it, but it seems I should be able once und