
WinSock control CPU hog and gimme WinSock API! :)
I've succesfully used the winsock control in VB5, but haven't tested in vb6
yet. When you get these strange CPU usages you should check and make sure
you aren't having any cascading events. Otherwise, there may be a memory
leak in something (probably in a component in the project, or possibly in
something else running on the desktop that gets 'interfered' with when your
app runs). Try running this app on another computer and see if you get the
same results. You may also want to check MS Knowlege base and see if there
are any known issues.
Quote:
>I've written a chat server app using the MS Winsock Control in VB6
>Thing is I run this server on NT4 dual PII 450 and it sends the CPU
>usage to 100% - hehe