IdPProdLoadTest having connection refused exception

Peter Schober peter.schober at univie.ac.at
Sat Jan 5 06:28:44 EST 2013


Just some minor comments, I haven't used IdPProdLoadTest or grinder.

* Qasim Lone <Qasim.Lone at dpsnc.net> [2013-01-04 23:52]:
> I have already done following steps at IDP for fine tuning 
> 
> 1)       Set JAVA_OPTS=-server -Xms2048m -Xmx3072m -XX:MaxPermSize=128m
> -XX:+DisableExplicitGC -XX:+UseParallelOldGC -verbose:gc

I haven't had to service c10k yet but I'd suspect you'd need more RAM
and possibly a larger perm gen space for the JVM. But the error
message would be different then, of course.
(Also I somehow doubt you can really test c10k from a single machine
as the client(s). But I may be wrong.)

> 2)      Changed the default in httpd-mpm.confid to follows 
> 
>          <IfModule mpm_prefork_module>

There should be no need to have Apache httpd running on your IdP
(unless you actually need it for some functionality Java cannot
provide). If you do need it why not use the more modern MPMs like
worker (or event) instead of prefork?
You might be better served with running just Jetty, performance-wise.
-peter


More information about the users mailing list