From: Jim B. <jbu...@th...> - 2001-02-13 17:58:23
|
I have an agent running that uses the tcp_server function. S = tcp_server(port,connection); waitfor(S); For some reason this function is running at 99% CPU. Although it doesn't really seem like its using 99%, It says it is in top. When I am running an agent with a loop such as repeat{ }until true, I don't get a 99% running CPU in top. ?? Is there a way around using 99% cpu with loops? -jim |