Olivier Sannier wrote:
>> It's a workaround only, since one hidden window can handle a maximum
>> number of const WH_MAX_MSG = 100 registered message IDs only, hence
>> it won't prevent ICS from creating new hidden windows on demand
>> depending on the number of concurrent client instances.

> Yes, I noticed that as well. But what I don't understand is the need
> to allocate the messages everytime a socket is created. I mean, there
> are the same messages, used for the same thing. What's the point in
> registering and unregistering them over and over again?

It's required since multiple instances share the same window, the
message IDs must be unique otherwise they couldn't be mapped to
the right destination instance. 

--
Arno Garrels
-- 
To unsubscribe or change your settings for TWSocket mailing list
please goto http://lists.elists.org/cgi-bin/mailman/listinfo/twsocket
Visit our website at http://www.overbyte.be

Reply via email to