On Tue, Oct 27, 2009 at 6:42 PM, Ramkumar <[email protected]> wrote:
> Hi Friends, > we have a application developed by java.we have mysql DB.our > application is dynamically shows charts and images depends upon data > stored > on mysql DB(through query).which web server is good to use in this > stage.how > to make our application work as fast. Thanks in advance.... > are you talking about application server or web server? Java based application can be used application server - tomcat, jboss, websphere If its to just serve web pages - apache httpd, iis and others etc. which web server is good to use? you can find out by doing benchmarking your application response against each of the server i mentioned above. how to make application fast - 1. caching should page. cache pages, queries, images, chart images. 2. reduce no. of request to application server from you application after it reachs the browser. - balachandar muruganantham உலகம்.net - இலவச தமிழ் வலைப்பதிவுச் சேவை - http://ulagam.net எனது தமிழ் பக்கங்கள் - http://www.balachandar.net/pakkangal Beyond Work - http://beyondwork.wordpress.com/ "அழச்சொல்லி அல்லது இடித்து வழக்கறிய வல்லார்நடபு ஆய்ந்து கொளல். " - குறள் எண் : 795
_______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
