Newsgroups : Borland : borland.public.delphi.internet.winsock : 2005 Nov : TIdServer and CPU Utilization
| Subject: | TIdServer and CPU Utilization |
| Posted by: | "JD" (shanba..@attglobal.net) |
| Date: | Fri, 25 Nov 2005 12:03:33 |
Using two D25K programs, one with an IdTCPServer, and one with an
IdTCPClient (and no other components on either), I find that upon
connection, the server program goes to near-100% CPU utilization.
This is true even when the client is doing nothing (as in, sitting on a
debug breakpoint).
Disconnect, and the utilization drops to a nominal level (near zero).
Is that normal behavior for an IdTCPServer?