This doesn't sound like a GWT problem. Start with traditional, well-known performance monitoring: memory, CPU, disk. Look for disk queues, CPU queues, memory usage. Look at database transaction durations.
On Wed, Nov 17, 2010 at 9:48 AM, Deepak Singh <[email protected]>wrote: > Hi, > > We developed an application in GWT 2.1 and spring 3.0.4. Everything was > fine till development but when we hosted it on Tomcat 5.5 then we found that > the application is not supporting more than 10-12 users at a time. In that > case some RPC fails, Browser loads application very slowly, sometimes throws > some js exception, and browser hangs also. > If we test it locally, its fine all for a single user at one time. > > Could someone pls suggest something to improve the performance. > > > -- > You received this message because you are subscribed to the Google Groups > "Google Web Toolkit" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<google-web-toolkit%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/google-web-toolkit?hl=en. > -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
