Ged, >Do you have a single mod_perl server setup? If you have mod_perl >scripts both serving static documents and waiting on Oracle you might >want to investigate using a light/heavy server approach. A front-end >(Apache only) server accepts all requests, and passes those that need >Perl to the back-end (Apache/mod_perl) server. Meanwhile the front-end >server servers all the images, static documents etc. It can be set up >fairly quickly and could give a big performance improvement.
Apologies we already have a setup like this the Apache on the Front-end serves all static html and graphics and scripts are proxied to a script server processing those requests. Mike