> On Sep 28, 2016, at 5:05 PM, Gregg Wonderly <ge...@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

Reply via email to