View Single Post
Old 03-17-2006, 07:50 AM   #7 (permalink)
AssKoala
Anti-Zealot
 
AssKoala's Avatar
 
Join Date: Feb 2006
Location: Atlanta, GA
Posts: 72
AssKoala is on a distinguished road
Send a message via AIM to AssKoala Send a message via MSN to AssKoala Send a message via Yahoo to AssKoala
Quote:
Originally Posted by DJMaze
I know multi-threaded applications are in most people their eyes cumbersome and have no real benefit on single CPU's, but on multiple cpu's this is realy great.
Completely and totally untrue (the bolded part). If a thread blocks on I/O, other threads can execute for the process (assuming you wrote a halfway decent application and you aren't using an OS with a crap scheduler (e.g. Linux pre-2.6 scheduler)).

Good luck with your app, though I thought you could get tray icons with Qt, just by switching to a different execution path depending on the OS.
__________________
If you always think like an expert, you'll always be a beginner. | "A handful of knowledgeable people is more effective than an army of fools" -Writing Secure Code, 2nd Ed.
AssKoala is offline   Reply With Quote