On Fri, Feb 13, 2009 at 11:01 AM, Jeff Peng <jeff@xxxxxxxxxxxxxxxxx> wrote: > Is it possible to make squid to accelerate an ERP system? > This system is written with Java and is pure dynamic web service application. > I got the idea from this link: > http://publib.boulder.ibm.com/infocenter/wsdoc400/v6r0/index.jsp?topic=/com.ibm.websphere.iseries.doc/info/ae/ae/welc6tech_dyn.html Even a fully dynamic application can benefit from an accelerator in front of it: it allows the worker threads to dump their output faster, and return servicing more request. The frontend will then spoon-feed data to the clients as network congestion allows. The effectiveness of this varies tho, and depends on the specific environment (network and system) the application and the clients live in. -- /kinkie