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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -