Java并发编程框架 Disruptor 2.6 发布,

ajax 12年前
     <p>Disruptor 2.6 发布了,Disruptor 是一个 Java 的并发编程框架,大大的简化了并发程序开发的难度,在性能上也比 Java 本身提供的一些并发包要好。<br /> <br /> 项目地址:<a href="/misc/goto?guid=4958191275803294151" target="_blank">http://code.google.com/p/disruptor/</a></p>    <div id="p_fullcontent" class="detail">     <p><img title="Java并发编程框架 Disruptor 2.6 发布," border="0" alt="Java并发编程框架 Disruptor 2.6 发布," src="https://simg.open-open.com/show/99d456067fe56f33cb932b32441ccdc2.jpg" width="600" height="321" /></p>     <p>该版本主要改进包括:</p>    </div>    <ul style="padding-left:25px;max-width:62em;">     <li style="margin-bottom:0.3em;">Introduced<span class="Apple-converted-space"> </span><a style="color:#0000cc;" href="/misc/goto?guid=4958191276547298118" rel="nofollow">WorkerPool</a><span class="Apple-converted-space"> </span>to allow the one time consumption of events by a worker in a pool of EventProcessors.</li>     <li style="margin-bottom:0.3em;">New internal implementation SequenceGroup that is lock free at all times and garbage free for normal operation.</li>     <li style="margin-bottom:0.3em;">SequenceBarrier now checks alert status on every call whether it is blocking or not.</li>     <li style="margin-bottom:0.3em;">Added scripts in preparation for publishing binaries to maven repository.</li>    </ul>    <p style="line-height:1.25em;max-width:64em;"><a style="color:#0000cc;" href="/misc/goto?guid=4958191277308921345" rel="nofollow">Download</a></p>