Torsten Foertsch wrote: > On Tuesday 25 October 2005 20:18, Geoffrey Young wrote: > >> typedef struct { >> MpAV *handlers_connection[MP_HANDLER_NUM_CONNECTION]; >>+ HV *pnotes; >> } modperl_config_con_t; > > > Just a thought, will that work with ITHREADS?
hmm... well, I don't see how it's any different than the same declaration in modperl_config_req_t, and my worker tests seemed to pass ok the dozen or so times I ran them... but I hate threads. test patches that exercise pnotes() (both $c and $r) across interpreters most welcome... --Geoff