Hi,

I'm just starting to try Weblocks for a project.  And of course,
downloading it with Quicklisp I immediately run into the need for
CLSQL-Fluid -- which I can't download right at the moment, apparently,
because b9.com's Git server is down.  Presumably that will get fixed,
but I'm also wondering (partly prompted by the comments on
http://www.cliki.net/clsql-fluid ) whether CLSQL-Fluid is really the
right thing.  Wouldn't something like this work just as well?  If not,
why not?

(defmethod accept-connections :around ((acceptor weblocks-acceptor))
  (clsql:with-database (clsql:*default-database* *connection-
spec* :pool t)
    (call-next-method)))

-- Scott

-- 
You received this message because you are subscribed to the Google Groups 
"weblocks" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/weblocks?hl=en.

Reply via email to