Changes between Version 23 and Version 24 of ModParrotArchitecture

Show
Ignore:
Timestamp:
11/30/08 19:35:55 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotArchitecture

    v23 v24  
    5050 
    5151{{{ParrotLoadImmediate}}} causes an early startup during the configuration phase and loads PIR or bytecode immediately.  This is required for bootstrapping HLL module code, as they need to register Apache modules during the configuration phase. 
     52 
     53'''Tracing''' 
     54 
     55{{{ParrotTrace}}} is used to set the Parrot tracing level.  The default is 0 (disabled).  Output is sent to stderr, which should appear in your error log.  If {{{TraceInit}}} is enabled, some output may appear on your terminal, as stderr has not is not redirected to the error log until the open_logs phase. 
    5256 
    5357'''Options'''