From: David Place <dplace@tiac.net>
Newsgroups: alt.lang.scheme.scsh
Date: Tue, 28 Nov 1995 21:49:15 -0500
I just downloaded scsh-0.4.2 for the combination
of the more robust 0.36 s48 plus sockets. I find
that the very convenient 'sockets' package with the
procedure 'socket-server' of scheme48 has been
commented out and replaced with something well...
far less convenient. Is there an easy way to implement
socket-server from these parts. The scsh manual didn't
enlighten me on this topic.
The scsh sockets package, which Brian Carlstrom designed and implemented,
is much, much better than the old, limited S48: it's a *complete* sockets
interface. There's also friendly, high-level procedures you may use
to do servers. See my WWW server for an example; see the scsh manual
for a whole chapter on the scsh sockets package.
-Olin
|