Aaron Watters wrote:
> On Nov 22, 9:53 am, Tzury Bar Yochay <[EMAIL PROTECTED]> wrote:
>> The following is a code I am using for a simple tcp echo server.
>> When I run it and then connect to it (with Telnet for example) if I
>> shout down the telnet the CPU tops 100% of usage and saty there
>> for
Thank Hrvoje as well
--
http://mail.python.org/mailman/listinfo/python-list
Tzury Bar Yochay <[EMAIL PROTECTED]> writes:
> The following is a code I am using for a simple tcp echo server.
> When I run it and then connect to it (with Telnet for example) if I
> shout down the telnet the CPU tops 100% of usage and saty there
> forever. Can one tell what am I doing wrong?
I
> data = "dummy"
> while data:
> ...
Thanks Alot
--
http://mail.python.org/mailman/listinfo/python-list
On Nov 22, 9:53 am, Tzury Bar Yochay <[EMAIL PROTECTED]> wrote:
> The following is a code I am using for a simple tcp echo server.
> When I run it and then connect to it (with Telnet for example) if I
> shout down the telnet the CPU tops 100% of usage and saty there
> forever
> def handle(s