Subject Multithread aplication with embedded server
Author carlos_ochotorena
Hi All,

I am working in a multithreaded application using Delphi 7 for Windows.

It works fine with Firebird 1.5.1 and now we are thinking in writing a
smaller version that runs using the firebird embedded server.
I have been testing it and it looks like it works properly, but anyway
I would like to know if the embedded server supports multithreaded
applications the same way than a stand alone server.

It is safe to do it? (I use on database connection for each thread)

Thanks in advance