home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / sys / amiga / programm / 15692 < prev    next >
Encoding:
Internet Message Format  |  1992-11-11  |  1.8 KB

  1. Path: sparky!uunet!gossip.pyramid.com!pyramid!oracle!unrepliable!bounce
  2. From: dnavas@oracle.uucp (David Navas)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: Amiga Application Framework
  5. Message-ID: <1992Nov11.165127.6906@oracle.us.oracle.com>
  6. Date: 11 Nov 92 16:51:27 GMT
  7. References: <68764@cup.portal.com> <heinz.04d0@edohwg.adsp.sub.org>
  8. Sender: usenet@oracle.us.oracle.com (Oracle News Poster)
  9. Organization: Oracle Corporation, Redwood Shores CA
  10. Lines: 28
  11. Nntp-Posting-Host: mailseq.us.oracle.com
  12. X-Disclaimer: This message was written by an unauthenticated user
  13.               at Oracle Corporation.  The opinions expressed are those
  14.               of the user and not necessarily those of Oracle.
  15.  
  16. In article <heinz.04d0@edohwg.adsp.sub.org> heinz@edohwg.adsp.sub.org (Heinz Wrobel) writes:
  17. >True. I keep an exec list for each _used_ screen including the DrawInfo and
  18. >the font sizes I typically need. It's like an extended LockPubScreen call
  19. >that behaves like OpenFont. It manages a usecount for a list entry and
  20. >discards it if it is no longer needed. Not much work at all. Really just a
  21. >few lines compared to other things.
  22.  
  23. #define HIT_CMDRE_OVER_THE_HEAD_WITH_A_BRICK_MODE ON
  24. Wow!
  25. Usecounts!
  26. What will we think of next?
  27. Hey, s/w engineering, interesting how usecounts keep turning up as being
  28. useful in everything from semaphores to IPC ports to user interface elements,
  29. isn't it?
  30.  
  31. Wow, wouldn't it be nice if the main elements of all the system structures
  32. was prefaced with a usecount?
  33.  
  34. Golly.
  35.  
  36. #end MARC_BARRET_USECOUNT_MODE
  37.  
  38. Seriously, can we get rastports or layers to have this?  It would help to
  39. multi-thread my drawing apps on the window surfaces without keeping the
  40. window-layer locked for the entire operation (can you say, AutoPoint jerky-
  41. mode, I knew you could).
  42. David C. Navas                        dnavas@oracle.com
  43. Working for, but not speaking on behalf of, Oracle Corp.
  44.