What is Application Server?
- Vivek
- May 28, 2020
- 1 min read
The application server handles the bulk of the workload within the PeopleSoft system. It runs the business logic and processes all application requests.
Lets us try to understand what these lines –
Bulk workload - it can handle good amount of workload and it is within the PeopleSoft System, something which is within the specified limits.
Business logic – means program that manages communication between end user and a database.
The application server depends on the Oracle Tuxedo Middleware to perform the transactions.
We have Oracle Jolt as well which makes the Oracle Tuxedo available for web based requests.
Comments