On Tue, 22 Jun 2004 09:01:29 +0200, Klaus Harbo klaus@harbo.net said:
Klaus> Martin Simmons martin@xanalys.com writes:
How is Windows XP running on OpenBSD (some kind of emulator or VM)?
Klaus> No, they are separate machines - I use M-slime-connect to connect from Klaus> the OpenBSD box to the XP machine, which is why use
Klaus> (defun init-slime () Klaus> (mp:initialize-multiprocessing) Klaus> (sleep 2) Klaus> (setf swank::*loopback-interface* "192.168.2.16") Klaus> (setf swank::*use-dedicated-output-stream* nil) Klaus> (swank:create-swank-server 4005 Klaus> swank::*communication-style* Klaus> #'swank::simple-announce-function Klaus> t))
Klaus> to change the address swank listens at from "127.0.0.1" to Klaus> "192.168.2.16", to enable remote connections. I am not sure this is Klaus> really the best way to do it, though.
Oh, I see now. This shouldn't affect the PROCESS-WAIT issue.
__Martin