
27 Dec
2005
27 Dec
'05
7:01 p.m.
On Tue, 27 Dec 2005 19:10:27 +0100, Stefan Scholl <stesch@no-spoon.de> wrote:
By the way: This could be used to initialize a database connection for CLSQL. When you call CLSQL:CONNECT CLSQL:*DEFAULT-DATABASE* should be set in the _current_ process/thread in most of the sensible implementations, am I right?
Background: You can't share a connection across multiple processes/threads.
Yeah, I think you are right. You could use CLSQL's pools or locks. Cheers, Edi.