java - performance tuning weblogic -
we have unstable system runs on weblogic 10.3 portal , somehow
for while keep limiting number of users can handle 100 or 200.
is there way can set ?
self-tuning-thread-pool-size-max still available in 10.3 ?
(don't find documentation related 10.3 regarding this)
thank !
you should describe behavior want. work manager max threads constraint of 100 not limit application 100 users, limit servicing 100 concurrent requests @ same time. http://blogs.oracle.com/jamesbayer/entry/weblogic_server_work_manager_demo
if want limit 100 users, consider setting max in-memory sessions if you're using sessions. can set in weblogic.xml deployment descriptor or in wls console in configuration->general section of deployment. http://download.oracle.com/docs/cd/e21764_01/web.1111/e13712/weblogic_xml.htm#i1071981
Comments
Post a Comment