Changes between Version 3 and Version 4 of MapGuideRfc36
- Timestamp:
- 09/16/07 14:43:24 (18 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified MapGuideRfc36
v3 v4 29 29 We are finding that when the existing !EnumerateResources operation is executed on a repository that has a large number of resources, it is too slow, and may result in an Out Of Memory exception. 30 30 31 For example in this scenario: If the root folder has 1,000 folders in which each contains 1,000 documents, then for the request where resource is ” Library://” and depth is 1, the operation may take about 20 minutes to complete. This is unacceptable and makes client programs that need to list contents of the repository unusable.31 For example in this scenario: If the root folder has 1,000 folders in which each contains 1,000 documents, then for the request where resource is ”!Library://” and depth is 1, the operation may take about 20 minutes to complete. This is unacceptable and makes client programs that need to list contents of the repository unusable. 32 32 33 33 == Proposed Solution == … … 99 99 /// <ul> 100 100 /// <li>If it is true, then the number of children of the folder 101 /// resource at the specified depth will be set to a computed value ( <= 0).101 /// resource at the specified depth will be set to a computed value (>= 0). 102 102 /// </li> 103 103 /// <li>If it is false, then the number of children of the folder