Re: Adding args to a Request through InputFilter

Ivory <[email protected]>
Newsgroups gmane.comp.apache.mod-perl
Message-ID <[email protected]>
You were right, after reviewing my code it works much better :)

Thanks again.

Ivory

Torsten Foertsch wrote:
> 
> If "pretty time-consuming" means a few microseconds then yes, it may be 
> modperl.
> 
> If more, it's your code.
> 
> To figure out how much mod_perl costs try fetching a small static file
> with 
> and without this lines:
> 
> -------------------------------------------
> <Perl>
> sub My::Handler::handler {0}
> </Perl>
> 
> PerlFixupHandler My::Handler
> -------------------------------------------
> 
> Use "ab -n 10000 -c 1 http://..." and compare the results.
> 
> Then add your fixup code and try again.
> 
> Torsten
> 
> 

-- 
View this message in context: http://old.nabble.com/Adding-args-to-a-Request-through-InputFilter-tp27228223p27355930.html
Sent from the mod_perl - General mailing list archive at Nabble.com.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.