Subject Need advices to write connection pooling service
Author Fabiano Bonin
I started to do some tests with a service i pretend to act as a kind
of remote accelerator to access remote firebird databases.

I want this service to run in the same network as the firebird server,
and my programs will connect to this service, instead of connect to
the firebird server directly.

This way i can keep a reduced pool of local connections to a firebird
database inside this service, and it will serve all my remote
programs.

I also pretend this application to be less chatty than firebird,
simpler to work with many threads and save server ressources by
pooling the connections.

My tests performed very well, but before start to code the real
service, i would like to know if there is something ready that fits my
need.

Regards,

Fabiano