0 Replies Latest reply on Dec 18, 2012 8:06 AM by neilrichards

    HTTP Connection Management in JBoss 4.2.3

    neilrichards

      Hi,

       

      As you can see I am working on a very old version of JBoss - hopefully we will be able to upgrade next year - but I have deployed an application using JSF2 (MyFaces). It deploys ok, but I have some issues with performance which I'm guessing may be down to the way HTTP connections are managed.

       

      I have noticed that the response time on partial updates is a lot longer when there has been a time lapse since the last server request. As an example:

       

      I request a page and immediately click a commandButton with an associated Ajax listener and I can see that the event fires straight away.

       

      I request the same page, wait say 30 seconds, and then click the same commandButton and the event can take maybe 5 seconds to fire ... even 10 seconds.

       

      Am I barking up the wrong tree, or is there a configuration change in JBoss that could fix this?

       

      Many thanks,

      Neil