Second Solution: Direct Sharing
AOLserver 2.1 attempted a “share everything” model by simply linking sharable parts of the interp structure:
- At startup a single “master” interp was created and initialized
- Later threads would create “half” interps with links to master interp structures (e.g., command and global variable tables)