LucidDB / luciddb

DEFUNCT: See README
https://github.com/LucidDB/luciddb
Apache License 2.0
53 stars 24 forks source link

[FRG-249] JDBC connections returned by jdbc:default:connection are not thread-safe #623

Open dynamobi-build opened 12 years ago

dynamobi-build commented 12 years ago

[reporter="jvs", created="Wed, 17 Jan 2007 16:35:14 -0500 (GMT-05:00)"] We clone an internal session, meaning if a UDR spawns thread, or two UDR's are invoked via parallelism (e.g. from different sides of a UDX), they can step on each other from what they think are independent Connection objects.

There are lots of other problems with the way we set up the internal session.