Why database is needed when using the application server? What is its role in enterprise application?
How the user request is processed in Enterprise application systems? What is the use of database when there is two servers application server and web server?
Public Comments
- Database is totally a different thing than application server. Application server is only a navigator that sends the request to the database from the request send by the http protocol (i.e user) http--request-> web server--request-->application server-->database <---------- response <----------response <----------
Powered by Yahoo! Answers