home *** CD-ROM | disk | FTP | other *** search
/ Amiga Times / AmigaTimes.iso / programme / trionbbs110 / Trion / docs / Utils / trionrm.doc < prev    next >
Encoding:
Text File  |  1998-10-06  |  2.6 KB  |  69 lines

  1.  
  2.  
  3.    =====( TrionRM V1.00 )=============================================
  4.  
  5.  
  6.         Trion BBS Resource Manager.
  7.  
  8.         (c) Copyright Paul Spijkerman, '94-'97. All rights reserved.
  9.  
  10.         Written for use with the Trion BBS package.
  11.  
  12.  
  13.    ===================================================================
  14.  
  15.       The Trion BBS system uses a resource manager called 'TrionRM'.
  16.  
  17.       The 'TrionRM' programm must be started before any other
  18.       Tron utility is used otherwise they probably won't do a thing.
  19.       This programm regulates all access to the data files,
  20.       thanks to this more than 1 programm can acces the same file
  21.       at the same time.
  22.       This is needed so you can read mail at the same time as the
  23.       mail processor is running, or 2 users can browse through the
  24.       same file area. Also a user can't log on to two nodes at ones
  25.       because the resource manager won't allow it.
  26.  
  27.       Also this programm has a 'monitor' window which shows all kinds
  28.       of important information, like what a node is doing, a list
  29.       of last callers and statistical data.
  30.       This window can be Iconized if you don't need it at the moment.
  31.  
  32.       This monitor can be opened on the Workbench screen or on it's
  33.       one public screen. Also the other Trion Utilities who open
  34.       windows are able to open their windows on the TrionRM
  35.       public screen.
  36.       In the TrionRM configuration file you can config the type
  37.       and size of screen, depth, fonts, and colors you want to use.
  38.  
  39.       The Resource manager can handle up to 10 nodes at a time
  40.       and a lot of other programms like the mail processor.
  41.       All programms that handle users, files, messages and
  42.       nodelists have to ask access from TrionRM.
  43.       Also TrionRM had buildin Filebuffers and cache for fast
  44.       access to file and message sections.
  45.  
  46.  
  47.  
  48.       The Resource manager is started by typing:
  49.  
  50.       run TrionRM
  51.  
  52.       It has a few options when running.
  53.       When you use -I on the command line, the monitor is iconized
  54.       on startup.
  55.       When you use -M trionrm uses it's own memory debug code which
  56.       checks if all allocated memory in freed and checks the memory
  57.       boundaries when the memory is freed.
  58.  
  59.       When TrionRM is started it will try to read it's configuration
  60.       file where all the paths for the BBS system are stored.
  61.  
  62.       When you want to use another path to the configuration directory
  63.       and file then the default "trion:cfg/TrionRM.cfg" then you
  64.       have to start TrionRM with the new name and path of it's
  65.       configuration file on the command line or the BBS don't know
  66.       where the TrionRM.cfg is and which paths to use.
  67.  
  68.  
  69.