[concurrency-interest] We need to add blocking methods to CompletionStage!
kirk at kodewerk.com
kirk at kodewerk.com
Wed Sep 28 15:15:43 UTC 2016
> On Sep 28, 2016, at 5:05 PM, Gregg Wonderly <gergg at cox.net> wrote:
>
> The completely less thread consuming alternative is call backs.
This is a technique that we commonly used in a system that a group of use built in the 90s. The system had many variants on a number of different data flows through the system. It could take days for a number of the services to complete so synchronous calls simply were not a practical solution. async turned out to be so simple that it was used all over.
Regards,
Kirk
More information about the core-libs-dev
mailing list