Subject | Multithreaded embedded application |
---|---|
Author | Elmar Haneke |
Post date | 2009-08-03T13:56:11Z |
I'm using fb 1.5 embedded database.
A multithreaded application should access the same database from
different threads.
Is it ok to give each an separate ISC_DB_HANDLE or should I share an
single connection between threads.
When sharing Connection: Is the API thread-save ot is the explicite use
of semaphores required?
Elmar
A multithreaded application should access the same database from
different threads.
Is it ok to give each an separate ISC_DB_HANDLE or should I share an
single connection between threads.
When sharing Connection: Is the API thread-save ot is the explicite use
of semaphores required?
Elmar