HI,

 
In my web app, my servlets user several delegate classes that connect
to ejbs (session beans.)  I was thinking
about putting these delegates into a helper class as static properties.
That way my servlets can just reference the same delegates. I
don't want to have to create a new instance of a delegate with every
request that my servlet(s) handles.



However, I'm wondering if this will cause synchronization issues with
multiple requests being handled, as our site handles a heavy load of
requests. Any suggestions would be appreciated? 


      

Reply via email to