Re: Service Grid launching Compute Tasks

2018-03-22 Thread aealexsandrov
Hi Neeraj, Generally you can launch compute tasks from execute method because they will use separated thread pools executors. Also according documentation you can be in execute method until cancel method will not called:

Service Grid launching Compute Tasks

2018-03-21 Thread Neeraj Vaidya
Hi, Is it advisable to launch compute tasks from the execute method of a Service implementation task ? Are there any shortcomings ? The service execute methods are long running back ground method waiting for data arrival in queues/pipes, tcp connections, file system folders, etc. Regards,