Difference between revisions of "Thread:Talk:LiteRumble/Rerun of Pairings/reply (15)"

From Robowiki
Jump to navigation Jump to search
(Reply to Rerun of Pairings)
 
(spelling error)
 
Line 1: Line 1:
I´m thinking in building a custom client which groups results from all local clients and upload them in a single thread, so the server needs only a single instance per user to receive data.
+
I´m thinking in building a custom client which groups results from all local clients and uploads them in a single thread, so the server needs only a single instance per user to receive data.
  
 
Combined with multi-threading, clients can keep running battles in parallel while a single thread uploads everything, making it faster than the current client, while at the same time consuming less server resources.
 
Combined with multi-threading, clients can keep running battles in parallel while a single thread uploads everything, making it faster than the current client, while at the same time consuming less server resources.

Latest revision as of 21:16, 2 April 2013

I´m thinking in building a custom client which groups results from all local clients and uploads them in a single thread, so the server needs only a single instance per user to receive data.

Combined with multi-threading, clients can keep running battles in parallel while a single thread uploads everything, making it faster than the current client, while at the same time consuming less server resources.