[tbnl-devel] Re: default handler

Stefan Scholl stesch at no-spoon.de
Tue Dec 27 18:10:27 UTC 2005


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.




More information about the Tbnl-devel mailing list