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  >  J2EE  >  Websphere

 Print  |  
Question:  What is the difference between Web Server and Application Server ?



November 11, 2005 06:00:57 #7
 vikram   Member Since: Visitor    Total Comments: N/A 

RE: What is the difference between Web Server and Appl...
 

Web Server & Application Server are different in the following aspects. The Web Server does not support the concept of multi-threading. In Application Server we have features like connection pulling, isolation pulling, multi-threading, and majorly the Transaction feature which is not there in Web Server. An Application Server may include a Web Server inside it.

     

 

Back To Question