Remy Maucherat schrieb:

Nice, but completely wrong. STM in Tomcat uses an instance pool which
allows having a minimal impact (something like 5%), and it will
perform much better than syncing, unless the said sync is trivial.

The reason this is deprecated is because some people thought it would
solve all their syncing problems, while it doesn't address many things
(like session access).

In my case the session-management will be realized by a front-servlet. This servlet accept all the input of the user. Package this input into JDOM-Objects and send this object to this "single threaded" servlet. This servlets does nothing but to access the database.

Gruss Christian


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

Reply via email to