home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / pind.zip / readme.txt < prev    next >
Text File  |  1996-09-21  |  2KB  |  51 lines

  1. This is a test program for demonstrating the OS/2 Remote Progress Indicator package
  2. which I may make available depending on demand and interest.  The Remote Progress
  3. Indicator package may help your OS/2 application development if
  4.  
  5.    Your application is a multi-processed application with one process acting
  6.    as your user interface..
  7.  
  8.    or
  9.  
  10.    Your application is a distributed between many machines and one process monitors
  11.    or control the entire system from a central user interface..
  12.  
  13.    AND
  14.  
  15.    you perform operations in one process or machine and wish to report progress
  16.    or activity from those non-user-interface processes or machines to your central
  17.    process acting as your user interface
  18.  
  19.    AND
  20.  
  21.    you wish to have many operations in many processes pertaining to several different
  22.    categories (or subsystems or whatever) all reporting simultaneously
  23.  
  24.    AND
  25.  
  26.    you wish to organize this mess into one consistent 'Progress Reporting' window
  27.  
  28.    AND
  29.  
  30.    you are using C++
  31.  
  32.    AND
  33.  
  34.    you dont want to spend 4 person months doing the work yourself.
  35.  
  36.  
  37. Here I provide a client program (any process running in ANY address space separate
  38. from your user interface) and a server program each with their own user interface.
  39.  
  40. pclient - client example
  41. pserver - server example
  42.  
  43. For more details, see the Microsoft Word document pidoc.doc.
  44.  
  45. If you have any interest in purchasing the OS/2 Remote Progress Indicator package,
  46. please contact me at:
  47.  
  48. Eric Roubal
  49. 76323.2701@compuserve.com
  50.  
  51.