Re: [tclwebtest] Non blocking http requests
Status: Abandoned
Brought to you by:
tils
From: Grzegorz A. H. <gr...@ef...> - 2003-03-06 15:09:56
|
On Wed, Mar 05, 2003 at 07:05:06PM +0000, Tilmann Singer wrote: > Hmm, this sounds like very much being the symptom of geturl not > being _threadsafe_ - I never understood what that actually means, > but this problem gives me some idea on it. You could make it sure > by not testing against a slow and a fast server, but against your > a socket that you opened on your own and thus know that it will > never been answered until you hit Ctrl-D: Yes, the first do_request is blocked, but other http requests are satisfied. When the second do_request is blocked, no other http requests progress: aolserver is frozen. At the very same time Ctrl-D is pressed, all the pending requests are processed. Now the question is if using the callback version of geturl would prevent the blocking. -- Grzegorz Adam Hankiewicz, gr...@ef.... Tel: +34-94-472 35 89. eFaber SL, Maria Diaz de Haro, 68, 2 http://www.efaber.net/ 48920 Portugalete, Bizkaia (SPAIN) |