> I'm afraid I've never studied nio in much detail... do
> its performance enhancements extend to non-file-based
> IO?
>
> -Matt
Hello Matt,
I never studied nio in detail either.
What I found out empirically in a Windows environment is that copying
files to a share goes about 4 times faster when using nio compared to
the traditional method.
You do not gain by using nio when copying files to a local drive.
I do not know what in the implementation of nio allows to gain this
performance.
Regards,
Antoine
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|