Hi,
I came cross similar errors not long ago.
Form WAS perspective, what you can do is:
- To check current webcontainer settings in Threadpool, you may need to increase it when necessary.
- Check HTTP inbound channel (HTTP_2) read/write timeout setting and TCP inbound channel (TCP_2) Inactivity timeout setting, again, you may need to increase it when necessary
But most probably the root cause of the issue comes from source code, for my case, the root cause is that developer created additional sessions in the code but without proper management of it, when I suggested them to find a work around without using session, the problem solved and the issue gone.
Hope above can shed a bit light to you.