Changes between Version 7 and Version 8 of ModParrotArchitecture

Show
Ignore:
Timestamp:
11/23/08 17:59:53 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotArchitecture

    v7 v8  
    5959To maintain state, the same context must be used for all phases of a request, as it contains a reference to the interpreter. 
    6060 
    61 === Interpreter Management === 
     61=== Context Pools === 
    6262 
    6363Contexts are allocated from context pools, which contain a finite number of contexts created at startup.  Contexts contain pointers to Parrot interpreters so this also provides mod_parrot with a pool of interpreters. 
    6464 
    6565==== Interpreter Lifecycle ==== 
    66  
    67  
    68  
    69 Interpreters are created  
    7066 
    7167== Apache Interface ==