max-triple-count, max-member-count, max-kbyte-count support must > should per Aug 25 mtg
authorJohn Arwe
Mon, 25 Aug 2014 16:45:08 -0400
changeset 771 c348bd680dbb
parent 754 d0fbd3f227c5
child 772 38ea974803c6
max-triple-count, max-member-count, max-kbyte-count support must > should per Aug 25 mtg
ldp-paging.html
--- a/ldp-paging.html	Fri Aug 22 14:36:56 2014 -0400
+++ b/ldp-paging.html	Mon Aug 25 16:45:08 2014 -0400
@@ -1164,7 +1164,8 @@
 	<div class="atrisk" id="atrisk-units"><p class="atrisktext">Feature At Risk</p>
 	<p>The LDP Working Group proposes incorporation of the preference parameters
 		<code>max-member-count</code> and <code>max-kbyte-count</code>, along with
-		corresponding requirements on servers to support them.
+		corresponding requirements on servers of <a href="#ldpr-units-triple-count">LDPRs</a> 
+		and <a href="#atrisk-paging-record-count">LDPCs</a> to support them.
 	</p>
 	</div>
 	
@@ -1584,7 +1585,7 @@
 		<p>The LDP Working Group proposes incorporation of the following clause:</p>
 		 -->
 		<section id="ldpr-units-triple-count"><h2 class="normal">
-			<a title="LDP Paging server">LDP Paging servers</a> MUST
+			<a title="LDP Paging server">LDP Paging servers</a> SHOULD
 			support the <code>max-triple-count</code> <a href="#ldpp-hints">client preference parameter</a>,
 			which expresses a page size limiting the number of RDF triples represented on a page.
 			For example, <code>max-triple-count="500"</code> expresses a limit of 500 RDF triples per page.
@@ -1597,7 +1598,7 @@
 		<div class="atrisk" id="atrisk-paging-kbyte-count"><p class="atrisktext">Feature At Risk</p>
 		<p>The LDP Working Group proposes incorporation of the following clause:</p>
 		<section id="ldpr-units-kbyte-count"><h2 class="normal">
-			<a title="LDP Paging server">LDP Paging servers</a> MUST
+			<a title="LDP Paging server">LDP Paging servers</a> SHOULD
 			support the <code>max-kbyte-count</code> <a href="#ldpp-hints">client preference parameter</a>,
 			which expresses a page size limit as kilobytes of representation size.
 			For example, <code>max-kbyte-count="1"</code> expresses a limit of 1024 bytes per page.
@@ -1613,7 +1614,7 @@
 			honor all hints that it recognizes.  This has the net effect that the most restrictive
 			hint for any given response governs the resulting page size.
 			For example, <code>max-kbyte-count="1"</code> and <code>max-triple-count="500"</code>
-			usually would result in pages with fewer than 500 triples, since each triple very likely
+			usually would result in pages whose size hits the 1 kilobyte limit first, since each triple very likely
 			requires more than two bytes (500 triples/1024 bytes).
 		</h2>
 		</section> 
@@ -1670,7 +1671,7 @@
 	<div class="atrisk" id="atrisk-paging-record-count"><p class="atrisktext">Feature At Risk</p>
 	<p>The LDP Working Group proposes incorporation of the following clause:</p>
 	<section id="ldpr-units-record-count"><h2 class="normal">
-		<a title="LDP Paging server">LDP Paging servers</a> MUST
+		<a title="LDP Paging server">LDP Paging servers</a> SHOULD
 		support the <code>max-member-count</code> <a href="#ldpp-hints">client preference parameter</a>,
 		which expresses a page size limiting the number of members returned on each page of a <a title="paged resource">paged LDPC</a>.
 		For example, <code>max-member-count="10"</code> expresses a limit of 10 members per page.
@@ -2203,7 +2204,7 @@
 reviews, content, criticism and input in the creation of this specification:</p>
 
   <p style="margin-left: 3em;">
-  Alexandre Bertails, Andrei Sambra, Andy Seaborne, Antonis Loizou,  Arnaud Le Hors, Ashok Malhota, Bart van Leeuwen, Cody Burleson, David Wood, Eric Prud'hommeaux, Erik Wilde, Gregory McFall, Henry Story, John Arwe, Kevin Page, Kingsley Idehen, Mark Baker, Martin P. Nally, Miel Vander Sande, Miguel Esteban Gutiérrez, Nandana Mihindukulasooriya, Olivier Berger, Pierre-Antoine Champin, Raúl García Castro, Reza B'Far, Richard Cyganiak, Roger Menday, Ruben Verborgh, Sandro Hawke, Serena Villata, Sergio Fernandez, Steve Battle, Steve Speicher, Ted Thibodeau, Tim Berners-Lee, Yves Lafon
+  Alexandre Bertails, Andrei Sambra, Andy Seaborne, Antonis Loizou,  Arnaud Le Hors, Ashok Malhotra, Bart van Leeuwen, Cody Burleson, David Wood, Eric Prud'hommeaux, Erik Wilde, Gregory McFall, Henry Story, John Arwe, Kevin Page, Kingsley Idehen, Mark Baker, Martin P. Nally, Miel Vander Sande, Miguel Esteban Gutiérrez, Nandana Mihindukulasooriya, Olivier Berger, Pierre-Antoine Champin, Raúl García Castro, Reza B'Far, Richard Cyganiak, Roger Menday, Ruben Verborgh, Sandro Hawke, Serena Villata, Sergio Fernandez, Steve Battle, Steve Speicher, Ted Thibodeau, Tim Berners-Lee, Yves Lafon
   </p>
 
 </section>
@@ -2218,6 +2219,8 @@
 <!-- <blockquote><em><a href="http://www.w3.org/TR/2013/WD-ldp-paging-20140930/">Candidate Recommendation Draft</a></em></blockquote> wah -->
 <!-- <blockquote><em><a href="http://www.w3.org/TR/2013/WD-ldp-paging-20140730/">Last Call Draft</a></em></blockquote> -->
 <ul>
+	<li>2014-08-25 - max-triple-count, max-member-count, max-kbyte-count support must > should per Aug 25 mtg (JA) </li>
+	<li>2014-08-25 - Clarify example (JA) </li>
 	<li>2014-08-22 - AT RISK the three limits, first reached per Aug 18 mtg (JA) </li>
 	<li>2014-08-21 - max-triple-count, max-member-count, max-kbyte-count with parms being integers per Aug 18 mtg (JA) </li>
 	<li>2014-08-05 - Re-cast sort criteria as rdf:List compatible with syntactic sugar for those (JA) </li>