home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / sys / atari / st / tech / 6221 < prev    next >
Encoding:
Text File  |  1992-12-12  |  1.8 KB  |  41 lines

  1. Newsgroups: comp.sys.atari.st.tech
  2. Path: sparky!uunet!psinntp!blkbox!dhollis
  3. From: dhollis@blkbox (Dan Hollis)
  4. Subject: Re: XBRA
  5. Organization: The Black Box, PO Box 591822 Houston, TX 77259-1822 
  6. Date: Fri, 11 Dec 1992 07:52:39 GMT
  7. Message-ID: <1992Dec11.075239.18139@blkbox>
  8. References: <ByznIp.88F@brunel.ac.uk> <Bz0533.AwK@newcastle.ac.uk>
  9. Lines: 30
  10.  
  11. Craig.Graham@newcastle.ac.uk (Craig Graham) writes:
  12.  
  13.  
  14. >XBRA is an inter-application communication protocol. It allows desk-accs and 
  15. >programs to talk to each other and swap data. There are several levels to the
  16. >protocal, etending right up to direct swapping of .GEM/.IMG files (similar to
  17. >MS Windows DDE).
  18.  
  19. >I have the details (specs. and programming guides) to this protocol if anyone
  20. >is REALLY interested (I posted an article on Overscan a week or so ago, after
  21. >people mailed & asked me to, so perhaps this should be a follow up?).
  22.  
  23. >Craig Graham.     /\  E-mail:Craig.Graham@newcastle.ac.uk
  24. >BAe Space Systems ||  Phone : (UK) 091 2737650
  25. >Stevenage,England.||  Snail-mail: 38 Brighton Grove, Fenham, Newcastle, England.
  26. >-----------------/__\-----------------------------------------------------------
  27. >  SPACE the final^^^^frontier. Seen it,done it,read the book,got the T-shirt....
  28.  
  29. WRONG. XBRA is *NOT* an inter-process communication protocol. Rather, it's a
  30. well defined, legal way for programs to share interrupts, traps, etc...
  31.  
  32. The old way of vector stealing, if one program installs into a vector and another program installs in those same vectors, the first program gets disabled (or worse, crashes!)... XBRA allows those two programs to share the same vector
  33. (i.e. share the VBLANK) ... and for clever programmers, they could even allow
  34. your program to unhook itself from the vector chain, although I haven't seen
  35. a program which does this yet.
  36.  
  37. If you have the XBRA documentation, please read over it again! :)
  38.  
  39. Dan
  40.  
  41.