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
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