TymeacDSE 2.1 發布
TymeacDSE是一個Java的fork-join應用服務器,采用分而治在一個嵌入式或 RMI 的配置方法。
TymeacDSE is a Java Fork-Join application server employing the Divide-and-Conquer methodology in either an embedded or remote (RMI) configuration.
Changes:
1. The ability to decompose (fork()) was added in the complete() method.
2. This makes usage easier for uses such as sorting.
3. After sorting in the compute() method, the application is left with many arrays of sorted items in the complete() method.
4. Merging those arrays can now be done in two ways.
5. You can simply fork() groups of those arrays in the complete() method until you arrive at a single array.
6. Or you can recursively call the Tymeac Server with Merge Functions until you arrive at a single array
項目地址:http://www.coopsoft.com/JavaDAC.html