<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On 18 May 2010, at 16:02, Philippe Van Dyck wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite">It may sound a bit extreme but what about using streams as the base interface and converting values to streams asap ?</blockquote><div><br></div><div>It's certainly worth thinking about.</div><div><br></div><div>How would his affect listeners though, where listeners expect objects, not streams?</div><br><blockquote type="cite"><div><div>The conversion could be seen as the marshaling operation and the result as a stream of bytes ?<br>
<div><br></div><div>The 'base' interface would be as simple as:</div><div>OutputStream&lt;byte[]&gt; get(K)</div><div>put(K, InputStream&lt;byte[]&gt;)</div><div><br></div><div>the Map&lt;K,V&gt; facade simply 'marshalls' values to byte arrays and calls the 'base' interface.</div>
<div><br></div><div>This way, you get rid of any buffering from the very beginning and give streams to cache stores... (You actually replace byte arrays by piped(in/out)putstreams in your futures)...&nbsp;</div><div><br></div>
<div>Btw, I can assure you that some cache store maintainers will be super happy to receive and produce streams ;-)</div><div><br></div><div>my 2 cents...</div><div><br></div><div>phil</div><div><br></div><div><br><div class="gmail_quote">
On Tue, May 18, 2010 at 3:59 PM, Manik Surtani <span dir="ltr">&lt;<a href="mailto:manik@jboss.org">manik@jboss.org</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I have put together a brief design for ISPN-78. &nbsp;Please take a look, it is on the wiki:<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp;<a href="https://community.jboss.org/wiki/LargeObjectSupport" target="_blank">https://community.jboss.org/wiki/LargeObjectSupport</a><br>
<br>
I have also deferred ISPN-78 to 5.0.0 rather than 4.1.0 as I'd rather not hold up 4.1.0 for new features at this stage.<br>
<br>
Please have a look at the designs and let me know what you think - or comment on the wiki page.<br>
<br>
Cheers<br>
Manik<br>
--<br>
Manik Surtani<br>
<a href="mailto:manik@jboss.org">manik@jboss.org</a><br>
Lead, Infinispan<br>
Lead, JBoss Cache<br>
<a href="http://www.infinispan.org/" target="_blank">http://www.infinispan.org</a><br>
<a href="http://www.jbosscache.org/" target="_blank">http://www.jbosscache.org</a><br>
<br>
<br>
<br>
<br>
<br>
_______________________________________________<br>
infinispan-dev mailing list<br>
<a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/infinispan-dev" target="_blank">https://lists.jboss.org/mailman/listinfo/infinispan-dev</a><br>
</blockquote></div><br></div></div></div>
_______________________________________________<br>infinispan-dev mailing list<br><a href="mailto:infinispan-dev@lists.jboss.org">infinispan-dev@lists.jboss.org</a><br>https://lists.jboss.org/mailman/listinfo/infinispan-dev</blockquote></div><br><div>
<span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-align: auto; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0; "><span class="Apple-style-span" style="border-collapse: separate; color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px; -webkit-border-horizontal-spacing: 0px; -webkit-border-vertical-spacing: 0px; -webkit-text-decorations-in-effect: none; -webkit-text-size-adjust: auto; -webkit-text-stroke-width: 0px; "><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><div>--</div><div>Manik Surtani</div><div><a href="mailto:manik@jboss.org">manik@jboss.org</a></div><div>Lead, Infinispan</div><div>Lead, JBoss Cache</div><div><a href="http://www.infinispan.org">http://www.infinispan.org</a></div><div><a href="http://www.jbosscache.org">http://www.jbosscache.org</a></div><div><br></div></div></span><br class="Apple-interchange-newline"></span><br class="Apple-interchange-newline">
</div>
<br></body></html>