home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.os.os2.programmer:4216 comp.os.os2.advocacy:3943
- Newsgroups: comp.os.os2.programmer,comp.os.os2.advocacy
- Path: sparky!uunet!usc!sol.ctr.columbia.edu!caen!hellgate.utah.edu!jaguar.cs.utah.edu!brian
- From: brian%jaguar.cs.utah.edu@cs.utah.edu (Brian Sturgill)
- Subject: Re: A question or three.
- Date: 14 Aug 92 00:31:06 MDT
- Message-ID: <1992Aug14.003106.24719@hellgate.utah.edu>
- Organization: University of Utah CS Dept
- References: <1992Aug10.162757.13720@thyme.jpl.nasa.gov> <1992Aug11.222749.29690@panix.com> <1992Aug13.173409.25915@njitgw.njit.edu>
- Distribution: na
- Lines: 13
-
- In article <1992Aug13.173409.25915@njitgw.njit.edu> dic5340@hertz.njit.edu (David Charlap) writes:
- ...
- >They have similar concepts, but the MS API makes you do more work.
- >You have to call functions that, IMO, should be called automatically
- >when the program loads.
-
- Agreed, though NT fixes one important problem that PM still has.
- If one PM app blocks to do something time consuming (instead of
- using a thread) then all PM programs will be hung waiting for that
- PM app to finish. This happens because PM has one global event queue.
- Win32 has an event queue per process (like X does).
-
- Brian
-