home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1999 March B / SCO_CASTOR4RRT.iso / uccs / root.14 / udk / usr / ccs / demos / thr_demos / rpc / README next >
Encoding:
Text File  |  1998-08-19  |  612 b   |  16 lines

  1. #ident    "@(#)ccsdemos:thr_demos/rpc/README    1.1"
  2.  
  3.         Threads/RPC Programing Sample Source
  4.  
  5.    This is a simple program which creates a requested number of
  6.    threads. Each thread then makes Remote Procedure Calls to a
  7.    server specified by the environment variable SVC_HOST. The
  8.    transport used is specified by the environment variable NETID.
  9.   
  10.    The flag passed to "thr_create()" specifies that a new Light
  11.    Weight Process be created for each thread. This is exessive
  12.    for multiplexed threads, and only a limited number of LWPs
  13.    should normally be used.
  14.   
  15.    This program is for source reference only.
  16.