Tips on TCP socket to postgresql middleware
Chris Piker
chris at hoopjump.com
Mon Feb 21 04:48:56 UTC 2022
On Sunday, 20 February 2022 at 18:36:21 UTC, eugene wrote:
> I often use two connections, one for perform main task
> (upload some data and alike) and the second for getting
> notifications from PG, 'cause it very incovinient to
> do both in a single connection.
Ah, a very handy tip. It would be convoluted to multiplex
notifications
on the data connection.
More information about the Digitalmars-d-learn
mailing list