Re: [Firebird-net-provider] Multithreading and embedded database

2006-08-17 Thread pablosantosluac
Hi, We are using firebird embedded in a heavy-multithreaded application, and it works great... on windows... no way to make it work on Linux - Original Message - From: "Andrew" <[EMAIL PROTECTED]> To: Sent: Friday, August 04, 2006 4:20 PM Subject: [Firebird-net-provider

Re: [Firebird-net-provider] Multithreading and embedded database

2006-08-04 Thread Carlos Guzmán Álvarez
Hello: > > What is the best practice regarding connection management? > > -- Must I create one connection for each thread? > Yes. > - Take Surveys. Earn Cash. Influence the Future of IT Join SourceForge.net's Techsay panel an

Re: [Firebird-net-provider] Multithreading and embedded database

2006-08-04 Thread Jiri Cincura
On 4.8.2006 16:20 Andrew wrote: > -- Must I create one connection for each thread? You should. ;) -- Jiri Cincura http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com - Take Surveys. Earn Cash. Influence the Future of

[Firebird-net-provider] Multithreading and embedded database

2006-08-04 Thread Andrew
Hello,   Do you have experience using embedded firebird into a heavy-multithreaded (multiple concurrent inserts) application? Basically I need to insert data from concurrent incoming TCP connections, the insertion order is not important.   First I think I need to buffer the data before