Hi

I´m studying TICSWndControl so I can use it as base class for my app.

I´m curious about something, you have the constant WH_MAX_MSG = 100, which 
means that each Handler created can handle up to 100 different messages, from 
different objects right?

Is there a reason to be 100? If I increase this number to 200 for example, will 
I be able to create the double amount of sockets? Since, the most limiting fact 
is the handle (10.000 handlers on the process), if I share 1 handle with more 
classes, theorically I can create many more sockets

Thanks

Eric
--
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