79316413

Date: 2024-12-29 21:55:40
Score: 1
Natty:
Report link

You can create a custom implementation of a CahcedPool that mimics the behaviour of LDAPConnectionPool. To do this, you can override the keepAlive() method behaviour of the CahcedPool, which, like I said earlier, can be achieved by creating a custom class extending LDAPConnectionPool(i.e make a special CachedPool that mimics the behaviour of your specific pool, LDAPConnectionPool).

Reasons:
  • Has code block (-0.5):
  • Single line (0.5):
  • Low reputation (1):
Posted by: Andrei Grebla