|
Daniel John Debrunner wrote: Dag H. Wanvik wrote:Hi, This has never been the intent in JDBC since its inception, From the 1.0.2 spec: Multi-threading We require that all operations on all the java.sql objects be multi-thread safe and able to cope correctly with having several threads simultaneously calling the same object. Some drivers may allow more concurrent execution than others. Developers can assume fully concurrent execution; if the driver requires some form of synchronization, it will provide it. The only difference visible to the developer will be that applications will run with reduced concurrency. For example, two Statements on the same Connection can be executed concurrently and their ResultSets can be processed concurrently (from the perspective of the developer). Some drivers will provide this full concurrency. Others may execute one statement and wait until it completes before sending the next. HTH -lance
|
- Re: I need some advice to choose database for an upc... Jean T. Anderson
- Re: I need some advice to choose database for a... Oyvind . Bakksjo
- Re: I need some advice to choose database for an upc... Legolas Woodland
- Re: I need some advice to choose database for a... Oyvind . Bakksjo
- Re: I need some advice to choose database f... Daniel John Debrunner
- Re: I need some advice to choose database f... Oyvind . Bakksjo
- Re: I need some advice to choose database f... Oyvind . Bakksjo
- Re: I need some advice to choose database f... Daniel John Debrunner
- Re: I need some advice to choose database f... Dag H. Wanvik
- Re: I need some advice to choose database f... Daniel John Debrunner
- Re: I need some advice to choose database f... Lance J. Andersen
- Re: I need some advice to choose database f... Michael Segel
- Re: I need some advice to choose database f... Lance J. Andersen
- Re: I need some advice to choose database f... Craig L Russell
- Re: I need some advice to choose database f... Daniel John Debrunner
- Re: I need some advice to choose database f... Lance J. Andersen
- Re: I need some advice to choose database f... Daniel John Debrunner
- Re: I need some advice to choose database f... Michael Segel
- Re: I need some advice to choose database f... Lance J. Andersen
- Re: I need some advice to choose database f... Michael Segel
- Re: I need some advice to choose database f... Lance J. Andersen
