Re: Threading issue in 5.6 and 5.8

2003-08-14 Thread Stas Bekman
Ged Haywood wrote: Hi there, On Thu, 7 Aug 2003, Mustafa Tan wrote: script's name is A, and I execute the same script 20 times subsequently there is no problem. But if I execute B after A, and then execute A again, then I have a problem and the problem is that there is a socket error. This

Re: Threading issue in 5.6 and 5.8

2003-08-14 Thread Mustafa Tan
Hi Stas, here is the google groups page that defines the problem.

Threading issue in 5.6 and 5.8

2003-08-07 Thread Mustafa Tan
Hi everybody, I have a simple script that uses POP3Client to retrieve emails. It turns out that I can run this script only once, or more if all the subsequent requests are to the same script. That is say, my script's name is A, and I execute the same script 20 times subsequently there is no