You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@openwhisk.apache.org by "Farkas, Timothy (GE Digital)" <ti...@ge.com> on 2017/07/14 18:03:47 UTC

Difference between Invoker and InvokerReactive

Hi All,

What is the difference between Invoker and InvokerReactive. Is one supposed to outperform the other? If so under what circumstances?

Thanks,
Tim

Re: Difference between Invoker and InvokerReactive

Posted by Rodric Rabbah <ro...@gmail.com>.
InvokerReactive is the new implementation of the Invoker pool - it's an
simpler/actor based implementation - and will replace the Invoker at some
point soon I expect.

-r