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

What is $_ env in php?

543


What is env in laravel?

537


Explain what is memcache?

506


How can we pass the variable through the navigation between the pages?

535


Why php is better?

537






Does php have multiple inheritance?

502


What is the difference between get & post ?

537


What is ci in php?

537


What is a controller in php?

551


How to get no of arguments passed to a PHP Function?

496


Write a program to find the factorial of a number in php?

522


Where is session value stored php?

535


Does php have a future?

509


Which parts of php are case sensitive?

489


How to redirect https to http url through .htaccess?

497