Hello Markus,
> only thing I'm yet unsure is the message processing part, but: another
> day another idea or so the saying goes... ;-)
the only thing that your execute methot has to do is
...
create components
assign event handlers as you have to do with no threads
call message pump unt
>> friday afternoon I outlined my new approach.
>> Before implementing it I'd like to know if packing all creating and closing
>> stuff in a dedicated thread (one for all sockets) with a message pump
>> is okay (should work if implemented with some care).
>
> Yes, it is OK. BUT make sure your cod