Skip to content

implement caching for parameter model #4

Description

@NickZ

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions