Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!news.albasani.net!.POSTED!not-for-mail From: Jan Burse Newsgroups: comp.lang.java.programmer Subject: Re: Piggypack Encoding/Decoding on RandomAccessFile Date: Sat, 05 Nov 2011 19:56:06 +0100 Organization: albasani.net Lines: 13 Message-ID: References: <29284695.78.1320512625961.JavaMail.geo-discussion-forums@prok29> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net e+rcQ0G/EPWsfUGc7MTOYwuewKs4sc5TOwNY88eXerBLQ37dH1zW4bFMNjfHoAJtpKxP2xUaqgTimU72RPxW3A== NNTP-Posting-Date: Sat, 5 Nov 2011 18:56:11 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="u1JTADLhf1ChdpvAvDf0uuC6NVETffMmh5uIr0HheOTSkHoH/QWqegVUZsD/60t85bwl4d3UuaU2P/CzQnx9CggFI7cEeIcFHpx/iKkpukaC59vzegQqZJkPt3lPKg4Z"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:7.0.1) Gecko/20110928 Firefox/7.0.1 SeaMonkey/2.4.1 In-Reply-To: <29284695.78.1320512625961.JavaMail.geo-discussion-forums@prok29> Cancel-Lock: sha1:Us1EQyTPyquY4XKuxbv+dwsro3U= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:9588 Lew schrieb: > If you need sequential stream access to all or part of > that data, have sequential clients work with scraps piped > through the lower-lying direct access instances rather > than fight over the same prey. What is "scraps piped"? How do you eliminate the common prey through "scraps piped"? Will you not only create a buffering layer, but the problem will not be evaded? Bye