Hi David, I'm trying to support the In-memory mode. And my program creates a Connection Pool using the "Jakarta Commons Pool" library.
However, when multiple Threads retrieve a fresh Connection from the Driver using "jdbc:sqlite:" simultaneously, the DB instance is not shared, but each Thread seems to create its own instance. Could you confirm if this is true? If that is the case, I cannot proceed with the Driver. Doesn't SQLite support serialized but multiple/concurrent Threads/Connections? Ashwin. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "SQLiteJDBC" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups-beta.google.com/group/sqlitejdbc?hl=en -~----------~----~----~----~------~----~------~--~---
