Posted on 2008-02-27 21:39
leekiang 阅读(2936)
评论(0) 编辑 收藏 所属分类:
应用服务器
1,"weblogic.kernel.Default"是从客户端提交请求后产生的线程所在的队列名。这个队列的线程数默认是15个。如果超过15个线程堵塞,则部署的应用将不能访问。同时后台报:
<2008-2-27 下午09时37分48秒 CST> <Error> <WebLogicServer> <BEA-000337> <ExecuteThread: '14' for queue: 'weblogic.kernel.Default' has been busy for "1,720" seconds working on the request "Http Request: /myapp/test/index.jsp", which is more than the configured time (StuckThreadMaxTime) of "600" seconds.>
2,线程数(Tread Count):指派到weblogic.kernel.Default队列的线程数。如果你不需要使用超过15个线程(默认),就不必更改这个属性值。
也可以在mydomain下的config.xml中配置
<ExecuteQueue Name="weblogic.kernel.Default" ThreadCount="50"/>
9,
Bea Weblogic 8.1 SP5 性能优化weblogic中影响性能的参数总结发布在weblogic里的程序随时间越长就越慢weblogic中影响性能的参数总结优化WebLogic服务器性能参数性能调优及UNIX操作队列长度一直很高,吞吐量不大,访问很慢是怎么回事?Thread Dump 和Java应用诊断WLS8.15常报socket或连接错误,什么原因?Weblogic服务器性能调优一个client和server之间的问题java,weblogic和jdk性能文档http://hi.baidu.com/luyi%5F11/blog/item/d32ea497b0776d6e55fb96d5.html
http://hi.baidu.com/amyihohn/blog/item/79fc8d167c96fe51f2de3230.html
http://hi.baidu.com/luyi_11/blog/item/5300f1f0279c0aaca40f52d1.html
http://www.javaeye.com/topic/140849