home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / os / mswindo / programm / win32 / 2419 < prev    next >
Encoding:
Internet Message Format  |  1992-12-13  |  1.1 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!usc!usc!not-for-mail
  2. From: merlin@neuro.usc.edu (merlin)
  3. Newsgroups: comp.os.ms-windows.programmer.win32
  4. Subject: TECO ported to Win32/NT or Win32s?
  5. Date: 13 Dec 1992 04:03:35 -0800
  6. Organization: University of Southern California, Los Angeles, CA
  7. Lines: 14
  8. Message-ID: <1gf8qnINNns2@neuro.usc.edu>
  9. NNTP-Posting-Host: neuro.usc.edu
  10.  
  11. Has the DECUS TECO editor been ported to Win32/NT or Win32s yet?
  12.  
  13. Also, as a matter of curiosity, does Win32s provide the multiple
  14. independent 32 bit flat address space dedicated to each task as
  15. in Win32/NT -- or does Win32s still allow multiple tasks within
  16. the same flat memory model address space?  This goes back to the
  17. business of having to lock and unlock each object referenced in
  18. the preamble and postamble to each object reference -- OS/2 2.0
  19. PM GPI provides independent address space and therefore doesn't
  20. burden the programmer with locking and unlocking objects which,
  21. in my humble opinion should be better managed by the op system.
  22. Perhaps Win32s similarly avoids problems inherent in the garbage
  23. collection and possible problems induced by sharing task memory.
  24.  
  25.