Java Data Parallel Engine 6.3

TymeacDSE is a Fork-Join application server employing the Divide-and-Conquer methodology in either an embedded or remote (RMI) configuration.

Tags application framework java developers
License EPL
State stable

Recent Releases

6.327 Oct 2016 16:31 minor feature: Fixed a potential bug in error processing. When backing out a failed request, Tymeac tries to remove Tasks from Work Queues before they can be fetched by a work thread. Tymeac uses a request id (long integer) to identify the request, however, both a synchronous and asynchronous request might have the same request id and be in the system at the same time. Added a (is sync or async) check to make sure the right one gets cancelled.