Hi,

>1. Can you tell me what impact on performance has using many
connectors?

It's largely dwarfed by your app's performance characteristics, unless
you're talking about dozens or more connectors.  For three or four, it's
no big deal.

>2. Do request to different connectors share the same session scope?

Isn't this so simple to test that it's faster than asking the list? ;)

>3. Are classes loaded once for all connectors, or does each connector
>load its own copy of the classes?

No, connectors don't have much to do with classloading at all.  How many
copies of a given class are loaded into the JVM depends on where the
class is located.  If you have just one webapp, and the class is in
WEB-INF/lib, it will be loaded just once no matter how many connectors
you have.

Yoav Shapira http://www.yoavshapira.com



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


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

Reply via email to