About being timed waiting in a ring

I encountered the following problems. Now there is a project that needs to open 30 to 40 front-end pages. After all the pages are opened, the system has about 700 more threads than before. We checked and found that all of them are perspective-worker-xxxxx threads and all in the timed waiting state in the ring What is the situation here


2

Perfectly normal. Though you should monitor performance carefully--that many clients, if they are really busy or work with dense charts, could disturb other gateway tasks. Consider splitting Perspective off into a separate front end gateway, if not already.