Stas Bekman wrote:
> Alessandro Forghieri wrote:
> 
>> Greetings.
>>
>> I have observed the same behavior (on win32).
>>
>> Scripts that are invoked from the same browser through the same URL 
>> appear
>> to bind to the same perl thread and are therefore serialized. Changing 
>> the URL appears to bind
>> the request to a different thread. (My observation regarded access from a
>> different <Location>: Udei's experience shows that a URL change 
>> suffices).
>>
>> I have often wondered wether  this is incidental or specified behaviour.
> 
> 
> OK, I've returned to this problem. And the bug is in Apache 2.0 not 
> mod_perl. I was able to reproduce the serialization problem with a plain 
> cgi-bin script. Will report to the httpd-dev list and hopefully it'll be 
> resolved in the future version.

I'm taking my words back. I did some more testing and the same problem 
can be reproduced with Apache 1.3. So I have tried different browsers 
and chased the problem to be a browser's fault. Here is the status on linux:

Opera, Mozilla, Galeon - serialize the requests to the same URL.
Konqueror, lynx        - run both in parallel.

Luckily I didn't sent the bogus bug report to httpd-dev ;)

__________________________________________________________________
Stas Bekman            JAm_pH ------> Just Another mod_perl Hacker
http://stason.org/     mod_perl Guide ---> http://perl.apache.org
mailto:[EMAIL PROTECTED] http://use.perl.org http://apacheweek.com
http://modperlbook.org http://apache.org   http://ticketmaster.com

Reply via email to