Friday, 15 January 2010

Is it possible to detect that PHP is connecting to a PostgreSQL database through a PgBouncer pool? -



Is it possible to detect that PHP is connecting to a PostgreSQL database through a PgBouncer pool? -

on admin dashboard page of php web application, display details database connection. depending on local setup, connection may direct, or may brokered pgbouncer. possible observe i'm connecting to? info useful debugging.

checking default ports (6432 vs 5432) possible unreliable. pgbouncer inject connection help differentiate direct connection?

php postgresql pgbouncer

No comments:

Post a Comment