tomcat
|
#t007.htm#,
HelloWorld.class,
HelloWorld.java,
TRANS.TBL,
backup5,
backup6,
backup7,
change_max.pl,
it006.html,
it007.html,
it008.html,
it009.html,
junk,
nup.pl,
onedown.pl,
oneup.pl,
t001.html,
t002.html,
t003.html,
t004.html,
t005.html,
t006.html,
t007.html,
t008.html,
t009.html,
t010.html,
t011.html,
t012.html,
t013.html,
t014.html,
t015.html,
t016.html,
t017.html,
t018.html,
t019.html,
t020.html,
t021.html,
t022.html,
t023.html,
t024.html,
t025.html,
t026.html,
t027.html,
t028.html,
t029.html
|
|
|
Application server -- an application which processes specific type
of requests and runs perpetually as a daemon/service. It accepts requests
from Web server via some communication protocol, and returns results back
to the Web server. It is always up, and does not need to be started for
each request. It can run on another computer, and finally, there maybe
many application servers running in parallel, and the load can be
spread between them evenly (how do you think Search Engines run?).
|