Return-Path: <root@fatcity.cts.com>
Received: from newsfeed.cts.com (newsfeed.cts.com [209.68.248.164])
 by naude.co.za (8.11.2/8.11.2) with SMTP id g2K8vW628289
 for <oracle-l@naude.co.za>; Wed, 20 Mar 2002 03:57:32 -0500
Received: from fatcity.UUCP (uucp@localhost)
 by newsfeed.cts.com (8.9.3/8.9.3) with UUCP id AAA71727;
 Wed, 20 Mar 2002 00:57:35 -0800 (PST)
Received: by fatcity.com (26-Feb-2001/v1.0g-b70/bab) via UUCP id 0042E170; Wed, 20 Mar 2002 00:08:19 -0800
Message-ID: <F001.0042E170.20020320000819@fatcity.com>
Date: Wed, 20 Mar 2002 00:08:19 -0800
To: Multiple recipients of list ORACLE-L <ORACLE-L@fatcity.com>
X-Comment: Oracle RDBMS Community Forum
X-Sender: Jeroen van Sluisdam <jeroen.van.sluisdam@vrijuit.nl>
Sender: root@fatcity.com
Reply-To: ORACLE-L@fatcity.com
Errors-To: ML-ERRORS@fatcity.com
From: Jeroen van Sluisdam <jeroen.van.sluisdam@vrijuit.nl>
Subject: RE: Multithreaded server question
Organization: Fat City Network Services, San Diego, California
X-ListServer: v1.0g, build 70; ListGuru (c) 1996-2001 Bruce A. Bergman
Precedence: bulk
Mime-Version: 1.0
Content-Type: text/plain;	charset="windows-1255"
Content-Transfer-Encoding: 7bit

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@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@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@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@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@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).

