home *** CD-ROM | disk | FTP | other *** search
/ The Datafile PD-CD 5 / DATAFILE_PDCD5.iso / utilities / n / newsflash / !BBS / BBS / Scripts / Features < prev    next >
Encoding:
Text File  |  1996-09-16  |  1.4 KB  |  49 lines

  1. {STARTMORE
  2. STD CLS Attr 1,0 Flash}New features:
  3. {Attr 2,0}
  4.  * NewsFlash now supports unlimited lines (memory limiting)
  5.  
  6.  * NewsFlash now supports multiple file and message bases
  7.  
  8.  * Door manager allows easy upgrading and calling of doors
  9.  
  10.  * Utility manager provides shared, modular program resources for
  11.    applications/doors
  12.  
  13.  * Telnet device allows users to access your BBS via telnet
  14.  
  15.  * NewsFlash now uses line tasks for increased stability
  16.  
  17.  * NewsFlash is written in 100% assembler
  18.  
  19.  * Powerful and flexible script language. Compiled for increased speed and
  20.    error checking.
  21.    
  22.  * Efficient memory usage:
  23.  
  24.    (Quotes for a 32K page machine)
  25.    
  26.    NewsFlash uses a base figure of about 350K of RMA for code/WIMP sprites/etc.
  27.  
  28.    The NewsFlash server application uses 96K of dynamic memory (including
  29.    code)
  30.  
  31.    NewsFlash uses approximately 96K of dynamic memory for an inactive line
  32.    task. 128K for an active line and 192K for an active line with a snoop
  33.    window open. These figures may increase slightly depending on what the
  34.    user is doing.
  35.  
  36.    NewsFlash uses 18K of RMA workspace and another 4K of RMA for each line.
  37.  
  38.    Most of the code is in RMA. This allows the code to be shared between each
  39.    line, requiring only 1 copy of the code no matter how many lines you use.
  40.  
  41.    A further 32K each is required for utility manager and door manager.
  42.    
  43.    A fully active 3 line system may use less then 900K
  44.  
  45. {FG 3}Press a key
  46.  
  47. {ANYKEY
  48. ENDMORE
  49.