Re: killing idle_connections

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Monday, November 30, 2020, Walters Che Ndoh <chendohw@xxxxxxxxx> wrote:
Or should I not run the script in the first place since connection pooling handles idle connections?

That.  Combined with the developers correctly handling connection management in their code.  The pooler doesn’t doesn’t fix bad code.  It lets you properly disconnect and reconnect constantly in the application while minimizing the pain of doing so.  Settings on the poolers came surface the pain of bad usage more quickly, and should turn connection failures into connection delays (which should eventually timeout).  Speaking off-the-cuff here...

David J.

[Index of Archives]     [KVM ARM]     [KVM ia64]     [KVM ppc]     [Virtualization Tools]     [Spice Development]     [Libvirt]     [Libvirt Users]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite Questions]     [Linux Kernel]     [Linux SCSI]     [XFree86]

  Powered by Linux