RE: Most efficient way of putting file from CD Drive

2014-01-10 Thread Boxer, Aaron
-Original Message- From: Oleg Kalnichevski [mailto:ol...@apache.org] Sent: Friday, January 10, 2014 9:06 AM To: HttpClient User Discussion Subject: Re: Most efficient way of putting file from CD Drive On Fri, 2014-01-10 at 13:51 +, Boxer, Aaron wrote: > > I have a CD with

Re: Most efficient way of putting file from CD Drive

2014-01-10 Thread Oleg Kalnichevski
On Fri, 2014-01-10 at 13:51 +, Boxer, Aaron wrote: > > I have a CD with about 1000 files on it. I need to upload them (via WebDAV > > client). > > > > Currently, I go one by one through the files, and put to the server using > > InputStreamEntity . > > > > IS there a better way? Can I use an

RE: Most efficient way of putting file from CD Drive

2014-01-10 Thread Boxer, Aaron
> I have a CD with about 1000 files on it. I need to upload them (via WebDAV > client). > > Currently, I go one by one through the files, and put to the server using > InputStreamEntity . > > IS there a better way? Can I use an NIO buffer, to avoid copy into user > space ? > This is one (rath

Re: Most efficient way of putting file from CD Drive

2014-01-10 Thread Oleg Kalnichevski
On Thu, 2014-01-09 at 19:47 +, Boxer, Aaron wrote: > Hello! > > I have a CD with about 1000 files on it. I need to upload them (via WebDAV > client). > > Currently, I go one by one through the files, and put to the server using > InputStreamEntity . > > IS there a better way? Can I use an

Most efficient way of putting file from CD Drive

2014-01-09 Thread Boxer, Aaron
Hello! I have a CD with about 1000 files on it. I need to upload them (via WebDAV client). Currently, I go one by one through the files, and put to the server using InputStreamEntity . IS there a better way? Can I use an NIO buffer, to avoid copy into user space ? Thanks! Aaaron This e-mail