Link to home
Start Free TrialLog in
Avatar of id2215
id2215

asked on

difference between webservers and application server

hi friends,what is the difference between web server and
application server,can some one clear me with examples.
many thanks
ASKER CERTIFIED SOLUTION
Avatar of BigRat
BigRat
Flag of France image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of heskyttberg
heskyttberg

Hi!

Easiest explaine webserver serves webpages.
Webpages is equal to cgi, html, php, asp and so on.

All theese standards are interpreted languages.

An application server on the other hand can run compiled code or if you want REAL applications.
Since an application server can run compiled code this means as programmer you have almost the same possibilities and advantages as if you would like to build an application for Windows usaing Visual C++.

What I mean by almost is that a programmer has to take in acocunt that any result or fomrms need to be presented in HTML format and that the application won't be able to hold a constant connection to the client.

Hope this help you to understand.

Regards
/Hans - Erik Skyttberg