
This example demonstrate a multi-threaded server.
It has two functions: get_quote() and trade()


To build and test quote server /client follow these steps

1) run rpcgen to compile quote.x
  
     ..\..\bin\rpcgen quote.x

   If you encounter error saying fail to run preprocessor, please
   set PATH so CL.exe could be found.

2) open the quote\quotesrv project in VC++
   
   build the server.

3) open project quote/quotecln in VC ++

   build the client


4) run the server 
   a) make sure portmapper is running
   b) make sure pwrpc32.dll can be found by the server


5) run the client
   when asked for input, type in a stock ticker,
   quotes will be returned from the quotesrv.







