How about deploying services in their own thread pools? On Wed, Mar 8, 2017 at 2:05 AM, Valentin Kulichenko < valentin.kuliche...@gmail.com> wrote:
> Igniters, > > I recently realized that we have serious architectural flow in Service > Grid. The problem is services are executed in public thread pool, which > means that user can't: > > - synchronously invoke service from another service > - synchronously invoke task/closure from service > > In Compute Grid we have continuations to address this, but there is nothing > similar in Service Grid. Any ideas how we can support this? > > -Val >