[firebird-support] Re: Simultaneous inserts to the same table.

2015-01-21 Thread brucedickin...@wp.pl [firebird-support]
---In firebird-support@yahoogroups.com, fabiano@... wrote : IMHO what is going on is that Firebird is using the lock file (for Classic installation) to synchronize between various connections (threads in this case) to allow one by one to write to FDB file. I hope that Vlad or Dmitry will

Re: [firebird-support] Re: Simultaneous inserts to the same table.

2015-01-21 Thread Fabiano Kureck - Desenvolvimento SCI fabi...@sci10.com.br [firebird-support]
---In firebird-support@yahoogroups.com, fabiano@... wrote : IMHO what is going on is that Firebird is using the lock file (for Classic installation) to synchronize between various connections (threads in this case) to allow one by one to write to FDB file. I hope that Vlad or Dmitry will

[firebird-support] Re: Simultaneous inserts to the same table.

2015-01-21 Thread brucedickin...@wp.pl [firebird-support]
Yes. Text file is faster however there is a overhead of creating a new file before Firebird can you it, so my approach is faster, overall. When I finish building first scrip I call a thread that send this to Firebird server. While the thread is sengind (waiting) I'm free to collect and