Answer Posted / kamal sastry
T3 is an optimized protocol used to transport data between
WebLogic Server and other Java programs,
including clients and other WebLogic Servers. WebLogic
Server keeps track of every Java Virtual
Machine (JVM) with which it connects, and creates a single
T3 connection to carry all traffic for a
JVM.
For example, if a Java client accesses an enterprise bean
and a JDBC connection pool on WebLogic
Server, a single network connection is established between
the WebLogic Server JVM and the client
JVM. The EJB and JDBC services can be written as if they
had sole use of a dedicated network
connection because the T3 protocol invisibly multiplexes
packets on the single connection.
T3 is an efficient protocol for Java-to-Java applications
because it avoids unnecessary network
connection events and uses fewer OS resources. The protocol
also has internal enhancements that
minimize packet sizes
| Is This Answer Correct ? | 41 Yes | 1 No |
Post New Answer View All Answers
Are foreign destinations handled within foreign jms messages? : BEA Weblogic
What are data-sources and what features do they offer?
Does weblogic jms support clustering? : BEA Weblogic
What does the connected to element in the toolbar signify?
Tell me how is the security handled in web logic j2ee connector architecture?
How can the nm be made to work with web logic?
Explain what is the purpose of using multipools in web logic server?
When deploying a resource adapter (.rar) to weblogic server, are its classes placed in the weblogic classpath? : BEA Weblogic
What command will you use to recursively search for a particular string across multiple files in your currentdirectory?
How do I start wls and configure jms? : BEA Weblogic
Why do I get unexpected characters from 8-bit character sets in weblogic jdriver for oracle? : BEA Weblogic
Match the ejb functions given below with the functionality equivalent in sql? : BEA Weblogic
What is Horizontal and vertical clustering ?
How many ways to start and stop weblogic servers?
What is application tuning?