- From: John Arwe <johnarwe@us.ibm.com>
- Date: Tue, 28 May 2013 13:51:18 -0400
- To: public-ldp-wg@w3.org
- Message-ID: <OF928015D9.DE69FC84-ON85257B79.00618271-85257B79.0062158D@us.ibm.com>
> a priori ok with that. I'll try to implement pagination very soon so > that I can make sure practically I agree. In this case, I'm not sure what implementation experience adds. You can't force a server to serve a representation of every resource it could possibly store (or calculate), in the general case. Even if the spec (and code) tried, in the "too large" cases you'd just end up with eternal 5xx responses. "Eternal" not because there is anything wrong with the request, but simply because the server implementation does not scale as large as it requires. In the case where a server recognizes that it cannot process the request, such that it would *like* to redirect to a paged equivalent, if you remove the paged option the server is no more able to fulfill the request than it was before. You just force it to try (if the implementation values compliance above all else), but you have no guarantee it will succeed. Best Regards, John Voice US 845-435-9470 BluePages Tivoli OSLC Lead - Show me the Scenario
Received on Tuesday, 28 May 2013 17:51:48 UTC