Re: Middleware Messages for FE/BE

From: Simon Riggs <simon(dot)riggs(at)enterprisedb(dot)com>
To: jesper(dot)pedersen(at)redhat(dot)com
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Middleware Messages for FE/BE
Date: 2021-08-19 18:29:31
Message-ID: CANbhV-Edv2vv_ZC=uHBQ6x=1adqYypOE1-jhBJwSLBi8Wu=5vw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, 19 Aug 2021 at 19:04, Jesper Pedersen
<jesper(dot)pedersen(at)redhat(dot)com> wrote:

> Should the middleware guess the client driver based on the startup
> message ? Or are you thinking about having a class identifier group for
> each client driver and then a massive "switch/case" inside each middleware ?

The question is how does a client communicate with middleware?

The message that would be sent would relate to the features of the
middleware, while being agnostic as to the client driver.

--
Simon Riggs http://www.EnterpriseDB.com/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2021-08-19 18:57:18 Re: Allow declaration after statement and reformat code to use it
Previous Message Bruce Momjian 2021-08-19 18:28:04 Re: elog.c query_id support vs shutdown