Path: utzoo!utgpu!water!watmath!clyde!att!osu-cis!tut.cis.ohio-state.edu!mailrus!cornell!batcomputer!itsgw!steinmetz!uunet!super!rminnich From: rminnich@super.ORG (Ronald G Minnich) Newsgroups: comp.sys.amiga.tech Subject: Re: Need info on exceptions Message-ID: <657@super.ORG> Date: 26 Aug 88 14:32:25 GMT References: <4989@pasteur.Berkeley.EDU> <566@wuphys.UUCP> <1754@munsell.UUCP> <413@brambo.UUCP> <632@super.ORG> <414@brambo.UUCP> Sender: uucp@super.ORG Reply-To: rminnich@metropolis.UUCP (Ronald G Minnich) Organization: Supercomputing Research Center, Lanham, MD Lines: 21 In article <414@brambo.UUCP> morgan@brambo.UUCP (Morgan W. Jones) writes: >Somebody forgot their Operating Systems course, eh? >The problem with all of these approaches, of course, is that you've >got two processes reading the same data at the same time, or, more >specifically, one reading the data while the other is still writing. Seems like you might need to actually use this sort of system for a while before you understand it. I can't see why this is so hard for people to get. No, this is NOT A PROBLEM. You have a single writer, single reader. The variable relating to DONENESS will INCREASE SLOWLY AS THE COMPUTATION PROCEEDS. YOU CAN LOOK AT IT AT ANY TIME! PEOPLE DO THIS SORT OF THING ALL THE TIME!!! AMAZING, HUH? The writer is the compute process. the reader is the 'front panel'. Think a little bit before you comment. Or get a little experience with this sort of thing before you comment. Or don't comment. Seems that your level of knowledge does not extend much PAST an operating systems course! Or, try again, NO, YOU DON'T NEED SEMAPHORES FOR THIS PROBLEM!!!! Get it? ron