Simulate large scale system for DDS implementation on limited number computer.

5 posts / 0 new
Last post
Offline
Last seen: 10 years 3 months ago
Joined: 12/19/2013
Posts: 3
Simulate large scale system for DDS implementation on limited number computer.

Hello,

I am going to do my master thesis in discovery message to reduce to improve its scalability. As far as I know, DDS main concept is to targeting the large scale system that required multi-computer to send each publisher-subscriber message each other.

Unfortunately, I have limited amount of computer to use. I'm thinking using VM (virtual machine) but I think It is not possible because my plan is to implement over a ten thousand publisher and subscriber number. I want to know how to simulate large scale system on the one computer.

Thanks for your time and answer.

Offline
Last seen: 7 months 4 days ago
Joined: 05/23/2013
Posts: 64

Hi,

You can run multiple DDS applications(participants) in a single machine, and the participants will exchange discovery messages over shared memory or loopback interface (if you disable shared memory). If you measure the number of discovery messages, simulating a large number of DDS entities in a single machine or limited number of machines would work. If you face an issue when you create many DDS applications in a machine, please take a look at this link.
https://community.rti.com/kb/what-causes-rtiosapisharedmemorymutexcreateos-semget-failure-error-0x1c-error-message.

When I run more than 1000 DDS entities in a machine, it worked. However, I am not sure running 10000 entities in a single machine, but it should work if your machine has enough resources to run them.

Regarding the idea of using VM, of course, you can run multiple VMs to emulate multiple machines, but I believe VMs also exchange their network packets over virtual network interfaces and possibly shared memory between VMs if they are deployed in the same machine. Therefore, it may not make any differences in terms of network behaviors. 

Kyoungho

Offline
Last seen: 10 years 3 months ago
Joined: 12/19/2013
Posts: 3

I think I get an idea from your answer. Thanks kyoungho

Offline
Last seen: 8 years 3 months ago
Joined: 11/24/2014
Posts: 26

Hi,

This link that you mentioned here doesn't work. I also need it. Would you please give me the correct link?


Regards,

Ehsan

 

Gerardo Pardo's picture
Offline
Last seen: 2 months 1 week ago
Joined: 06/02/2010
Posts: 601

Hi,

The link had a trailing "." in it. I fixed it on the message above so it should work now.

Gerardo