Hi,
I am creating a Personal Chat Server that you can run on your LAN or even a Modem PC.
The trouble is that I am using the MSWINSOCK Control. It is about 100k. This means for each user I have to load another 100k control into memory.
10 Users = 1mb In the Memory

I think i may run out very quickly.
I don't want to use the API at the moment so does anybody know of a lightweight winsock control (20k or Less) or somekind of Control that only needs Loading Once

Cheers