Program mysteriously STOPS!
bowman
bowman at montana.com
Sat Jun 8 21:03:29 EDT 2002
More information about the Python-list mailing list
Sat Jun 8 21:03:29 EDT 2002
- Previous message (by thread): check on numerical value?
- Next message (by thread): Program mysteriously STOPS!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
LJD wrote: > > The following code is designed (at least thats my intent) to run forever. > The program should sit in a loop until it connects with the server. It > should just loop and loop and loop. where do you close the socket, other than in the exception handler? you may be using up all the file descriptors allowed for a process.
- Previous message (by thread): check on numerical value?
- Next message (by thread): Program mysteriously STOPS!
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list