Hi all,
I need an embedded/In Memory Database which support multithread access.
Thanks!
Leo
|
1
|
Hi all, I need an embedded/In Memory Database which support multithread access. Thanks! Leo |
|||
|
|
|
|
You can use SQlite3 with the DISQLite3 library. For proof that they are thread-safe check the links provided by Mohammed Nasman |
||||||||||||||
|
|
|
Firebird Embedded (version 1.5 and later) |
||
|
|
|
|
AidAim has one SQLMemTable |
||
|
|
|
|
Components4Developers has one that's been around a long time kbmMemTable |
||
|
|
|
|
ComponentAce offers AbsoluteDatabase with in memory option AbsoluteDatabase |
||
|
|
|
|
SolidDB from IBM if dont mind if its closed source/commercial: |
||
|
|
|
|
RxLib, an open-source component lib has rxMemTable. |
||
|
|
|
|
NexusDB can be both embedded and use memory tables. For a multithreaded application you just give each thread it's own Session and Database components. There is a free embedded version with no souce code or you can purchase the full client server version with source code. |
|||
|
|
|
eXtremeDB, from my company (McObject), is increasingly popular.The standard edition is an embedded in-memory database. |
||
|
|
|
|
CSQL in memory database management system |
||
|
|