samedi 28 mars 2015

Tomcat : Is threa a standard way to create thread per request?

I shoud write thread sensitive logic in servlet implementation. (Thread level impersonation on Windows)


In this implementation, every request should processed by new Java (= OS Native) thread and thread should dispose after processing a request.


My question is, is there a standard way to stop tomcat reuse thread ?


Aucun commentaire:

Enregistrer un commentaire