<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Network sync]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I am creating two applications that use the network tools of Qt. It is a server that listens to a port and a client that connects to the server. All is fine except for one thing. When I write and read both ways there's a syncronization problem. The clients sends the info but it takes a few seconds until they are actually read from the server. The same problem appears vice versa.</p>
<p dir="auto">Is there a way to ensure synchronization?</p>
<p dir="auto">Thank you in advance</p>
]]></description><link>https://forum.qt.io/topic/3940/network-sync</link><generator>RSS for Node</generator><lastBuildDate>Sun, 07 Jun 2026 16:24:28 GMT</lastBuildDate><atom:link href="https://forum.qt.io/topic/3940.rss" rel="self" type="application/rss+xml"/><pubDate>Wed, 23 Feb 2011 21:49:36 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Network sync on Thu, 24 Feb 2011 10:13:05 GMT]]></title><description><![CDATA[<p dir="auto">I m not sure what u have done but here you can try this.</p>
<p dir="auto">Go to &lt;Ur installed Qt folder&gt; /examples/network/fortuneclient and examples/network/fortuneServer directory</p>
<p dir="auto">these example uses QTcpSocket for communication, try and run this application and see if that also takes the same time ?</p>
]]></description><link>https://forum.qt.io/post/77678</link><guid isPermaLink="true">https://forum.qt.io/post/77678</guid><dc:creator><![CDATA[vishwajeet]]></dc:creator><pubDate>Thu, 24 Feb 2011 10:13:05 GMT</pubDate></item><item><title><![CDATA[Reply to Network sync on Thu, 24 Feb 2011 10:03:28 GMT]]></title><description><![CDATA[<p dir="auto">I use QTcpServer and QTcpSocket and their inhereted QIODevice functions. I use the write and read functions and it takes a few seconds which is rather unacceptable. If I start a netcat conversation between the two computers communication is instant every time. The size of the data is small. Usually less than ten bytes at a time.</p>
]]></description><link>https://forum.qt.io/post/77675</link><guid isPermaLink="true">https://forum.qt.io/post/77675</guid><dc:creator><![CDATA[Verminoz]]></dc:creator><pubDate>Thu, 24 Feb 2011 10:03:28 GMT</pubDate></item><item><title><![CDATA[Reply to Network sync on Thu, 24 Feb 2011 05:11:01 GMT]]></title><description><![CDATA[<p dir="auto">How u r communicating ? over QLocalSocket or some other way?</p>
<p dir="auto">It does not take that much of time, whats the data size that u r communicating</p>
]]></description><link>https://forum.qt.io/post/77639</link><guid isPermaLink="true">https://forum.qt.io/post/77639</guid><dc:creator><![CDATA[vishwajeet]]></dc:creator><pubDate>Thu, 24 Feb 2011 05:11:01 GMT</pubDate></item></channel></rss>