in reply to Re^2: mod_perl reloading handler on each call
in thread mod_perl reloading handler on each call

Are you really sure? Or did you just use Different fork's of apache?
Try to start apache with -X an watch your logs again. You should see only one load count.
Apache::Request is faster.
  • Comment on Re^3: mod_perl reloading handler on each call