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
What is the managed server?
What causes java.io exceptions in the log file of weblogic server?
How to access the admin console?
How to change from development mode to production mode in weblogic 10.3?
How do I use multibyte character sets with weblogic jdriver for informix? : BEA Weblogic
What are class paths? How can they be set?
Explain the difference between dynamic and non-dynamic changes in the console?
Explain how a web logic server works?
What is meant by unicast?
Whenever we see a very slow response from server-side, then what all thing we need to look into?
What are deployment descriptors?
What are the capabilities of weblogic server?
What precautions should I take when I use blocking receive() calls? : BEA Weblogic
how can we sync the nodes with administration server in weblogic.
What Are The Various Types Of Weblogic Installations ?