Re: clsql:connect causes with-timeout to fail in sbcl
Brett van de Sande <[email protected]>
| Newsgroups | gmane.lisp.clsql.general |
|---|---|
| Message-ID | <[email protected]> |
> >It's certainly doable; there are a few erlang mysql socket libraries >which make decent references. Mysql don't go out of their way to make >it easy, though, presumably for licensing reasons; libmysqlclient is >dual gpl commercial these days. >Rob >On 3 Apr 2010, at 19:58, Kevin Rosenberg <kevin-HJRc7zDS/[email protected]> wrote: > >> On Apr 3, 2010, at 12:49 PM, Brett van de Sande wrote: >>> queries, nothing fancy. Stelian Ionescu <[email protected]> pointed >>> me to some code that implements some of the mysql socket API in lisp. >>> >>> http://github.com/bvds/andes/blob/master/Base/mysql-connect.cl >>> >> Interesting, Brett. How's the socket connection working for you? >> The driver code to which you referred makes me think that someday >> there'll be a db-mysql-socket backend in CLSQL. I have been using the local socket file, mainly. I have been doing quite a bit of load testing on it, and it seems pretty solid (OS X, and RedHat Linux, 32 and 64 bit). I have contacted the original author of the code and asked him about licensing. Brett