Richard Clarke wrote:
> I use mod_perl/apache/soap::lite to create an internal "application server"
> so that I can distribute processing load from the public webserver.

That would be a lot more efficient if you just used vanilla HTTP.  Less 
wasted overhead.  This is the same principal at work when you use 
mod_proxy in your web server and a backend system with mod_perl on it.

- Perrin

Reply via email to