Subject Multithreaded embedded application
Author Elmar Haneke
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