AOLserver Tcl Interp Initialization
 
 
- However, because it pre-dates 8.2, AOLserver has instead used three different initialization solutions:
- 
- A “pool” of pre-initialized interps
- Direct linking of select parts of the interp structure
- “Cloning” of a single master interp for later interps
- 
 
- Let’s take a look at each solution...