Hi,
Since you want to connect to many servers, you need as many connections. If the simultaneous part of the request is necessary, I would suggest you to use multiple threads. One thread for one connection and in each thread use its own Scripting object.