>>> On 3/1/2009 at 10:12 PM, in message
<22391204.447591235970761341.javamail.corem...@bj126app61.126.com>, Jerry
<ada...@126.com> wrote:
> Hi Brad,
> 
> As you said, when the number of bytes actually sent does not match the 
> expected bytes to send, apr_socket_send() automatically does some setting to 
> force select/poll on the next write call to handle the incomplete write 
> first. However, for a TCP request, gmond only poll once, then writes all data 
> to the socket and close the socket before next poll. So I think we need to 
> resend the miss part immediately for tcp receive channel. I tested my patch 
> and it works well for my issue.
> 
> Thanks,
> 
> Jerry
> 

Good point :)

Brad


------------------------------------------------------------------------------
Open Source Business Conference (OSBC), March 24-25, 2009, San Francisco, CA
-OSBC tackles the biggest issue in open source: Open Sourcing the Enterprise
-Strategies to boost innovation and cut costs with open source participation
-Receive a $600 discount off the registration fee with the source code: SFAD
http://p.sf.net/sfu/XcvMzF8H
_______________________________________________
Ganglia-developers mailing list
Ganglia-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ganglia-developers

Reply via email to