0 Replies Latest reply on Nov 6, 2008 5:11 AM by doubledenim

    Brief Explanation of a few things.

    doubledenim

      Hi There,

      I have been spending quite a while developing an application using Jboss 4.x and I'm almost ready to go into production with it.

      It is a stateless session bean whos methods are invoked by a DWR application (servlet).

      When i've been testing it on my local I've noticed if i try to make a bunch of requests at one time through multiple tabs within firefox the performance of the application slows dramatically. I noticed that the JSESSIONID is the same for each tab.

      My Question: Could I potentially contribute this performance hit to the fact that my client is using the same instance of my stateless session bean?

      When looking at the logging i have put in through the console window I noticed that the methods seem to be called one at a time rather than concurrently.