|
//redefine ENV using a hash table, should be faster than char **environment
Maybe this is not a wise idea as all other application servers use the standard char setup.
I am curious to see what the "standard" handling procedure for the ENV variable is from the Rails team or even Mongrel's developer. I'll see what i can find.
|