PDA

View Full Version : COM+ Poolable objects


mupchu777
04-21-2004, 08:55 PM
How do I setup a COM+ component to be setup as poolable through the VBP COM+ interface (with defaults)?

kinook
04-22-2004, 08:27 AM
ObjectPoolingEnabled = True on the Properties tab should do it. MaxPoolSize, MinPoolSize, and CreationTimeout could also be set to non-default values as needed.