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.