David Kerber wrote: > What is the most efficient (=fastest) way of copying large (> 1GB [yes, > that's a Giga]) files around the network in java when running under > tomcat 5.5.x? Do I use a FileInputStream and FileOutputStream with a > large byte[] array? Or what?
I think that the NIO apis were intended to handle speedier transfers of data across network connections. It depends how you wish to move the data. Google provided a wealth of results of mixed tutorials and API explanations for "java nio". p > D > > > > --------------------------------------------------------------------- > To start a new topic, e-mail: users@tomcat.apache.org > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]