Afternoon chaps! I have just started to play with the pooling library to create a pool (strangley enough) of connections to our acounting package. This is using the Java to COM bridge and creating objects in this takes forever, hence the need for a pool.
The problem I have is that the creation of my objects that I pool takes a long time, and I'd like to create them in advance of their use. However, I can't find anything like a minimum number in the pool (as there is with the maximum value) Therefore, the first time that an object is requested it still has to be created. Any help is much apreciated. I've tried to look through the archives, without any success! regards IV -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
