Hi
I've learnt how to use UserTransaction, and even if it works, I don't 
know if my  implementation has good performance.

I added a single UserTransaction in one of my servlets :

public class globalaction extends HttpServlet
{
   @In public static UserTransaction m_ut;

I use this m_ut from all servlets for all requests. Is this safe ? Or 
should I declare one UserTransaction in each servlet (or even one for 
each request ?)

Thanks for any information

-- 
Très cordialement,

Riccardo Cohen
-------------------------------------------
Articque
http://www.articque.com
149 av Général de Gaulle
37230 Fondettes - France
tel : 02-47-49-90-49
fax : 02-47-49-91-49



_______________________________________________
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest

Reply via email to