Hello Monks,
I'm starting to use Paws to access Amazon SES under mod_perl. But it's quite a memory hog. I'm still on prefork, and each httpd process is using a lot of extra memory due to Paws. There is a Paws->preload_service() call that I put in my mod_perl startup.pl file, but doing so does not change the shared memory usage for me.
# startup.pl
use Paws;
Paws->preload_service('SES');