Yes, it put it in my .cmucl-init.lisp so it looks like:<br>(require :asdf)<br>(push "/home/andrew/systems/" asdf:*central-registry*)<br>(asdf:oos 'asdf:load-op :swank)<br>(setf swank:*use-dedicated-output-stream* nil)
<br>(swank:create-server :port 4005 :dont-close t)<br>(mp::startup-idle-and-top-level-loops)<br><br>The only problem I had was that my detachtty command :<br>detachtty --dribble-file $dtty/cmulisp.dribble --log-file \<br>
        $dtty/detachtty.log --pid-file $dtty/start.lisp.pid \<br>        $dtty/cmulisp.socket /usr/bin/cmucl -load "/LispWeb/WebHandler.lisp"<br><br>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).
<br><br>Thank you,<br>Andrew<br><br><div><span class="gmail_quote">On 4/4/07, <b class="gmail_sendername">Edi Weitz</b> <<a href="mailto:edi@agharta.de">edi@agharta.de</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Wed, 4 Apr 2007 00:16:47 -0400, "Andrei Stebakov" <<a href="mailto:lispercat@gmail.com">lispercat@gmail.com</a>> wrote:<br><br>> Thank you, Edi. After I swiched to SBCL it became fast enough.<br><br>
Good.<br><br>It would be useful to know if the CMUCL version was only too slow<br>because you didn't know about MP::STARTUP-IDLE-AND-TOP-LEVEL-LOOPS.<br>The mailing list is not only there to help you with your specific
<br>problems but also as a reference other people can look at if they have<br>similar problems.  So, if you could try with this modification and<br>report back to the list as I asked you to do, that'd be a welcome<br>
feedback.<br>_______________________________________________<br>tbnl-devel site list<br><a href="mailto:tbnl-devel@common-lisp.net">tbnl-devel@common-lisp.net</a><br><a href="http://common-lisp.net/mailman/listinfo/tbnl-devel">
http://common-lisp.net/mailman/listinfo/tbnl-devel</a><br></blockquote></div><br>