Posted on 2008-02-27 21:39
leekiang 閱讀(2940)
評論(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