Changes between Version 49 and Version 50 of ModParrotArchitecture

Show
Ignore:
Timestamp:
12/25/08 03:41:57 (13 years ago)
Author:
jhorwitz
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • ModParrotArchitecture

    v49 v50  
    141141== Apache Interface == 
    142142 
    143 TODO 
    144  
    145 === NCI Functions === 
    146  
    147 TODO 
    148  
    149 === Parrot Objects === 
     143mod_parrot calls the Apache API directly and accesses Apache data structures via NCI. 
     144 
     145NCI functions are declared in either mod_parrot.pir or one of the PIR modules such as Apache/RequestRec.pir.  Occasionally NCI will not be able to support a specific argument or return type, in which case a wrapper function is used. 
     146 
     147=== NCI for the Apache API === 
     148 
     149TODO 
     150 
     151=== NCI for Apache Data Structures === 
     152 
     153TODO 
     154 
     155=== Objects === 
    150156 
    151157TODO 
     
    155161TODO 
    156162 
    157 === NCI Functions === 
    158  
    159 TODO 
    160  
    161 === Parrot Objects === 
     163=== Calling Parrot Subroutines === 
     164 
     165TODO 
     166 
     167=== Parrot Classes === 
    162168 
    163169TODO