home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / win32 / 936 < prev    next >
Encoding:
Text File  |  1992-09-13  |  1009 b   |  22 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!sun-barr!cs.utexas.edu!wupost!sdd.hp.com!uakari.primate.wisc.edu!usenet.coe.montana.edu!news.u.washington.edu!tad
  3. From: tad@wrq.com (Tad Marshall)
  4. Subject: Re: Running a app several times
  5. Message-ID: <1992Sep13.195913.12424@u.washington.edu>
  6. Sender: news@u.washington.edu (USENET News System)
  7. Organization: Walker Richer & Quinn, Inc., Seattle, WA
  8. References: <1992Sep13.011924.5002@microsoft.com>
  9. Date: Sun, 13 Sep 1992 19:59:13 GMT
  10. Lines: 10
  11.  
  12. In article <1992Sep13.011924.5002@microsoft.com> johnhall@microsoft.com (John Hall) writes:
  13. >Windows 3.1 will run multiple copies of the same app (fire up
  14. >several copies of notepad, for example.)
  15.  
  16. It depends on the app.  Large model apps have multiple data segments, and
  17. Windows will only let one instance of such an app run at a time.  Also, some
  18. medium and small model apps decide that one copy is enough, and will quit
  19. if started a second time -- try Control Panel, for example.
  20.  
  21. Tad Marshall
  22.