Thanks everybody for the explanations.
I've added nexPendingConnection() and a readAll() now.
___
Interest mailing list
Interest@qt-project.org
http://lists.qt-project.org/mailman/listinfo/interest
On terça-feira, 16 de outubro de 2012 15.11.23, lucas.betsch...@crypto.ch
wrote:
> Hi everybody,
>
> What happens when I have a QTcpServer which gets a connection that writes
> much data to it (endless), but I never create a QTcpSocket (with
> QTcpServer::nextPendingConnection() ) and read this dat
On Oct 16, 2012, at 4:11 PM, wrote:
> Hi everybody,
>
> What happens when I have a QTcpServer which gets a connection that writes
> much data to it (endless), but I never create a QTcpSocket (with
> QTcpServer::nextPendingConnection() ) and read this data?
> Will I the memory usage of my appl
Den 16-10-2012 15:11, lucas.betsch...@crypto.ch skrev:
> Hi everybody,
>
> What happens when I have a QTcpServer which gets a connection that writes
> much data to it (endless), but I never create a QTcpSocket (with
> QTcpServer::nextPendingConnection() ) and read this data?
> Will I the memory u
Hi everybody,
What happens when I have a QTcpServer which gets a connection that writes much
data to it (endless), but I never create a QTcpSocket (with
QTcpServer::nextPendingConnection() ) and read this data?
Will I the memory usage of my application increase endless? Or will the
QTcpServer j