home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / atari / st / tech / 6373 < prev    next >
Encoding:
Text File  |  1992-12-22  |  1.1 KB  |  25 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!gatech!europa.asd.contel.com!howland.reston.ans.net!zaphod.mps.ohio-state.edu!uwm.edu!spool.mu.edu!umn.edu!csus.edu!netcom.com!ersmith
  3. From: ersmith@netcom.com (Eric R. Smith)
  4. Subject: Re: XAcc protocol definition
  5. Message-ID: <1992Dec21.205804.19515@netcom.com>
  6. Organization: Netcom Online Communications Services (408-241-9760 login: guest)
  7. References: <92356.104533HAC041@DJUKFA11.BITNET>
  8. Date: Mon, 21 Dec 1992 20:58:04 GMT
  9. Lines: 14
  10.  
  11. The biggest problem that I see with the XACC protocol is the requirement
  12. that data be passed in pointers; that's not a nice thing under MultiTOS,
  13. since it means that memory protection must be bypassed (with some care
  14. one can restrict the memory protection bypassing to a specific memory
  15. block, but I'm afraid that many programmers won't take this care). It
  16. also makes any kind of networking difficult, although admittedly that's
  17. a less serious concern at the moment since the AES doesn't support
  18. networking.
  19.  
  20. In MultiTOS there will be a drag and drop protocol specified, using
  21. AES messages and MiNT pipes for communication.
  22.  
  23. Regards,
  24. Eric 
  25.