Re: [sqlite] How to implement connection pooling

2007-07-11 Thread Dinesh Ramdass
. Position is in the Washington D.C. metro area. If interested contact [EMAIL PROTECTED] -Original Message----- From: Dinesh Ramdass [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 10, 2007 3:56 AM To: sqlite-users@sqlite.org Subject: [sqlite] How to implement connection pooling HI , *How we use SQlit

[sqlite] How to implement connection pooling

2007-07-10 Thread Dinesh Ramdass
HI , *How we use SQlite:* We use MONO and SQLite 3 for our project which runs on Linux. It is going to be used as an embedded database in a device. *What i want to do:* I want to use connection pooling either using some feature provided by SQLite or someone else *What i want to know:*