[Qt-interest] Maximum QT TCP socket that we can create

william.crocker at analog.com william.crocker at analog.com
Fri Feb 12 19:55:44 CET 2010



>> I want to know what is the maximum QT tcp or UDP sockets that I can create
>> in Windows or linux.Is there any maximum limit that is set in  QT.
>>     
>
> Qt doesn't have a maximum set.
>
> However, the operating system usually does. Trying to create more than 1024 
> file descriptors is asking for trouble.
>
>   


Limits can be modified. See: setrlimits (on a unix like OS.)
But, there are still limits (unless you are running as root.)

Bill



More information about the Qt-interest-old mailing list