Hi,
Descriptiion:
I'm running a SOA Service(basic service - print and sleep), normal session(not shared); I've set the clientIdleTimeout
and the sessionIdleTimeout to 10 seconds.
For testing I run only on 3 cores.
I send 500 tasks to the broker and then call EndRequests().
Problem:
If after I call EndRequests I kill my application from the task manager, the timeouts only kick in after the grid finished
processing everything.
Question:
How can I trigger the session to close if the client is "dead", before actually finishing the entire processing?
Does anyone have any ideas?
Thank you,
-George