2

Firebird Database comes in several flavours. One of them is the Windows Embedded server.

I wish to embed it in my application which runs multiple threads. Each thread may access the server concurrently

Has anyone had any experience using it? Does Firebird Embedded Server provide multiple thread concurrency?

Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197
user1034912
  • 2,153
  • 7
  • 38
  • 60

1 Answers1

3

As documented in the Firebird 2.5 release notes Thread-safe Client Library:

Thread-safe Client Library

Dmitry Yemanov
Vladyslav Khorsun
Alex Peshkov

Tracker reference CORE-707.

The client libraries, including the embedded one, can now be used in multi-threaded applications without any application-level synchronization.

Community
  • 1
  • 1
Mark Rotteveel
  • 100,966
  • 191
  • 140
  • 197