Subject: Re: Modlisp for newbies by a newbie
From: rpw3@rpw3.org (Rob Warnock)
Date: Mon, 19 Jun 2006 03:08:33 -0500
Newsgroups: comp.lang.lisp
Message-ID: <5qudnQq6_8scxgvZnZ2dneKdnZydnZ2d@speakeasy.net>
Tim X  <timx@nospam.dev.null> wrote:
+---------------
| rpw3@rpw3.org (Rob Warnock) writes:
| > The following may be helpful as well:
| >     http://www.gnu.org/software/libc/manual/html_node/Local-Namespace.html
|
| http://www.gnu.org/software/libc/manual/html_node/Local-Namespace-Concepts.html
+---------------

Yes, well, I assumed he would visit all three links on the first page.

+---------------
| > p.s. Hmmm... Oops! I just looked at <http://www.fractalconcept.com:8000/
| > public/open-source/mod_lisp/mod_lisp2.c>, and it doesn't appear to support
| > local-domain sockets. Oh well, never mind... (*sigh*)
| 
| From memory, cl-sql has two operating modes for postgres and its
| probably similar for other databases like mysql. The first method uses
| the postgres API and the second uses network ports.
+---------------

Eric Marsden's PG speaks the PostgreSQL socket protocol directly,
but supports both Internet domain (AF_INET a.k.a. IP/TCP) sockets
and local-domain (AF_LOCAL/AF_UNIX) sockets, depending on the 'host"
parameter you supply. Oh, and by the way, if you use some FFI to the
PostgreSQL library API, you still end up using sockets, since that's
how the C client library talks to the server.


-Rob

-----
Rob Warnock			<rpw3@rpw3.org>
627 26th Avenue			<URL:http://rpw3.org/>
San Mateo, CA 94403		(650)572-2607