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
How is a domain template created?
How should you type cast a remote object?
What is wlst in web logic?
How do I put a message back on the queue for processing? : BEA Weblogic
What is ticketing tool used in your project?
What is cluster stub?
Explain about the function associated with t3 in weblogic server ?
How to debug my ant script?
Explain the domain creation types?
How should I use sorted queues? : BEA Weblogic
How do I enable debugging for the messaging bridge? : BEA Weblogic
When does high cpu usage occur?
What is the format of a log message in a web logic server?
What is meant by node manager?
How do I configure weblogic to use a socks proxy? : BEA Weblogic