• First make sure you are closing your connections immediately when processing is done (do not set connect = nothing as this is what keeps ppoling alive).

    Also, my understanding is the Pool SIze is dynamic and relates to the avaialble memory. I would open Profiler and check the number of Open Connections and the amount of memory available at the time the issue occurrs. Pooling is handled in COM Services but default is dynamic.