> We have a IHS-WAS combo with an application. > Max throughput is about 500/second, but cpu is not high, it's plenty of cpu > available. > Why don't we get more ? > We have fiddled with tcpip config, buffer count sizes and similar.
If you have a Java profiler, now would be the time to use it. I'd suspect there's something doing a lot of session setup/teardown, or something is happening that demands a lot of support from WAS that is limiting how frequently you're able to do a session. You might check the WAS settings too -- I have a dim memory of there being a default session limit. ---------------------------------------------------------------------- For LINUX-390 subscribe / signoff / archive access instructions, send email to [email protected] with the message: INFO LINUX-390 or visit http://www.marist.edu/htbin/wlvindex?LINUX-390 ---------------------------------------------------------------------- For more information on Linux on System z, visit http://wiki.linuxvm.org/
