Perfect! Thanks. REBOL makes multiple TCP connections simple enough even for me to handle. :) Adapting my single-user program for multiple users is not quite as simple... -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, March 23, 2000 8:28 AM To: [EMAIL PROTECTED] Subject: [REBOL] telnet server Re: At http://www.rebol.org/advanced/index.html, look for a script called multisession.r. It's a demonstration of using multiple tcp sessions. Hope this helps... Scott >From: [EMAIL PROTECTED] >Reply-To: [EMAIL PROTECTED] >To: [EMAIL PROTECTED] >Subject: [REBOL] telnet server >Date: Thu, 23 Mar 2000 9:16:07 -0800 > >Hi all, > >I've got a wild idea to write a simple Telnet server via REBOL. That is, a >person could connect to the server from a remote machine via telnet and >communicate with the server until "logging out". Thing is, I'd like the >server to handle multiple connections at once. Does anyone know how to keep >track of the different connections? I've been told (at least) one way to >handle this is to use a single port and keep track of the different >connections via sockets. Can I access this level of communication via >REBOL, >or is there some other nice way that REBOL handles it? > >Michael Jelinek >IS - Data Warehouse >CalFarm Insurance >[EMAIL PROTECTED] >924-4068 > ______________________________________________________ Get Your Private, Free Email at http://www.hotmail.com
