Setting up distributed servers
I am developing a large scale library appication system on the web using jsp / servlets as the main technology. The database will contain over 6000 records of books. How can I improve performance of this system using distributed servers? Is there any link which gives a tutorial to do this?
Thank you very much,
Chhatwal
[348 byte] By [
chhatwal] at [2007-9-26 3:49:12]

What do you need do distribute, requests, data streams, library capacity, ..? Usually the distributing is done lower level than the scripting language used, web-server can do request-distributing for you, there are also hardware solutions for connection distribution. Your question is not really Java related, you should ask it from some unix-forum or apache-forum.
PS. I would use PHP not JSP in your position.