mod_perl2 & POST data



Hello all,

I'm currently researching switching alot of my company's code to using
mod_perl (mod_perl2 specifically as the title implies, but some "odd"
version that redhat enterprise ships with). Right now I am stuck on
the best way to parse out POST data. I am using $r->args for GETS, and
right now using Apache::compat and $r->content for POSTS as I can't
find any info on other ways to do it currently.

My question is are there other suggestions on how to do this and which
ways of getting the data are the fastest/most effecient (we are highly
concerned with the code speed and mem/proc usage on the servers). We
are shying away from CGI.pm at the moment as it seems to be a bit of a
hog, but if there is some use of it I am missing for these types of
things I would love to hear about them.

Thanks,
Brian

.