executor for AsynchronousFileChannel.open()

Alan Bateman Alan.Bateman at oracle.com
Fri Apr 25 09:20:12 UTC 2014


On 24/04/2014 21:43, Zhong Yu wrote:
> :
> no.... they are still alive after 5 minutes.
>
> Also, even if they have a timeout, if the application is active
> enough, it'll prevent these threads from exiting, right? Then the
> problem of referencing user classloader won't be alleviated.
Yes, if there are several applications or usages in the same VM, all 
using the default channel group, then the threads may never be idle and 
so will not terminate.

-Alan.


More information about the nio-dev mailing list