« Return to Thread: Thread safety for components

Re: Thread safety for components

by Michael Allan :: Rate this Message:

Reply to Author | View in Thread

Brill Pappin 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?

Let me guess... The answer is no?  Each session will have its own
instance of the index page.  Threads of other sessions (other users)
will never try to access it.

PS - What are you indexing, Brill?  Is it a political app, like "Lobby
Them"?  (Just being nosey... :)

--
Michael Allan

Toronto, 647-436-4521
http://zelea.com/


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

 « Return to Thread: Thread safety for components