How to set limit to the number of concurrent request in servlet?

后端 未结 5 1658
轻奢々
轻奢々 2020-12-09 23:55

I got this servlet which return a pdf file to the client web browser. We do not want to risk any chance that when the number of request is too much, the server is paralyzed.

5条回答
提交回复
热议问题