i don't believe there is a setting for Minimum objects in the pool... not a bad idea for an enhancement, though.
--- - Nayan Hajratwala - Chikli Consulting LLC - http://www.chikli.com -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 15, 2002 9:52 AM To: [EMAIL PROTECTED] Subject: [Pool] minimum pool size 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]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
