Hi there,
I´m developing an API that may connect with an external server.
Initially, It only was neccesary to run an individual instance, but now, because of that server supports until 8 different connections from the same client (just changing the ID_Client), I have to run up to 8 different API (not just winforms, but APIs).

I´ve been trying to call Application.Run() several times from the Main() of my program, but it seems they are called in a sequencial mode, and I need them to be multiple-parallel called.

Any ideas of what can I do?

I hope it´s clear enough and someone can help me.

Best regards,
D.