Hi group: Are compute jobs submitted to ignite subject to the same restrictions as Thread with respect to killing running processes?
For example, killing threads via API, (e.g., .stop()) are not allowed in Java, you have to code special conditionals into the thread to stop it cleanly, but does this apply to compute jobs? Dan
