This is a migrated thread and some comments may be shown as answers.

Any way to reduce service calls in custom content provider?

1 Answer 45 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Aaron C
Top achievements
Rank 1
Aaron C asked on 16 Sep 2010, 03:13 PM
Hello,

I am implementing a custom content provider using services as a back-end, and I am wondering if anyone else has found a way to reduce the number of service calls being made.  For example the methods ResolveRootDirectoryAsTree and ResolveDirectory are called numerous times with the same parameters for each operation, so there are duplicate service calls being made.  I think I need to build some sort of caching mechanism, but I am wondering if anyone else has run into this issue before and what possible solutions you can think of. 

Thank you,
Aaron

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 21 Sep 2010, 03:01 PM
Hello Aaron,

Indeed, the best solution in your case is to use some kind of caching in your project in order to improve the performance of the application.

Kind regards,
Fiko
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
Tags
FileExplorer
Asked by
Aaron C
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or