Re: [twsocket] how to use ICS correctly

2016-01-27 Thread Michael Gasser
ICS support mailing Hi Simon I run a card game. Protocol tcp. Users can play, chat, and send pictures / (very large) files. It's p2p. Every game can act as a server (if either the user opens a port or UPnP is enabled (then it's done by the game)). Login: I use three servers - one main se

Re: [twsocket] how to use ICS correctly

2016-01-27 Thread Dod
Hello Simon, I don't know if you do lengthy operations but if yes you should use a worker thread to let the main socket thread always available. regards. SL> Am currently using ICS for a large chat system but now my service SL> is getting bigger am starting to worry I not really done the SL> so

Re: [twsocket] how to use ICS correctly

2016-01-27 Thread Angus Robertson - Magenta Systems Ltd
> Am currently using ICS for a large chat system but now my service > is getting bigger am starting to worry I not really done the > socket code best I can below is the server side for receiving > string commands There is nothing specifically wrong with your code, except the server is blocked

[twsocket] how to use ICS correctly

2016-01-27 Thread Simon Lewis
Am currently using ICS for a large chat system but now my service is getting bigger am starting to worry I not really done the socket code best I can below is the server side for receiving string commands also other idea am interested in looking into is a main server that controls other servers