A java service. Resources cannot be accessed because there are too many CLOSE_WAIT for other threads to enter.
the figure is as follows:
A java service. Resources cannot be accessed because there are too many CLOSE_WAIT for other threads to enter.
the figure is as follows:
close_wait is caused by no ack on your server after the client initiates fin, so see if you forgot to release the link in the program, for example, stream does not have close.
I tried to war the springboot project under the webapps of tomcat, but how to access the url of controller? And what the file directory of springboot s war package looks like, and I don t know if I packed it right. ...