home *** CD-ROM | disk | FTP | other *** search
/ AMIGA PD 1 / AMIGA-PD-1.iso / Programme_zum_Heft / Programmieren / Kurztests / ACE / Prgs / ACEports / poll / ReadMe < prev    next >
Text File  |  1994-08-24  |  919b  |  35 lines

  1.  
  2. ACE Message Ports
  3. -----------------
  4.  
  5. The programs in this directory illustrate the use of ACE's new interprocess
  6. communication capability.
  7.  
  8. They are the same as the programs in the ACEports directory with the
  9. exception that message ports are polled in order to read a message, rather
  10. than using the (nicer) message WAITing technique. This is typically used for
  11. processes which can't afford to block on a port until a message arrives.
  12.  
  13. The easiest way to test them is to compile both programs from a shell and 
  14. then type:
  15.  
  16.         run reader
  17. followed by:
  18.         writer
  19.  
  20. Alternatively you can type:
  21.  
  22.         run writer
  23. then:
  24.         reader
  25.  
  26. Another way is to copy each program to the RAM: disk (for example), compiling
  27. both with the -i switch to create icons. Then open the RAM: disk and double
  28. click on each program's icon. Either program may be run first.
  29.  
  30. See ace.doc and ref.doc for more information.
  31.  
  32. Regards,
  33. David Benn
  34. 23rd August 1994
  35.