Ashfak Balooch
Ashfak Balooch

Reputation: 1879

Suggestion GWT High Scale Application Server

Currently I am working on a Large Scale Application which uses GWT with Hibenate. We are facing some performance issues with existing Jetty / Tomcat server. And we want a another server that handles hibernate queries and GWT both perfectly.

Problem with tomcat is it sometimes stops responding GWT requests, and client hangs up on some points.

There are certain servers that comes in my mind like : GlassFish Jboss IBM WebSphere AS etc.

Please suggest some high scale server that handles GWT RPC request well and can run in multi-client environment well. We are expecting 100 concurrent users, Hardware is not an issue.

Thanking You, Regards,

Upvotes: 0

Views: 429

Answers (1)

Gursel Koca
Gursel Koca

Reputation: 21300

I think that your problem is not related to Tomcat or Hibernate. Your application should have scalebility problem. I do suggest you to investigate your application before investing to a fancy application server.

Upvotes: 3

Related Questions