差異處

這裏顯示兩個版本的差異處。

連向這個比對檢視

java:web:jetty:opentoomanyfilesissueonlinux [2016/07/04 16:16]
tony 建立
java:web:jetty:opentoomanyfilesissueonlinux [2023/06/25 09:48]
行 1: 行 1:
-{{tag>​jetty}} 
-====== Jetty - Open Too Many Files Issue on Linux ====== 
-最近開始使用security audit tool測試我們軟體:​ 
-<code bash> 
-nikto -h 192.168.0.1 -port 80 -root /MyApp -mutate 1 
-</​code>​ 
-大漏洞沒發現,卻發現在Linux上會經不起大量請求而產生Open Too Many Files Exception。 
-===== Reference ===== 
-  * [[https://​bugs.eclipse.org/​bugs/​show_bug.cgi?​id=416971|Bug 416971 - Jetty Leaks Connections in Time Wait]] 
-  * [[http://​stackoverflow.com/​questions/​22763024/​too-many-open-files-when-using-jetty-9-on-linux-ubuntu|Too many open files when using jetty 9 on linux (ubuntu)]]