Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic Component Connection #4

Open
pchalas1 opened this issue May 7, 2014 · 1 comment
Open

Dynamic Component Connection #4

pchalas1 opened this issue May 7, 2014 · 1 comment

Comments

@pchalas1
Copy link

pchalas1 commented May 7, 2014

Dynamic component connection is not enabled by default. Currently the following code snippet has to be called during startup in one of the components to make the reconnection work

mtsInterfaceRequired *required = EnableDynamicComponentManagement();

@pchalas1 pchalas1 closed this as completed May 7, 2014
@pchalas1 pchalas1 reopened this May 7, 2014
@marcinbalicki
Copy link
Contributor

To clarify: this is an issue in a distributed application (2 processes) when the connect() is called after the local process (p1) has been started:

mtsLocalManager::connect(p1,c1,ri1, p2,c2,pi2)  

A fix seems to be adding EnableDynamicComponentManagement() to the constructor of a component located in processes (p1). Can this be set to on by default?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants