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
Where are the files placed while deploying the resource adapter in web logic server?
How to write a program to bind string values in a preparedstatement?
What is the difference between jndi lookup(), list(), listbindings(), and search()?
Write a program of web logic server to get the connection pool attribute?
what are the gbx,gdb and other tools in linux for core dump,and how to configure stdout,stderr..what is the difference between stdout ,stderr and coredump. how to create core dump and view that one? please can anybody explain me?
Can you briefly describe local interfaces?
When should I use multicast subscribers? : BEA Weblogic
I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic
How to access the admin console?
I configured the messaging bridge to use the exactly-once quality of service for two-phase transactions. So why am I getting a quality of service is unreachable error? : BEA Weblogic
How does a server find out server unavailability?
Which lelvel of activites ur reponsiable l1 or l2 or l3?
What is a thread dump?
How do stubs function inside weblogic server cluster at the time of failure?
Why do we need to remove cache?