   =========================================================================
                            M I C R O   F O C U S                            

                      S E R V E R   E X P R E S S  5.0
   =========================================================================


                                THRRGB DEMO
                                ===========

   TABLE OF CONTENTS
   =================
       INTRODUCTION
       SOURCE FILES
       REQUIREMENTS
       OPERATION


   INTRODUCTION
   ============

   The file thrrgb.cbl is used to demonstrate how to create multi-threaded
   cgi applications.

   For more information, please consult the relevant chapters ("Internet
   Programming") in your on-line product documentation.

   
   SOURCE FILES
   ============

   thrrgb.cbl - main application
   bottom.htm - html copybook
   intro.htm  - html copybook

   thrrgb.htm - main htm 

   REQUIREMENTS
   ============

   The thrrgb demo should be run as a CGI application. You can do this using
   your Web server.

   OPERATION
   =========

   Rebuild the demo by using:
     bld_thrrgb

   The script will compile and publish the demo to the default directories
     $HOME/www/html      - for ALL html files
     $HOME/www/cgi-bin   - for ALL cgi-bin files

   The bld script allows you to compile to: int,gnt, so and exe. 


   DEBUGGING
   ---------

   This application requires the use of the multi-thread debugger.  If you
   are using "multi-session" debugger, you must use the cobanimsrv_t
   trigger.  For example:

     cd $HOME/www/cgi-bin
     cobanimsrv_t

    Then switch to your browser, load thrrgb.htm and follow the instructions.


   =========================================================================
   Micro Focus is a registered trademark, and Server Express is a trademark,
   of Micro Focus International Limited. 
   =========================================================================
   Copyright (C) 1999-2001 Micro Focus International Limited. 
   All rights reserved.

