Hi all, i'm struggling to understand how the perTrheadRequest works in
AppEngine, in terms of performance. Can anyone give me some clue?
I can't get thinks like this :
RemoteServiceServlet rss = (RemoteServiceServlet)service;
                                rss.init(this.getServletConfig());
                             rss.perThreadRequest = this.perThreadRequest;
                             rss.perThreadResponse = this.perThreadResponse;
Or the ThreadLocal<HttpServletRequest>.
Any code snippets, java if you can, are welcome. Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" 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-appengine?hl=en.

Reply via email to