I have a server using "esql" and C which services some clients. What is the most efficient way to handle DATABASE CONNECTs and COMMIT scopes?
I have the option of running a start-up function when the service starts up, or I could do something with each invocation of a function in the service.
Ideas?