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

Home -> Community -> Usenet -> c.d.o.server -> Re: Shared Server Configuration: When exactly is the connect to the dispatcher established?

Re: Shared Server Configuration: When exactly is the connect to the dispatcher established?

From: Sybrand Bakker <gooiditweg_at_sybrandb.verwijderdit.demon.nl>
Date: Tue, 31 Aug 2004 23:04:07 +0200
Message-ID: <eqp9j0ta8tsh1no3c60v6kkv4icv1oudtp@4ax.com>


On 31 Aug 2004 06:33:56 -0700, cha_at_christian-hartmann.de (Christian Hartmann) wrote:

>Hi there,
>
>I've got a simple question regarding a Shared Server Configuration:
>When exactly does a client connect to a dispatcher. Only during the
>connect phase or every time a request or even a transaction is
>started.
>
>Or, in other words: Is a connection of a client to a dispatcher solid
>as long as the conenction of the client exist?
>
>Regards,
>
>Christian

If you think logically it is.
Listener hands off to dispatcher, and there is no reason why the connection should be established over and over again. The dispatcher however can and will hand off sql requests to different shared server session.

--
Sybrand Bakker, Senior Oracle DBA
Received on Tue Aug 31 2004 - 16:04:07 CDT

Original text of this message

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