[Newbies] SocketStream

Rob Rothwell r.j.rothwell at gmail.com
Thu Sep 25 02:42:07 UTC 2008


If I just want a simple "server" that listens for a text message on a port,
does something, and sends back a text message, do I just need to somehow:
1.  Create a Socket and listen on the port.
2.  Create a SocketStream on: theSocket.
3.  Somehow fork and wait for input, reading it in using the SocketStream?

I just want to make sure I am on the right track while trying to find the
magic incantation...

Thanks,

Rob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/beginners/attachments/20080924/6afe206d/attachment.htm


More information about the Beginners mailing list