TymeacDSE 2.1 发布

fmms 13年前
     <p>TymeacDSE是一个Java的fork-join应用服务器,采用分而治在一个嵌入式或 RMI 的配置方法。</p>    <p>TymeacDSE is a Java Fork-Join application server employing the Divide-and-Conquer methodology in either an embedded or remote (RMI) configuration.</p>    <p><img title="f-j.jpg" border="0" alt="f-j.jpg" src="https://simg.open-open.com/show/378566c9c997250d0cc0ead00a5b8951.jpg" /></p>    <p><strong>Changes:</strong></p>    <p>1. The ability to decompose (fork()) was added in the complete() method. <br /> 2. This makes usage easier for uses such as sorting. <br /> 3. After sorting in the compute() method, the application<span class="truncate_more"> is left with many arrays of sorted items in the complete() method. <br /> 4. Merging those arrays can now be done in two ways. <br /> 5. You can simply fork() groups of those arrays in the complete() method until you arrive at a single array. <br /> 6. Or you can recursively call the Tymeac Server with Merge Functions until you arrive at a single array<br /> <br /> 项目地址:<a href="/misc/goto?guid=4958189279764103904" target="_blank">http://www.coopsoft.com/JavaDAC.html</a></span></p>