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

Replace DDS polling with a notification based solution. #20

Open
jmacauley opened this issue Nov 17, 2016 · 0 comments
Open

Replace DDS polling with a notification based solution. #20

jmacauley opened this issue Nov 17, 2016 · 0 comments
Assignees

Comments

@jmacauley
Copy link
Member

At the moment the PCE performs a get on all NSA description and topology documents, periodically polling using If-Modified-Since to discover any document changes. Unfortunately, this can result in a delay discovering a document change of up to "auditInterval" seconds.

To solve this problem the PCE should be modified to use the DDS subscription/notification mechanism. The initial subscription results in delivery of the current DDS contents, with follow-up notifications any time a new document is published or an existing document is modified.

@jmacauley jmacauley self-assigned this Nov 17, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant