[Qt-interest] Socket communication without threads

Predrag Manojlovic pedjaman at gmail.com
Mon Mar 2 21:52:34 CET 2009


R. Reucher wrote:
> On Mon March 2 2009 20:27:43 Predrag Manojlovic wrote:
>> What is bad there?
> If you do it right, using QThread isn't "bad" at all, but sending huge amounts 
> of data at once to one client from one of those threads is not a good idea, 
> especially not when you're doning this with a larger number of parallel 
> threads.

I understand that. I used large data as example. Point is, when client
connects, I often must make some time consuming tasks.

There is just to much noise regarding Threads in network applications :)

No more questions :)
Best Regards and thank you

Predrag



More information about the Qt-interest-old mailing list