« Return to Thread: Thread safety for components

RE: Thread safety for components

by Brill Pappin :: Rate this Message:

Reply to Author | View in Thread

Ahh... I was getting worried that it synchronous per page-resource (as
opposed to per client), the last person could be waiting for a while!

So essentially it's single threaded per client (or session) which is pretty
much par for the course, and not a problem that I can see :)

- Brill Pappin

-----Original Message-----
From: Eelco Hillenius [mailto:eelco.hillenius@...]
Sent: Saturday, May 17, 2008 1:03 AM
To: users@...
Subject: Re: Thread safety for components

On Fri, May 16, 2008 at 7:50 PM, Brill Pappin <brill@...> wrote:
> Does that mean that under heavy load, hitting the index page for
> instance, I can expect clients to block as each request is processed?

Yes, requests to pages/ components that belong to the same pagemap in a
session are handled synchronously. Images and other resources like
javascript and css files are handled asynchronously. Different clients never
block each other.

Eelco

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@...
For additional commands, e-mail: users-help@...

 « Return to Thread: Thread safety for components