Jump to content

Multiple instances of Supervisor.exe without changing Ports?


Recommended Posts

Posted

@Charlie or Richard:

I have a suggestion to the Supervisor.exe. The programe allows to start multiple instances. But if you try to oberve multiple lines at the same time you have to use another port because the first instance reserves the port exclusiv.

But it seems, that it would be no problem for the protocol to support multiple instances, because it is UDP. And there are no datas received that need to be hidden from other processes.

My suggestion is to try out if it may help to set the property UdpClient.ExclusiveAddressUse to false. You may catch this seperate because it is not fatal if this fails. You may also replace the constructors with parameters with the constructor without parameters and call UdpClient.Connect(...) instead (maybe before or likely after setting ExclusiveAddressUse).

If this helps to open multiple Supervisor.exe without changing the receive ports I would suggest to do that. (But I'm not sure so you better test before.)

 

Gleissperre

Posted

why would one want to look at multiple lines? The system was designed in such way that one Supervisor is active and one would look at one "world" only. 

It's similar as trying to watch two television channels at the same time? Why would one do that?

 

 

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.