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

  1. Path: news.ios.com!usenet
  2. From: larrymb@gramercy.ios.com (UNREGISTERED VERSION)
  3. Newsgroups: comp.sys.amiga.programmer
  4. Subject: Re: AddIntServer + VERTB strangeness
  5. Date: 17 Mar 1996 17:23:12 GMT
  6. Organization: Internet Online Services
  7. Message-ID: <1489.6648T979T1677@gramercy.ios.com>
  8. References: <199603120851.IAA51888@poseidon.bfs.unibol.com> <4i4326$1lh@serpens.rhein.de>
  9.     <579.6646T899T909@gramercy.ios.com> <4i8na5$hku@serpens.rhein.de>
  10. NNTP-Posting-Host: ppp-36.ts-6.hck.idt.net
  11. X-Newsreader: THOR 2.22 (Amiga;TCP/IP) *UNREGISTERED*
  12.  
  13. >>>>How can I ensure that my interrupt server is the *only* one that gets
  14. >>>>called?
  15. >>>You must not do this. VBlank servers must allow other servers to run.
  16. >>>Trying to "take over" is not legal. If you want to be so user annoying
  17. >>>you should kill the OS, take over the hardware and require a reboot later.
  18. >>  Why must you not do that? You don't need to re-boot afterwards.
  19. >You MUST reboot afterwards.
  20.  
  21.  Why?? Wait.  Ok there, I just went and ran a little demo of mine that does
  22. just this and see, here I am, back continuing entering this message.
  23. Everythingis running fine. If you ran it during a telecom transfer it wouldn't
  24. be good, but that's obvious. You'll get a timeout or whatever.
  25.  
  26.  
  27. >>You can
  28. >>safely shut everything down, do your direct stuff, then safely restore
  29. >>everythign when your program is finished running.
  30. >NO, you CANNOT do this.
  31.   Well I just did. I know that demo works on an A1000, A1200,A2000/030 and
  32. A4000/040 and restores ok afterwards.
  33.  
  34. >>etc. it isn't good but for demos and games it can be.
  35. >NO, it CANNOT be.
  36.  Well, it just happened.
  37.  
  38. >We had this discussion several times. You may get something that somehow
  39. >works on some hardware configurations, but you cannot get something that
  40. >reliably works on every configuration just because you do not know how
  41. >to handle all the hardware yourself. There is more to an Amiga than an
  42. >68020 and an AGA chipset.
  43.  I don't believe that. Not unless you consider something like a Draaco an
  44. Amiga (which I don't).
  45.  
  46.