Re: [twsocket] TWSocketServer: how to make it listening to severalIP:Port?

2010-11-27 Thread Arno Garrels
Francois PIETTE wrote: > A string property is very easy for the component user at runtime. A > single line of code allows to setup all the subcomponents. And this > ease saving/loading the configuration for the application. > >> As I said before creating/destroying objects on the fly depending on

Re: [twsocket] TWSocketServer: how to make it listening to severalIP:Port ?

2010-11-26 Thread Arno Garrels
Francois PIETTE wrote: > This design would not break any existing code and would ease using > the new multiple listen easy to implement in higher level components. It won't break existing code, but remains a hack IMO. All event assignments and unassignments have to be kept in sync. Also I would n