Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

Why shouldn't I use mysql_* functions in php?

1006


What is the purpose of basename() function in PHP?

994


How can you tell if a number is even or odd without using any condition or loop?

945


How to get the position of the character in a string in php?

1036


Is nan in php?

983


What is the meaning of symbol '$' in jquery?

988


Is php closing tag necessary?

939


Is it possible to submit a form with a dedicated button?

866


What is phpsessid?

920


How to find the length of a string?

906


What is variable function php?

998


How to pass variables and data from php to javascript?

964


So if md5() generates the most secure hash, why would you ever use the less secure crc32() and sha1()?

982


What is the empty function?

892


What is php session id?

920