On Wed, 5 Jun 2002, Stas Bekman wrote: > In the compat doc, I need more info regarding ->request() method variations. > > In 1.x we have: > > Apache->request() > > In 2.x this method is deprecated because of the overhead in the threaded > MPMs. > > What's the alternative for modules like CGI.pm? Sorry if I've asked > before, I cannot find the relevant thread.
the alternative is simply to not use it. as you can see from the patch i posted to CGI.pm last night, it is not required to use Apache->request. or just live with the overhead. i'm not actually sure how much overhead is involved with tls variables. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
