home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / os / linux / 23518 < prev    next >
Encoding:
Text File  |  1993-01-10  |  1.2 KB  |  30 lines

  1. Newsgroups: comp.os.linux
  2. Path: sparky!uunet!usc!wupost!csus.edu!netcom.com!zmbenhal
  3. From: zmbenhal@netcom.com (Zeyd M. Ben-Halim)
  4. Subject: Re: Client/Server Coding
  5. Message-ID: <1993Jan11.022649.14872@netcom.com>
  6. Organization: Netcom - Online Communication Services (408 241-9760 guest)
  7. References: <1993Jan10.214348.10114@athena.mit.edu> <BsR7wB5w165w@kf8nh.wariat.org>
  8. Date: Mon, 11 Jan 1993 02:26:49 GMT
  9. Lines: 19
  10.  
  11. In article <BsR7wB5w165w@kf8nh.wariat.org> kf8nh@kf8nh.wariat.org (Brandon S. Allbery) writes:
  12. >
  13. >Someone has done System V IPC for Linux.  This seems perhaps a bit silly to
  14. >me; I can write (have already designed in my head) a System V shared memory
  15. >emulator library that uses mmap() (the standard Linux shared memory
  16.                             ^^^^
  17. This is incomplete in Linux. You can only mmap /dev/mem (done so we can access
  18. the screen).
  19.  
  20. >mechanism) and most people think the others should be redesigned to use the
  21. >file system namespace instead of their own private namespaces.  (Actually,
  22. >only semaphores are missing; message queues can be done with sockets.)
  23. >
  24. >++Brandon
  25. >
  26. >--
  27. >He's BAAAACK! Brandon S. Allbery     NOTE NEW ADDRESS!!! kf8nh@kf8nh.wariat.org
  28.  
  29.  
  30.