Changes between Version 1 and Version 2 of ModParrotArchitecture

Show
Ignore:
Timestamp:
11/19/08 16:24:44 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotArchitecture

    v1 v2  
    66 * Metahandler: code that implements a single Apache phase for a particular HLL 
    77 * PMC: Parrot Magic Cookie 
    8  * Context:  
     8 * Context: a data structure containing information about the current connection 
    99 
    1010= Design Goals = 
    1111 
    12  * Provide an interface to the Apache API and data structures to the Parrot VM 
     12 * Provide an Parrot interface to the Apache API and data structures 
    1313 * HLL modules require no C code 
    1414 * Remain invisible to the end user 
    1515 
    1616= mod_parrot Module = 
     17 
     18== Contexts == 
     19 
     20== Interpreter Management == 
    1721 
    1822= Apache Interface =