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: Fav. Memory Stream Impl. Date: Wed, 30 Nov 2011 14:03:45 +0100 Organization: albasani.net Lines: 20 Message-ID: References: <4ed0101b$0$282$14726298@news.sunsite.dk> <9jflnkFnrgU1@mid.individual.net> <9jgqmvFjc4U1@mid.individual.net> <6b19df45-6141-45f0-ae2e-8ff30ece4928@y42g2000yqh.googlegroups.com> <9ji3juFomgU1@mid.individual.net> <4ed4bfc0$0$8819$426a74cc@news.free.fr> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: news.albasani.net Qv3amhxZznEX+1IYI12dkJYx2TBERgek2MshPVJRMgdWaHPiWwAtsArGi+kmcybb1rAJlldgBKhQaGL58JaqopyiaqU5c881dtW08jQD0UizSiqj4y8mhNYDvtfa1gcs NNTP-Posting-Date: Wed, 30 Nov 2011 13:03:46 +0000 (UTC) Injection-Info: news.albasani.net; logging-data="x9iXW+X1OpOULDpK+OoYK17b7QsmRbYfjI5YRmMNQE3ky+pMnDpueKnFtu+7e0i3oNPRIn2vF7TtBfnS+k+R+34abV7gupWTcgslXX3V0I93exHYftundZmXzobeirfv"; mail-complaints-to="abuse@albasani.net" User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:8.0.1) Gecko/20111121 Firefox/8.0.1 SeaMonkey/2.5 In-Reply-To: Cancel-Lock: sha1:vwuW/sKcJj0INEyJGy+Pp71KBT4= Xref: x330-a1.tempe.blueboxinc.net comp.lang.java.programmer:10357 Martin Gregorie schrieb: > Beyond that I'm guessing since you've said little or nothing about > whether you need simultaneous read and write access to a > instance, whether an instance gets read more than once and how many > instances can exist at the same time. I only said multiple readers and writers. But idea is concurrently and simultaneous. Idea is not sequentially one after the other. What will transpire between these multiple readers and writers will be the size of the memory stream, and eventually a delete status. And of course the content. No special limit on the number of memory stream instances, and no special limit on the number of input / output / random access objects created from one memory stream. Bye