[mod-lisp-devel] mod-lisp and cl-who, beginner's question

Marko Riedel riedelmo at mathematik.uni-stuttgart.de
Thu Oct 1 19:52:34 UTC 2009


Andreas Thiele writes:
 > Hi Marko,
 > 
 > > My question to the list is, what is causing this timeout? Is the
 > > socket not being flushed? Why are there no data being sent from the
 > > Lisp process after it receives the headers from the web server?
 > 
 > Some time has passed since I used mod_lisp. Just a short guess:
 > 
 > Indeed it might be the data is not flushed. I'd try
 > 
 > (force-output *modlisp-socket*)
 > 
 > Andreas
 > 

Greetings.

I am using cl-modlisp already. I tried

(force-output *modlisp-socket*)
(close *modlisp-socket*)

but to no avail. Any other ideas? Is there some way to capture the
STDERR of the Lisp process for more verbose error messages?

Regards,

Marko Riedel




More information about the mod-lisp-devel mailing list