« Return to Thread: Thread safety for components

Re: Thread safety for components

by Eelco Hillenius :: Rate this Message:

Reply to Author | View in Thread

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@...

 « Return to Thread: Thread safety for components