Hi,

I have class providing one method (not synchronized).
Method does not change any class variables, it only reads them.
Class variables are initialized in constructor, so this instance
has fixed configuration.

My question is: Can I call these methods from more
        threads concurrently or should I use object pool for every
configuration?
in other words: Could there be problem, if I use only one instance for one
configuration?

Maybe you can explain me what is advantage or necessity using object
pooling.

Thanks in advance

Jirka
---
Odchoz� zpr�va neobsahuje viry.
Zkontrolov�no antivirov�m syst�mem AVG (http://www.grisoft.cz).
Verze: 6.0.281 / Virov� b�ze: 149 - datum vyd�n�: 18.9. 2001


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

Reply via email to