[Openmcl-devel] Running CCL as a daemon

Ralf Mattes rm at seid-online.de
Thu Feb 18 08:38:34 PST 2010


On Thu, 2010-02-18 at 08:34 -0800, Ron Garret wrote:
> Yes, swank was definitely part of the plan.  That's not the issue.  The issue is stdin/stdout and the initial listener.  A production server has to be able to start after a reboot without manual intervention, which is to say, without a TTY (and without screen).

Well, with GNU screen or detachtty you can do that. It's nice to be able
to later attach to the Lisp system. I do that with a hunchentoot server.
In case of problems I just attach and 
 (setf tbnl:*catch-errors-p*nil)
et, voila, nice debuging.

 Cheers, RalfD
   
> rg
> 
> On Feb 18, 2010, at 8:23 AM, Robert Goldman wrote:
> 
> > For a long-running daemon program we've worked on, we've compiled a
> > swank server into the program, so that one can attach a slime session.
> > Possibly worth investigating?
> > _______________________________________________
> > Openmcl-devel mailing list
> > Openmcl-devel at clozure.com
> > http://clozure.com/mailman/listinfo/openmcl-devel
> 
> _______________________________________________
> Openmcl-devel mailing list
> Openmcl-devel at clozure.com
> http://clozure.com/mailman/listinfo/openmcl-devel





More information about the Openmcl-devel mailing list