home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / programm / win32 / 911 < prev    next >
Encoding:
Text File  |  1992-09-10  |  1.9 KB  |  38 lines

  1. Newsgroups: comp.os.ms-windows.programmer.win32
  2. Path: sparky!uunet!decwrl!pa.dec.com!rdg.dec.com!uvo.dec.com!kboeng.enet.dec.com!rrohbeck
  3. From: rrohbeck@kboeng.enet.dec.com ()
  4. Subject: Re: Running a app several times
  5. Message-ID: <1992Sep11.095435.1577@decuk.uvo.dec.com>
  6. Lines: 25
  7. Sender: usenet@decuk.uvo.dec.com (News Account)
  8. Reply-To: rrohbeck@kboeng.enet.dec.com ()
  9. Organization: Digital Equipment Int. GmbH
  10. References:  <1992Sep10.151538.23206@news.uni-stuttgart.de>
  11. Date: Fri, 11 Sep 1992 09:54:35 GMT
  12.  
  13.  
  14. In article <1992Sep10.151538.23206@news.uni-stuttgart.de>, AXEL@bonnie.physik.uni-stuttgart.de () writes:
  15. >Can you run an app several times (parallel) on NT? I think, 3.1 doesn't and I
  16. >see some problems like interapp-communications. 
  17. >And another one: I read that you can open several windows per app. Is this like
  18. >in 3.1 several windows in one large window or can you move them free on the
  19. >desktop?
  20. Sure, as long as the app doesn't reject that. It should even benefit from
  21. sharable code (given the fact that some rather bright guys did the kernel :-)
  22. As a brute force test of paging, I did a
  23. for %f in (*.*) do start notepad %f
  24. in a big directory (Notepad seems to read the complete file into a big memory
  25. block.)
  26. It behaved better than I thought. The mouse cursor got
  27. jerky, though, and NT crashed when the paging file had filled up the complete
  28. C: disk (some 120 MB left before.)
  29. But I still could do something else in parallel until then. Unpolished, but
  30. pretty impressive.
  31. --
  32. ===============================================================================
  33. Ralf-Peter Rohbeck          rrohbeck@kbomfg.dec.com         Product engineering
  34. Digital Equipment Int. GmbH rrohbeck%kbomfg.enet.dec.com       Disk drive plant
  35. Sudetenstrasse 5/POB 1356   ...!decwrl!kbomfg.dec.com!rrohbeck)      Kaufbeuren
  36. W-8950 Kaufbeuren           (+49) 8341 / 91-4473                        Germany
  37. #include "disclaimer.h"
  38.