Re: [mod_wombat] UserData Metatables

2007-05-06 Thread Rici Lake
Brian McCallister wrote: I am leaning towards changing all the userdata types (request_rec, server_rec, conn_rec, apr_table_t) in mod_wombat to have anonymous metatables rather than the current setup where they share a metatable. +1 The drawback is that we lose the ~type safety of being

Re: [mod_wombat] UserData Metatables

2007-05-06 Thread Brian McCallister
On May 6, 2007, at 5:39 AM, Rici Lake wrote: Hope all that helps. I'll be away for four weeks on vacation, so I tried to be as explicit as I could... Incredibly, thank you! -Brian

[mod_wombat] UserData Metatables

2007-05-05 Thread Brian McCallister
I am leaning towards changing all the userdata types (request_rec, server_rec, conn_rec, apr_table_t) in mod_wombat to have anonymous metatables rather than the current setup where they share a metatable. The benefit of going to a per-instance metatable is that we can curry the relevant