Difference between revisions of "Asynchronous Client Handling"


Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset 8 in /www/htdocs/w0102f68/fos/wiki/includes/MagicWord.php on line 902
From FOS Wiki
Jump to: navigation, search
(Created page with "Client Handling has to be asynchronous, because each client must be able to communicate to the others without blocking the system. = Threads = The first intention is to make o...")
 
m
 
Line 2: Line 2:
 
= Threads =
 
= Threads =
 
The first intention is to make one thread for each client. This has several advantages:
 
The first intention is to make one thread for each client. This has several advantages:
* they can easily communicate to each other
+
* they can easily communicate to each other using QT's powerful singnals- and slots mechanism
 
* no problems to maintain a list of all client(-threads)
 
* no problems to maintain a list of all client(-threads)
* using QT's powerful singnals- and slots mechanism
 

Latest revision as of 15:50, 7 January 2014