Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: communication

From: ptretter::charter::net at: 6-Jun-2003 8:42

Well, I think TCP would definitely be the preferred way to do it. Not sure what your applications do but be ready if you decide to code this yourself to handle situations such as timeouts and how they effect your data stream and also network problems such as ports that don't respond after they have been opened, etc... I like to think of it as "Managing your waitlist". And since most likely your going to follow or create a protocol then you want to make sure that your parser handles the incoming data should it not be complete. Good luck. I'm sure there are many on the list that can help you along the way. Paul Tretter