Yes, it put it in my .cmucl-init.lisp so it looks like: (require :asdf) (push "/home/andrew/systems/" asdf:*central-registry*) (asdf:oos 'asdf:load-op :swank) (setf swank:*use-dedicated-output-stream* nil) (swank:create-server :port 4005 :dont-close t) (mp::startup-idle-and-top-level-loops)
The only problem I had was that my detachtty command : detachtty --dribble-file $dtty/cmulisp.dribble --log-file \ $dtty/detachtty.log --pid-file $dtty/start.lisp.pid \ $dtty/cmulisp.socket /usr/bin/cmucl -load "/LispWeb/WebHandler.lisp"
It just skipped loading the WebHandler.lisp for some reason. Never mind, I connected to lisp, and started my hunchentoot process manually and after that the whole thing started to work pretty fast (just like with SBCL).
Thank you, Andrew
On 4/4/07, Edi Weitz edi@agharta.de wrote:
On Wed, 4 Apr 2007 00:16:47 -0400, "Andrei Stebakov" lispercat@gmail.com wrote:
Thank you, Edi. After I swiched to SBCL it became fast enough.
Good.
It would be useful to know if the CMUCL version was only too slow because you didn't know about MP::STARTUP-IDLE-AND-TOP-LEVEL-LOOPS. The mailing list is not only there to help you with your specific problems but also as a reference other people can look at if they have similar problems. So, if you could try with this modification and report back to the list as I asked you to do, that'd be a welcome feedback. _______________________________________________ tbnl-devel site list tbnl-devel@common-lisp.net http://common-lisp.net/mailman/listinfo/tbnl-devel