GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

  GeekInterview.com  >  Interview Questions  >  Oracle  >  Memory Management

 Print  |  
Question:  what is application server and web server give the difference between these two servers




September 09, 2007 07:58:04 #2
 yathirajulu   Member Since: Visitor    Total Comments: N/A 

RE: what is application server and web server give the...
 
The difference is Application server provides some features:Multi-threading, persistence, security & Transperant, which supports various protocols.
Where as, Web-server doesn't supports that features. Applications server includes in Web-server.
Application Server supports Load-balancing, clustering & connection pooling (most immportant feature).
Where as, Web-server doesn't support.
     

 

Back To Question