Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> MTS
Hi All
I have a problem with MTS . I am making 100 connections with the parameters
specified below for the dispatchers. But it makes only 5 connections per
dispatcher . Its is not able to make the 26th connection.Since I have set
pool =2, after two seconds some connection should become idle and allow a
new connection. I think this is how connection pooling works in MTS.
Can someone help please.
mts_dispatchers = "(PROTOCOL=TCP)(PRE=oracle.aurora.server.SGiopServer)"
# Uncomment the following line when your listener is configured for SSL
# (listener.ora and sqlnet.ora)
# mts_dispatchers = "(PROTOCOL=TCPS)(PRE=oracle.aurora.server.SGiopServer)"
mts_dispatchers = "(protocol=TCP)(dis=5)(pool=2)(conn=5)" mts_max_dispatchers = 50 mts_servers = 3 mts_max_servers = 10
Kindest Regards
Priyanka
pdeswal_at_velos.ssind.com
Received on Thu Oct 12 2000 - 06:58:26 CDT
![]() |
![]() |