home *** CD-ROM | disk | FTP | other *** search
/ PC World Komputer 1998 May / Pcwk5b98.iso / WEBSERVE / PI3 / PI3WEB.EXE / Conf / Server.cnf < prev    next >
Text File  |  1997-10-31  |  2KB  |  69 lines

  1. #
  2. # Configuration file for server module
  3. #
  4.  
  5.     <Library>
  6.         Name Server
  7.         POSIXPath ./libPIServer.so
  8.         Win32Path PIServer.dll
  9.     </Library>
  10.  
  11. #<!--
  12. #/*___________________________________________________________________________*\
  13. #*
  14. #    *** AUTOMATICALLY GENERATED FILE CONTENT: DO NOT MODIFY ***
  15. #\*___________________________________________________________________________*/
  16. #/* $SourceTop:$ */
  17. #
  18. #-->
  19.  
  20.     <Class>
  21.         Name MultiThreadedIOServerClass
  22.         Type LogicExtension
  23.         Library Server
  24.         OnClassLoad MultiThreadedIOServer_onClassLoad
  25.         Constructor MultiThreadedIOServer_constructor
  26.         CopyConstructor MultiThreadedIOServer_copyConstructor
  27.         Destructor IOServerBase_destructor
  28.         Execute IOServerBase_execute
  29.     </Class>
  30.  
  31.     <Object>
  32.         Name MultiThreadedIOServer
  33.         Class MultiThreadedIOServerClass
  34.     </Object>
  35.  
  36.     <Class>
  37.         Name SingleThreadedIOServerClass
  38.         Type LogicExtension
  39.         Library Server
  40.         OnClassLoad SingleThreadedIOServer_onClassLoad
  41.         Constructor SingleThreadedIOServer_constructor
  42.         CopyConstructor SingleThreadedIOServer_copyConstructor
  43.         Destructor IOServerBase_destructor
  44.         Execute IOServerBase_execute
  45.     </Class>
  46.  
  47.     <Object>
  48.         Name SingleThreadedIOServer
  49.         Class SingleThreadedIOServerClass
  50.     </Object>
  51.  
  52.     <Class>
  53.         Name UNIXDaemonClass
  54.         Type LogicExtension
  55.         Library Server
  56.         OnClassLoad UNIXDaemon_onClassLoad
  57.         Constructor UNIXDaemon_constructor
  58.         CopyConstructor UNIXDaemon_copyConstructor
  59.         Destructor UNIXDaemon_destructor
  60.         Execute UNIXDaemon_execute
  61.     </Class>
  62.  
  63.     <Object>
  64.         Name UNIXDaemon
  65.         Class UNIXDaemonClass
  66.     </Object>
  67.  
  68.  
  69.