home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / linux / 10198 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  1.8 KB

  1. Path: sparky!uunet!crdgw1!rdsunx.crd.ge.com!ariel!davidsen
  2. From: davidsen@ariel.crd.GE.COM (william E Davidsen)
  3. Newsgroups: comp.os.linux
  4. Subject: Re: qrecent copy.
  5. Message-ID: <1992Sep8.191511.18525@crd.ge.com>
  6. Date: 8 Sep 92 19:15:11 GMT
  7. References: <1992Sep7.165004.17755@scott.skidmore.edu> <1992Sep7.195422.19813@muddcs.claremont.edu>
  8. Sender: usenet@crd.ge.com (Required for NNTP)
  9. Reply-To: davidsen@crd.ge.com (bill davidsen)
  10. Organization: GE Corporate R&D Center, Schenectady NY
  11. Lines: 28
  12. Nntp-Posting-Host: ariel.crd.ge.com
  13.  
  14. In article <1992Sep7.195422.19813@muddcs.claremont.edu>, jwinstea@fenris.claremont.edu (Jim Winstead Jr.) writes:
  15.  
  16. | >    Will linux support the Coconet online BBS system.(my
  17. | >application for it)
  18. | I dunno, haven't heard about it.  If it's fairly portable to begin
  19. | with, a port to Linux should be painless.  If it has all sorts of ugly
  20. | SCO hacks, you could have problems.
  21.  
  22.   Whoa, there are lots of nice POSIX things still missing from Linux,
  23. which is what has kept me from porting a number of applications. The
  24. whole IPC area is a "vast wasteland," and that's where BBS systems
  25. usually need resources. SCO provides working mmap(), shared memory,
  26. semiphores (BSD and SysV), and message queues.
  27.  
  28.   The fact that Linux is a great system does not cover the painful lack
  29. of these things, as well as some kinds of file locking (at least now we
  30. have file locking, lockf() can be written as a library over the ioctl
  31. forms). These are not "ugly SCO hacks" they are common, widely available
  32. features currently missing from Linux. You sound like a politician,
  33. slinging mud at the competition instead of praising your own strong
  34. points.
  35.  
  36.   Linux stands very well on its strong points.
  37.  
  38. -- 
  39. bill davidsen, GE Corp. R&D Center; Box 8; Schenectady NY 12345
  40.     I admit that when I was in school I wrote COBOL. But I didn't compile.
  41.