home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #18 / NN_1992_18.iso / spool / comp / unix / programm / 4311 < prev    next >
Encoding:
Text File  |  1992-08-14  |  1.2 KB  |  37 lines

  1. Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!uakari.primate.wisc.edu!usenet.coe.montana.edu!giac1.oscs.montana.edu!osycs
  2. From: osycs@giac1.oscs.montana.edu (Craig Spannring)
  3. Newsgroups: comp.unix.programmer
  4. Subject: Re: Real Time timing problem
  5. Keywords: real timen
  6. Message-ID: <1992Aug14.235507.24899@coe.montana.edu>
  7. Date: 14 Aug 92 23:55:07 GMT
  8. References: <1042@ncratl.AtlantaGA.NCR.COM>
  9. Sender: usenet@coe.montana.edu (USENET News System)
  10. Organization: Geographic Information & Analysis Center Montana State University
  11. Lines: 24
  12.  
  13. In article <1042@ncratl.AtlantaGA.NCR.COM> mwilson@ncratl.AtlantaGA.NCR.COM (Mark Wilson) writes:
  14. >I am looking for help in solving a perfomance problem with UNIX V.4.
  15.  
  16. Here is some code that should help solve your problem
  17.  
  18. >----- cut here ------<
  19.  
  20. main()
  21. {
  22.     for(;;) 
  23.     {
  24.         printf("Unix SVR4 is not a real time operating system!\n\007");
  25.     }
  26. }
  27.  
  28. >----- cut here ------<
  29.  
  30. Carefully watch the output from this program until you have found a solution.
  31.  
  32. -- 
  33. ====================================================================
  34.  Six of one, 110 (base 2) of       | Craig Spannring
  35.  another.                          | osycs@giac1.oscs.montana.edu
  36.  ----------------------------------+--------------------------------
  37.