1.What is application server ?
2.What is web server ?
3.Explain the process of execution of a php file ?

Answer Posted / anil chowdary

Difference between AppServer and a Web server
(1) Webserver serves pages for viewing in web browser,
application server provides exposes businness logic for
client applications through various protocols

(2) Webserver exclusively handles http requests.application
server serves bussiness logic to application programs
through any number of protocols.

(3) Webserver delegation model is fairly simple,when the
request comes into the webserver,it simply passes the
request to the program best able to handle it(Server side
program). It may not support transactions and database
connection pooling.

(4) Application server is more capable of dynamic behaviour
than webserver. We can also configure application server to
work as a webserver.Simply applic! ation server is a
superset of webserver.

Is This Answer Correct ?    15 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Suppose the variable $var1 is set to 10 and the $var2 is set to the character var1, what's the value of $$var2?

749


What is session in php w3schools?

809


What is printf in php?

728


What is the difference between explode () and split () functions in php?

906


What is session cookies php?

759


Which function will you use to create an array?

751


What are the php variables?

751


Is empty array php?

753


What is binary safe string?

752


What is the difference between == and === operator in PHP?

684


How to do single and multi line comment in php?

763


How do you destroy a session?

706


How does the identity operator ===compare two values in PHP?

873


What is strstr php?

746


How do you define a constant in php?

818