the marker interface SingleThreaded means that an instance is not reentrant and can only used in one thread. if another thread needs that component a new instance is used. see also interface ThreadSafe (http://excalibur.apache.org/apidocs/org/apache/avalon/framework/thread/package-summary.html)

Thomas

Doug Herold schrieb:

I was wonder If someone cloud answer a quick question for me.

*

public *class* StudentViewAction *extends* AbstractAction *implements* SingleThreaded {

*

If two different users (they are in seperate sessions) login to our website and click a link that calls the above action, will one user have to wait on the other user because it is SingleThreaded or is it only SingleThread inside of each session.

We are having performance issues and was wonder if this is a bottleneck.

Thanks in advance for your answers

Doug


begin:vcard
fn:Thomas Markus
n:Markus;Thomas
org:proventis GmbH
adr;dom:;;Zimmerstr. 79-80;Berlin;;10117
email;internet:[EMAIL PROTECTED]
tel;work:+49 30 29 36 399 22
url:http://www.proventis.net
version:2.1
end:vcard


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to