Re: Can clisp use swank ?
Vladimir Tzankov <[email protected]>
| Newsgroups | gmane.lisp.clisp.devel |
|---|---|
| Message-ID | <CAHWYE6+hp+1wxX3_9bBWX6u_7+vQJF1RdKY1RFqyeVewrwhkeg@mail.gmail.com> |
On Tue, Oct 9, 2012 at 11:03 AM, z_axis <[email protected]> wrote: > Would you like shed a light on me ? > http://stackoverflow.com/questions/12650082/about-stumpwm-and-swank > > Once swank server is started, i can do nothing using stumpwm . The swank server supports several communication styles. Latest version does not specify preferred one for clisp and it fallbacks to singlethreaded-connection. This means that all i/o, processing, etc happens in the clisp main thread, i.e. you may have single swank connection and start-server never returns. If you want to have multiple connections - change (in swank-clisp.lisp) preferred-communication-style to return :spawn (however did not test this - just reading the code). Vlad ------------------------------------------------------------------------------ Don't let slow site performance ruin your business. Deploy New Relic APM Deploy New Relic app performance management and know exactly what is happening inside your Ruby, Python, PHP, Java, and .NET app Try New Relic at no cost today and get our sweet Data Nerd shirt too! http://p.sf.net/sfu/newrelic-dev2dev _______________________________________________ clisp-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/clisp-devel