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
Tell me what is the difference between unset() and unlink()?
When do sessions end?
What is php beginner?
What does the array operator '===' means?
Why die is used in php?
How to count a number of words in a string in php?
What kind of things have you done on the social side?
What is php trait?
What is mysqli_fetch_array?
What are the popular frameworks in php?
Why is node js better than php?
Explain how we can get the number of elements in an array?
What is the best php framework 2018?
Explain me how to include a file to a php page?
Tell me how comfortable are you with writing html entirely by hand?