Re: [Tutor] telnet read_until problems

2007-02-13 Thread Eike Welk
Hello Allan! On Monday 12 February 2007 22:17, Alan Gauld wrote: > The figure 999 is interesting. Python has a recursion limit of 1000 > levels. Do you by any chance use recursion to call your function? Is the recursion limit hard coded, or can it be changed? Regards, Eike.

Re: [Tutor] telnet read_until problems

2007-02-12 Thread Bob Gailer
Chris Hallman wrote: > > I've written a program that tests ISDN dial backup at 1,000 locations. > I've broken up the logic into server functions within a threading > class (i.e. logon, get interfaces, get dial string, etc.). At 999 > locations, the following code extract the first of three dial

Re: [Tutor] telnet read_until problems

2007-02-12 Thread Alan Gauld
"Chris Hallman" <[EMAIL PROTECTED]> wrote > I've written a program that tests ISDN dial backup at 1,000 > locations. I've > broken up the logic into server functions within a threading class > (i.e. > logon, get interfaces, get dial string, etc.). At 999 locations, the > following code extract

[Tutor] telnet read_until problems

2007-02-12 Thread Chris Hallman
I've written a program that tests ISDN dial backup at 1,000 locations. I've broken up the logic into server functions within a threading class (i.e. logon, get interfaces, get dial string, etc.). At 999 locations, the following code extract the first of three dial strings: def GetDialString(se