Re: question about object pool

2001-09-28 Thread Boris Erukhimov
Looks like what you really need is to make these methods static and not bother with object instance at all. Jirka Vorac wrote: > > Hi, > > this question is not about Orion. I hope you'll answer it. > > I don't know when to use object pool. > > Following scenario is what I need, but I'll be ha

question about object pool

2001-09-28 Thread Jirka Vorac
Hi, this question is not about Orion. I hope you'll answer it. I don't know when to use object pool. Following scenario is what I need, but I'll be hapy to hear more about pooling. I only know one reason for pooling. It is decreasing time of creation. I have class providing some methods. Metho