Hi friends,

Im working in a networking project with GUI ..

This is my scenario ..
Im receiving two different data say server1, server2,

server 1 running as udp so to receive i use one QThread thread1,
server 2 running as Multicast so to receive i use one QThread thread2

and i need to map the both value and perform some calculation so i used another seperate thread thread3 to receive both the data simultaneously without interupping GUI ..

is there any other good way as i can conserve the usage of thread .. ?
any other stuff like QConcurrent or other things i can deploy in later ..?


Please help me

Thanks in advance ..