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....
>
> Thank You
> Ramkumar C
>
>
Usually, the maximum time on the server will be spent reading the DB and
rendering the html to send to the browser. So, just using a fast web server
will not be of much help! Fine tuning your db (denormalize) and your middle
ware will give you better results.

Of course you'll have to use a fast web server, but thats the easier part.

regds,
mano
_______________________________________________
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

Reply via email to