Hi,<br><br>well, the application runs quite good in standalone mode. Ofcourse, i know that java is not a performance monster. <br><br>But speaking in bad performance, it takes about 5 minutes to log in, clicking too much on the app window may result in a never ending sandbox, when the app is finally open, and i choose an option it takes minutes to respond. That's what i'm calling the bad performance :) <br>

<br>It's really unusable slow.<br><br>DJ <br><br><div class="gmail_quote">On Wed, Aug 3, 2011 at 4:24 PM, Reinis Rozitis <span dir="ltr"><<a href="mailto:r@roze.lv">r@roze.lv</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">

<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
The bad part: the application's performance is unusable slow. Is there any way to speed up the performance? Are there modules i should use when load balancing a java application?<br></div><div class="im">
I'd appreciate any help. Thanks in advance!<br>
</div></blockquote>
<br>
<br>
How do you measure the performance or how do you decide it is slow?<br>
<br>
Does the 'Oracle forms 11g application' in standalone mode work faster than in combination with nginx?<br>
<br>
In short lets say if the application can handle 1 request per second then balancing 2 backends won't magically make more requests per second possible than two. If you can't speed the application nginx can't solve it for you other ways than introducing more backends to loadbalance or caching the responses (proxy/fastcgi cache) to avoid hitting the backend at all.<br>


<br>
Of course if each app can handle 1000 requests and with the balancing suddenly it drops down to 100 there is some bottleneck. But for starters at least your nginx config would be needed.<br>
<br>
rr <br>
______________________________<u></u>_________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org" target="_blank">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/<u></u>mailman/listinfo/nginx</a><br>
</blockquote></div><br>