Path: utzoo!utgpu!jarvis.csri.toronto.edu!mailrus!tut.cis.ohio-state.edu!ukma!rutgers!apple!austing From: austing@Apple.COM (Glenn L. Austin) Newsgroups: comp.lang.c Subject: Re: Iconitis Message-ID: <28683@apple.Apple.COM> Date: 10 Apr 89 04:34:52 GMT References: <1930@dataio.Data-IO.COM> <11555@lanl.gov> <17376@cisunx.UUCP> <7898@pyr.gatech.EDU> <3769@ficc.uu.net> Organization: Apple Computer Inc, Cupertino, CA Lines: 24 In article <3769@ficc.uu.net> peter@ficc.uu.net (Peter da Silva) writes: > >[comparing user problems on Macs and PCs] > >My usual question with either of these is "why can't I shove my ^%^&%&^ >compile into the background?". If you are using MPW, you certainly can! Also, a lot of compiler writers for the Macs are starting to understand background tasking... Also, with a single-processor machine (like most UN*X machines), you have to time-slice the processor, which means either (1) the compiler runs slower, or (2) the current program runs slower, or (3) both 1 and 2. In most cases, the answer is 3. ----------------------------------------------------------------------------- | Glenn L. Austin | The nice thing about standards is that | | Apple Computer, Inc. | there are so many of them to choose from. | | Internet: austing@apple.com | -Andrew S. Tanenbaum | ----------------------------------------------------------------------------- | All opinions stated above are mine -- who else would want them? | -----------------------------------------------------------------------------