summerbell 发表于 2013-2-7 14:35:19

No buffer space available

今天程序出了问题,在tomcat中关于连接池部分的代码错误如下:
 
No buffer space available (maximum connections reached?): connect
 
STACKTRACE:
 
java.net.SocketException: No buffer space available (maximum connections reached?): connect
 
上网搜了一下,在http://topic.csdn.net/t/20060315/11/4615627.html有个超好笑的回复:
 
“这跟你的程序没有关系,是因为你的主机的主板是华硕的并且你的操作系统是win2000。  
  http://forum.java.sun.com  
  http://www.cjsdn.net/post/view?bid=10&id=154857&sty=1&tpg=1&age=0”
页: [1]
查看完整版本: No buffer space available