home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 3544 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: sundog.tiac.net!usenet
  2. From: Darius Taghavy <dart@ycrdi.com>
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: MsgPorts and lists
  5. Date: 21 Feb 1996 18:14:33 GMT
  6. Organization: Young Chang R&D Institute
  7. Message-ID: <4gfne9$ju4@sundog.tiac.net>
  8. References: <1527.6618T48T2102@amiga.pp.se> <4gd8uo$btm@sundog.tiac.net>
  9. NNTP-Posting-Host: gatekeep.ycrdi.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: quoted-printable
  13. X-Mailer: Mozilla 1.1N (Macintosh; I; PPC)
  14. X-URL: news:4gd8uo$btm@sundog.tiac.net
  15.  
  16. Darius Taghavy <dart@ycrdi.com> wrote:
  17. >>Or is they way i solved it now, shuffling pointers to messages between the
  18. >>handlers around the optimal solution? (And safest :D)
  19. >
  20. >Better solution: Walk the list in the main handler.
  21.  
  22. Forgot to add: AND copy needed fields - then reply.
  23.  
  24. That way your specialized handlers never have to worry about looking at messages that do not concern them. Use Enable()/Disable() on=
  25. ly when there truly is no alternative. In this case, there is!
  26.  
  27. Best Regards,
  28. Darius
  29.  
  30.  
  31.