PDA

View Full Version : Efficiency Question



winston2020
20th January 2009, 19:16
I'm writing a network app that will be used probably only by 10 pc's at once, or less. I'm wondering if it would be better to set up a MessageQueue to handle the interactions, or spawn threads for each connection. Any thoughts?

wysota
20th January 2009, 21:02
If you are asking about networking, you don't have to spawn anything, open 10 sockets and handle them using signals and slots.