I'm hacking on getting the former work I did for mod_wombat to have per-thread lua states/scopes into mod_lua. I like the new pool approach. My main reason for this is we have some code that runs on almost every request that we are careful about variable scope, etc that the overhead of creating a new state every time would just kill performance.
Hopefully have some code in next couple of days...
