DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ·
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30094>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ·
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30094





------- Additional Comments From [EMAIL PROTECTED]  2006-01-12 11:36 -------
It could be a compile-time-optional part of the runtime, something that is only
delegated to when the runtime is 1.4+. Which means that we'd need an
interface/facade to the operations and then an original+nio implementation, the
default behaviour being to use nio on 1.4+, though with a switch to override
that so that the original code can still be tested.

This is a lot of effort; the speedup would have to be tangible. Are the any
measurements, both for local and remote filesystems?

There is some justification for doing such a facade, and it isnt just possible
speedup -the facade could also offer access to the file permissions stuff coming
in Java6.0, letting ant tasks work with permissions properly on the 6.0
platform, as and when it comes out. 

-steve

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to