As a partial solution to your bandwidth/performance cap.
You guys run Apache as your web server right? Have you considered implementing mod_gzip?
http://www.remotecommunications.com/apache/mod_gzip/
If you don't use Apache perhaps you should invesetigate similar options for whatever Web Server you do use.
"mod_gzip uses the well established and publicly available IETF ( Internet Engineering Task Force ) Content-Encoding standards in conjunction with publicy available GZIP compression libraries such as ZLIB ( Copyright © 1995-1998 Jean-loup Gailly and Mark Adler ) to deliver dynamically compressed content 'on the fly' to any browser or user-agent that is capable of receiving it. It is a software based solution that runs perfectly in conjunction with any Apache Web Server on both UNIX and Win32 platforms."
Thorin
You guys run Apache as your web server right? Have you considered implementing mod_gzip?
http://www.remotecommunications.com/apache/mod_gzip/
If you don't use Apache perhaps you should invesetigate similar options for whatever Web Server you do use.
"mod_gzip uses the well established and publicly available IETF ( Internet Engineering Task Force ) Content-Encoding standards in conjunction with publicy available GZIP compression libraries such as ZLIB ( Copyright © 1995-1998 Jean-loup Gailly and Mark Adler ) to deliver dynamically compressed content 'on the fly' to any browser or user-agent that is capable of receiving it. It is a software based solution that runs perfectly in conjunction with any Apache Web Server on both UNIX and Win32 platforms."
Thorin