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