Ajay Patil wrote:
Hello,

I found out that it is possible to make the Action class thread-safe by over-riding RequestProcessor (processActionCreate method) so that it creates a new Action instance for each request.

I would like to know the implications and possible problems ?
If anyone has tried this, please share your experiences.

Is this similar to the "thread-safety" of SingleThreadedServlet? It sounds like it. I would imagine that with a separate instance for each request, more memory would be consumed?




Erik


--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to