Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Multithreaded server question

RE: Multithreaded server question

From: Jeroen van Sluisdam <jeroen.van.sluisdam_at_vrijuit.nl>
Date: Wed, 20 Mar 2002 00:08:19 -0800
Message-ID: <F001.0042E170.20020320000819@fatcity.com>


Hi,

The only way to limit your connections is through the max_sessions parameter. As far as I know there is no queuing mechanism for this available.
About the price, only thing we experienced is dramatic performance in certain batch applications which run through sqlnet. In these cases you should use dedicated connections.

Hth,

Jeroen

-----Oorspronkelijk bericht-----
Van: Andrey Bronfin [mailto:andreyb_at_elrontelesoft.com] Verzonden: dinsdag 19 maart 2002 15:23
Aan: Multiple recipients of list ORACLE-L Onderwerp: Multithreaded server question

Dear gurus !

I've done some RTFM but have not found any answer to this: i want to limit the number of open sessions to some number (let's say 1000). I want the next coming connections (after 1000) to be queued on the dispatcher until one of the previous sessions drops/disconnects. Is it possible ?
Also , what is the "price" of establishing a MTS connection compared to "price" of establishing a dedicated conenction , performance-wise ? Thanks a lot in advance.
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Andrey Bronfin
  INET: andreyb_at_elrontelesoft.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).
--

Please see the official ORACLE-L FAQ: http://www.orafaq.com
--

Author: Jeroen van Sluisdam
  INET: jeroen.van.sluisdam_at_vrijuit.nl
Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). Received on Wed Mar 20 2002 - 02:08:19 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US