home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / sys / amiga / programmer / 5802 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.1 KB  |  31 lines

  1. Newsgroups: comp.sys.amiga.programmer
  2. Path: cs.vu.nl!irmen
  3. From: irmen@cs.vu.nl (Irmen de Jong)
  4. Subject: AbortPkt() ?
  5. Nntp-Posting-Host: flits.cs.vu.nl
  6. Sender: news@cs.vu.nl
  7. Organization: Dept. of Computer Science, Vrije Universiteit Amsterdam
  8. Date: Wed, 20 Mar 1996 14:22:55 GMT
  9. X-Newsreader: TIN [version 1.2 PL2]
  10. Message-ID: <DoKLA8.H64.0.-s@cs.vu.nl>
  11.  
  12. Hello,
  13.  
  14. as the autodocs (v37+) say, AbortPkt() doesn't do anything. I can
  15. confirm this because at the address of AbortPkt() there is 1 instruction: RTS.
  16.  
  17. Now, is there an alternative to abort (or remove, for that matter)
  18. packets submitted to a handler by SendPkt (or PutMsg)?
  19. Can I traverse the message list of the handler's MsgPort and Remove()
  20. my message? What if it has already been removed from the MsgPort?
  21.  
  22. I need this because I don't want to wait till all packets have been replied
  23. to before quitting my program. I don't want the user to have to type
  24. something on the input stream before my program can quit...
  25.  
  26. Thanks,
  27.  
  28. --
  29. / Irmen de Jong (email: irmen@cs.vu.nl WWW: http://www.cs.vu.nl/~irmen/)  \
  30. \                 ``Nothing lasts forever'' -- Species                    /
  31.