Subject RE: [firebird-support] Simultaneous INSERTS on the same table by a multithreaded app using embedded FB
Author Alan McDonald
> Platform: Win XP SP2
>
> I am using IBPP to connect and talk to an embedded FB DB. I tried
> transacted INSERTS on the same table using multiple threads and FB
> seems to have no issues. I see that all INSERTS are successful. My
> question is, am I right in assuming that as long as my app is threaded
> ((thread (vs) Fork) in the same address space), will simultaneous
> inserts on the same table work ?
>
> -Alexei

no matter how simultaeous you think they are.. the server will serialize
them.
So there will not be any problem.
Alam