beginner's doubt

2002-01-24 Thread nimesh nedungadi
hi In the python documentation, where do i find the list of all objects of a class... for eg. if i want to find, what are all the objects in parser class, how do i go about finding it. nimesh = Ability is what you are capable of doing. Motivation determines what you do. Attitude determine

Re: How to avoid socket timeout

2002-01-24 Thread guignot
Le Thursday 24 January 2002 16:28, vous avez écrit : > I think theres something in the windows registry, and also in the API. It's > called Time To Live (TTL) this won't help much with time out but it'll > reduce the chances of it happening. no. This problem has nothing to do with the TTL. the TT

Re: How to avoid socket timeout

2002-01-24 Thread Matthew
I think theres something in the windows registry, and also in the API. It's called Time To Live (TTL) this won't help much with time out but it'll reduce the chances of it happening. If I remember rightly, when a socket in Windows is trying to connect, it sends 4 connection request packet thingie

How to avoid socket timeout

2002-01-24 Thread A
Hi, I use httplib modul and sometimes, if my dial up connection is slow, receive error: (10060, 'Operation timed out') How can I increase the timeout? Thank you for help. Ladislav ___ ActivePython mailing list [EMAIL PROTECTED] http://listserv.ActiveS