Fistly thanks for your last answer, I haven't reply because we are discussing which is the time window for our application, as soon as we decided I'll let you know.
Now I have a question related to the use of DSSim, when I create a transformer I have to choose the destination bus, previously I created some buses but it doesn't appear in the box list when I'm going to select it.
Other question is how many external clients I can connect in this new version?
Thank you in advance!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for your feedback, I've noticed the Bug you mentioned and now is fixed. Please download the latest version (2.0.5), this one includes the fixing.
For the TCP server you can have on a regular windows station up to 255 clients connected concurrently, however, this may require a lot of resources if we keep alive an actor for each client to avoid queues. For this reason I've included an option in the configuration window that you can use to define the number of clients that you will allow to connect concurrently as shown in the image attached. The default value is 1 but you can increase it to the number of incoming connections that you need.
The number of clients will create an actor for each incoming connection and will assign to each actor a different port to avoid queues, the port number will start in 6345. For example, if you define 5 concurrent connections the available ports for connection will be 6345, 6346 ...6349.
Hello Davis,
Fistly thanks for your last answer, I haven't reply because we are discussing which is the time window for our application, as soon as we decided I'll let you know.
Now I have a question related to the use of DSSim, when I create a transformer I have to choose the destination bus, previously I created some buses but it doesn't appear in the box list when I'm going to select it.
Other question is how many external clients I can connect in this new version?
Thank you in advance!
Hi Daniel,
Thanks for your feedback, I've noticed the Bug you mentioned and now is fixed. Please download the latest version (2.0.5), this one includes the fixing.
For the TCP server you can have on a regular windows station up to 255 clients connected concurrently, however, this may require a lot of resources if we keep alive an actor for each client to avoid queues. For this reason I've included an option in the configuration window that you can use to define the number of clients that you will allow to connect concurrently as shown in the image attached. The default value is 1 but you can increase it to the number of incoming connections that you need.
The number of clients will create an actor for each incoming connection and will assign to each actor a different port to avoid queues, the port number will start in 6345. For example, if you define 5 concurrent connections the available ports for connection will be 6345, 6346 ...6349.
Best regards
Davis