Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: Connection Manager
I'm trying to configure connection concentration, and I
can't seem to "see" that it is really occurring. I added
(mulitplex=3Dyes) to my MTS_DISPATCHERS parameter. I also
added (sessions=3D2)--more on that in a bit. I configured
CMAN, and got that running. I can even connect through CMAN.
With (sessions=3D2) and (multiplex=3Dyes), I then make 4 connections via CMAN. Two end up being made as MTS connections, and the other two end up as dedicated. That probably makes sense because of the (sessions=3D2). However, I don't see any connection concentration occurring. I see 2 virtual circuits in the database (for the two MTS sessions) and I see 4 relays from cmctl. I see the same results with (multiplex=3Dno), so I'm naturally skeptical that multiplexing is accomplishing anything. How can I verify that (multiplex=3Dyes) is doing anything for me?
Jonathan
On Mon, 14 Aug 2000 19:34:53 -0800, Tom Tyson wrote:
>I have had a bit of experience using connection manager, what is the =
Received on Tue Aug 15 2000 - 08:41:19 CDT