Replies: 1 comment 1 reply
-
|
No connection pooling is currently used, each instance has its own connection to the server |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using AceBase with Node-Red. Does the client do connection pooling if I create multiple AceBaseClient objects in the same process? Trying to figure out if I need to create and share one client instance, or whether I can create one in each flow where I need it.
Beta Was this translation helpful? Give feedback.
All reactions