RE: Future.isCancelled and thread interruption

2022-02-28 Thread Pushkar N Kulkarni
On 1/03/2022 4:17 am, Pushkar N Kulkarni wrote: > "Future.cancel(true)" cancels the receiver Future and also attempts to interrupt the executor thread that is running this task. However, not all threads may be interrupted. An exception are threads that executing one of the

Future.isCancelled and thread interruption

2022-02-28 Thread Pushkar N Kulkarni
"Future.cancel(true)" cancels the receiver Future and also attempts to interrupt the executor thread that is running this task. However, not all threads may be interrupted. An exception are threads that executing one of the "restart-able blocking system calls" from libnet. Such threads will ig

RE: Supporting charset GB18030-2005

2021-11-18 Thread Pushkar N Kulkarni
ange. That's a good point. > If there is a strong need then it should be feasible to have a system > property to change GB13080 but maybe it's not needed in the short/medium > term when some operating systems are still using -2000. I agree. Thanks for your inputs!

RE: Supporting charset GB18030-2005

2021-11-16 Thread Pushkar N Kulkarni
13080", based on the value of a new System property, version 2000 being the default, could be a better approach. Pushkar N Kulkarni, Developer, IBM Runtimes Simplicity is prerequisite for reliability - Edsger W. Dijkstra -"Alan Bateman" wrote: - To: "P

Supporting charset GB18030-2005

2021-11-15 Thread Pushkar N Kulkarni
quest opened, I'd be glad to contribute the GB18030-2005 charset implementation. Thanks! Pushkar N Kulkarni, Developer, IBM Runtimes Simplicity is prerequisite for reliability - Edsger W. Dijkstra