home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!elroy.jpl.nasa.gov!sdd.hp.com!uakari.primate.wisc.edu!usenet.coe.montana.edu!giac1.oscs.montana.edu!osycs
- From: osycs@giac1.oscs.montana.edu (Craig Spannring)
- Newsgroups: comp.unix.programmer
- Subject: Re: Real Time timing problem
- Keywords: real timen
- Message-ID: <1992Aug14.235507.24899@coe.montana.edu>
- Date: 14 Aug 92 23:55:07 GMT
- References: <1042@ncratl.AtlantaGA.NCR.COM>
- Sender: usenet@coe.montana.edu (USENET News System)
- Organization: Geographic Information & Analysis Center Montana State University
- Lines: 24
-
- In article <1042@ncratl.AtlantaGA.NCR.COM> mwilson@ncratl.AtlantaGA.NCR.COM (Mark Wilson) writes:
- >I am looking for help in solving a perfomance problem with UNIX V.4.
-
- Here is some code that should help solve your problem
-
- >----- cut here ------<
-
- main()
- {
- for(;;)
- {
- printf("Unix SVR4 is not a real time operating system!\n\007");
- }
- }
-
- >----- cut here ------<
-
- Carefully watch the output from this program until you have found a solution.
-
- --
- ====================================================================
- Six of one, 110 (base 2) of | Craig Spannring
- another. | osycs@giac1.oscs.montana.edu
- ----------------------------------+--------------------------------
-