High CPU usage by the web process
We are running on AC classic V7 on CentOS 7. Recently we upgraded from the Gold Standard Release to 9346 release.
After the upgrade, all the business logic seems to working as expected but we noticed a huge CPU usage jump on the application server. Checking the issue a bit deeper, we find that it is the “web” process on the application server consuming most of the CPUs. The web process runs a couple of "http-nio-8080-e” threads and each time a SOAP request comes in from the AC client console, there seems to be very heavy XML related work going on that can briefly saturate 1 vCPU on an AWS EC2 machine (e.g. 90% usage according to top). When we have multiple AC users working concurrently with their client console, this high CPU usage issue can easily saturate a VM with 8 vCPUs.
Are there other users facing similar issue with this relatively latest relase?