home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 October / usenetsourcesnewsgroupsinfomagicoctober1994disk2.iso / std_unix / v21 / 122.a.diff < prev    next >
Text File  |  1990-12-05  |  4KB  |  101 lines

  1. 336 vn/122 vn/122.a
  2. 1c1
  3. < From std-unix-request@uunet.uu.net  Thu Sep 20 20:01:54 1990
  4. ---
  5. > From std-unix-request@uunet.uu.net  Fri Sep 21 13:19:38 1990
  6. 3,4c3,4
  7. <     id AA24776; Thu, 20 Sep 90 20:01:54 -0400
  8. < Posted-Date: 20 Sep 90 23:09:13 GMT
  9. ---
  10. >     id AA15461; Fri, 21 Sep 90 13:19:38 -0400
  11. > Posted-Date: 21 Sep 90 13:47:37 GMT
  12. 6,13c6,16
  13. < From: fox@motcsd.csd.mot.com (cornelius.hill)
  14. < Newsgroups: misc.forsale,na.forsale,ba.market.housing,su.market
  15. < Subject: FOR SALE: PART OWNERSHIP IN CALIFORNIA RESORT
  16. < Message-Id: <1535@greek.csd.mot.com>
  17. < Followup-To: poster
  18. < Organization: Motorola CSD, Cupertino CA
  19. < Date: 20 Sep 90 23:09:13 GMT
  20. < Apparently-To: std-unix-archive@uunet.uu.net
  21. ---
  22. > From: willcox@urbana.mcd.mot.com (David A Willcox)
  23. > Newsgroups: comp.std.unix
  24. > Subject: Re: Standards Update, IEEE 1003.2: Shell and tools
  25. > Message-Id: <532@usenix.ORG>
  26. > References: <530@usenix.ORG>
  27. > Sender: jsq@usenix.ORG
  28. > Organization: Motorola Microcomputer Division, Urbana, IL
  29. > X-Submissions: std-unix@uunet.uu.net
  30. > Date: 21 Sep 90 13:47:37 GMT
  31. > Reply-To: std-unix@uunet.uu.net
  32. > To: std-unix@uunet.uu.net
  33. 14a18
  34. > Submitted-by: willcox@urbana.mcd.mot.com (David A Willcox)
  35. 16,24c20
  36. <    FOR SALE
  37. <    ========
  38. <  
  39. <    Part ownership in a Ranch Resort near the town of Redding, located 
  40. <    in northern California.
  41. <  
  42. <    This is not a Time-Share; once you are an owner you can visit 365 days 
  43. <    a year for as long as you wish to stay. There are camper and trailer 
  44. <    hookups as well as areas for tents. 
  45. ---
  46. > In article <530@usenix.ORG> jsh@usenix.org (Jeffrey S. Haemer) writes:
  47. 26,32c22
  48. <    What you get with this is 250 cabins, 2 swimming pools, 2 hot tubs, 
  49. <    a 42 room hotel, 100+ horses, dance hall, club house, restaurant, 
  50. <    tennis courts, volleyball courts, Gun range (pistol, Rifle and Archery), 
  51. <    2 sites for tents, 2 sites for campers, hiking trails, trails for 4WD
  52. <    and other off road vehicles, 3 lakes for fishing, and much more. You are
  53. <    near Lake Shasta, but not too near. There is Cross Country Skiing as
  54. <    well as Hill Skiing each year.
  55. ---
  56. > >A few utilities remain contentious:
  57. 34,39c24,26
  58. <    The Ranch is a place to get away from the working world and enjoy
  59. <    life all over again. I am leaving CA. and wish to sell my interest in 
  60. <    this Ranch I do not plan on coming back. The asking price is $140,000,
  61. <    but I am willing to hear all who are interested. You can call me at 
  62. <    (408) 929-3361 (home), (408) 366-4137/4108 (work) or you can
  63. <    send me an e-mail. 
  64. ---
  65. > >   + nice, renice: These require underlying functionality absent from
  66. > >     POSIX.1, although POSIX.4 has setscheduler(), which allows
  67. > >     applications to set priority and scheduling algorithms.
  68. 41c28,32
  69. <    Thanks...
  70. ---
  71. > A point of clarification:  These utilities, as defined in 1003.2a,
  72. > do NOT require any functionality that is not in 1003.1.  Both can be
  73. > implemented on a bare-bones 1003.1 system as having no effect on 
  74. > execution priority.  The following, for example, is a valid
  75. > shell script implementation of nice:
  76. 43c34,55
  77. <    - Cornelius Hill
  78. ---
  79. >     case $1 in
  80. >         -n) shift;shift;;
  81. >         -*  shift;;
  82. >     esac
  83. >     exec $*
  84. > renice is a little more complicated, but not much.  (It should just have
  85. > to check for valid arguments.)
  86. > So saying that you can't implement this on a 1003.1 system is not only
  87. > a red herring, it simply isn't true.
  88. > Providing these utilities allows well-mannered applications to make use
  89. > of the priority manipluation features that are already provided by most
  90. > implementations.
  91. > David A. Willcox        "Just say 'NO' to universal drug testing"
  92. > Motorola MCD - Urbana        UUCP: ...!uiucuxc!udc!willcox
  93. > 1101 E. University Ave.        INET: willcox@urbana.mcd.mot.com
  94. > Urbana, IL 61801        FONE: 217-384-8534
  95. > Volume-Number: Volume 21, Number 122
  96.