Re: [Libusbx-devel] [libusbx] persisting LIBUSB_ERROR_NO_MEM on burst condition

2012-12-12 Thread Xiaofan Chen
On Wed, Dec 12, 2012 at 2:11 AM, Tim Roberts wrote: > Mohamed HAMZAOUI wrote: >> Solution, as pointed out Tim, is to buffer more data in a single >> request. It's like nagle algorithm that I will implement, but I think >> it is not a good solution in my case. >> Firstly, there's several threads th

Re: [Libusbx-devel] [libusbx] persisting LIBUSB_ERROR_NO_MEM on burst condition

2012-12-12 Thread Xiaofan Chen
On Wed, Dec 12, 2012 at 4:49 PM, Xiaofan Chen wrote: > On Wed, Dec 12, 2012 at 2:11 AM, Tim Roberts wrote: >> Mohamed HAMZAOUI wrote: >>> Solution, as pointed out Tim, is to buffer more data in a single >>> request. It's like nagle algorithm that I will implement, but I think >>> it is not a good