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

implement caching for parameter model #4

Open
NickZ opened this issue Nov 1, 2018 · 2 comments
Open

implement caching for parameter model #4

NickZ opened this issue Nov 1, 2018 · 2 comments

Comments

@NickZ
Copy link

NickZ commented Nov 1, 2018

rospy currently has a bug which makes it check the parameter server every time the node publishes to rosout. While upstream has been notified, this may not make it into rosdistro for a while, and this is a performance issue. To work around this, we should implement a caching layer for the parameter server.

The cache should not populate by default, and should only cache documents when the number of accesses reaches a certain threshold. Once this threshold has been reached, the document should be cached and watch() should be run on it. watch() triggers an event, and this should be used to update the cache if the document gets updated.

@sevenbitbyte
Copy link
Member

@NickZ do we have a bug number for the upstream issue?

@NickZ
Copy link
Author

NickZ commented Jan 10, 2019

The upstream issue can be found here: ros/ros_comm#1575

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