 




<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Full data in socket</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/full-data-in-socket/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/full-data-in-socket/</link>
	<description></description>
	<lastBuildDate>Wed, 22 May 2013 14:10:57 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: carlosdl</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/full-data-in-socket/#comment-78865</link>
		<dc:creator>carlosdl</dc:creator>
		<pubDate>Mon, 05 Jul 2010 14:10:28 +0000</pubDate>
		<guid isPermaLink="false">#comment-78865</guid>
		<description><![CDATA[What was the result when you tried checking for the EOF by reading byte by byte ?  were you able to receive the complete message ?

The problem could not be the detection of the EOF, as this wouldn&#039;t cause data lost but would probably make the client keep trying to read data from the socket.

On the other hand, when the server sends the data, the send function should return the number of bytes sent.  Is the server getting the correct number of bytes sent ?

I would try sending the data in chunks to see if that makes any difference.

I can&#039;t provide flex code as I&#039;ve never used flex.]]></description>
		<content:encoded><![CDATA[<p>What was the result when you tried checking for the EOF by reading byte by byte ?  were you able to receive the complete message ?</p>
<p>The problem could not be the detection of the EOF, as this wouldn&#8217;t cause data lost but would probably make the client keep trying to read data from the socket.</p>
<p>On the other hand, when the server sends the data, the send function should return the number of bytes sent.  Is the server getting the correct number of bytes sent ?</p>
<p>I would try sending the data in chunks to see if that makes any difference.</p>
<p>I can&#8217;t provide flex code as I&#8217;ve never used flex.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.012 seconds using memcached
Object Caching 269/270 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-05-22 15:56:33 -->