You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When cache is not existed, service manager create a service profile caches from default resource. In this process, it uses find_resource_from_string in rocon_python_utill to search the resource. When this function is called, it get resource list from ros system everytime. It is not problem when the service is few, but the more service, the slower cache creation time is. How about already create cache regarding default resource list when service cache manager is started? I think default resource list is not permanent in runtime.
The text was updated successfully, but these errors were encountered:
It is follow up of #254 (comment)
When cache is not existed, service manager create a service profile caches from default resource. In this process, it uses
find_resource_from_string
inrocon_python_utill
to search the resource. When this function is called, it get resource list from ros system everytime. It is not problem when the service is few, but the more service, the slower cache creation time is. How about already create cache regarding default resource list when service cache manager is started? I think default resource list is not permanent in runtime.The text was updated successfully, but these errors were encountered: