SmartGWT 5.0p / Firefox 34
I am seeing high CPU utilization in calls to our RESTHandler servlet.
We define a custom class that extends RESTHandler and overrides processRequest(). It is backed by a JPA datastore and processes 10-12 requests every 15 seconds that return anywhere from 1-200 objects.
Is RESTHandler multi-threaded? Any suggestions on how to improve CPU performance?
I am seeing high CPU utilization in calls to our RESTHandler servlet.
We define a custom class that extends RESTHandler and overrides processRequest(). It is backed by a JPA datastore and processes 10-12 requests every 15 seconds that return anywhere from 1-200 objects.
Is RESTHandler multi-threaded? Any suggestions on how to improve CPU performance?
Comment