Limiting concurrent connections using LotusScript

Does anyone know if there’s a way to limit concurrent connections using LotusScript? I am trying to write code to utilize a web service consumer and one of the requirements for the provider is to limit the amount of concurrent connections to no more than 10 at a time.

I didn’t really want to have to do this in Java since it’s another hill to climb. Any assistance would be appreciated.

Steve