home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / PIPES.ZIP / READ.ME < prev   
Text File  |  1990-01-31  |  2KB  |  32 lines

  1. PIPES DOCUMENTATION
  2.  
  3. I wrote the pipes demo in order to learn a little more about OS2 PM and particularly
  4. IPF.  Additionally, I felt that named pipes will play a large role in the type
  5. of applications that we are developing at the firm in which I work.  The demonstration
  6. allows a programmer who is unfamiliar with the operational sequences related to 
  7. named pipes processing to try them out.  
  8.  
  9. The help facility is pretty extensive.  F1 gives contextual help for almost all
  10. operations.  
  11.  
  12. The program runs only under OS2 1.2 as far as I know.  I have only tested remote
  13. pipes using the Novell SDK since EE 1.2 is not shipping yet.  There is a bug 
  14. that shows itself in a remote requester that attempts to wait for a read to 
  15. complete.  The read DOES NOT BLOCK and returns with message size 0.  Also, the
  16. output from DosPeekNmPipe issued by a remote client shows that the current
  17. message in the buffer is the pipe buffer size.  This bug will not show when
  18. using local pipes.  I am working through the problem with Novell and will
  19. supply a corrected version if the bug is in my code.
  20.  
  21. You may place the EXE and HLP files in any directory and execute PIPES with
  22. that directory as the current working directory.  Alternately, you may place
  23. the HLP file in a directory pointed to by the SET HELP= config.sys statement.
  24.  
  25.  
  26.                     Y O U   N E E D   A   M O U S E 
  27.  
  28. I hope you have fun with the demo and start coding cooperative processing
  29. shareware for LAN's.
  30.  
  31. Dave Lester  
  32. ldl011090