On 2005-12-22 19:06:55, Stefan Scholl wrote:
You could use a dispatch function as the first entry in the tbnl:*dispatch-table* When everything is OK it should return NIL and the other dispatchers can see if they have work to do.
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.