On Tue, 2006-03-07 at 04:43 -0800, Rod Morris wrote:
> Now, it appears that what I'm seeing is related to the browser. With
> IE, mutilple requests to one perl script are no issue. With Firefox,
> multiple requests are queued and served in order. Strange.
> 
> Any ideas?

Difference in keep-alive behavior maybe?

It could also be some kind of locking issue in your code.  Do you use a
session module that does exclusive locking?

- Perrin

Reply via email to