Question about database connection pool in Mirth #4918
-
How to use database connection pooling in mirth transformer, If I write like this, each request will create a new database connection,my channel Source is HTTPListener,it will receive a lot of requests.
|
Beta Was this translation helpful? Give feedback.
Answered by
jonbartels
Dec 16, 2021
Replies: 1 comment 1 reply
-
Alex Aitougan shared some snippets at #3819 that may help you My team and I have used these in a limited capacity for lower-volume workloads. We did have to modify them but I don't recall exactly how. These are a good baseline. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
FeiTian01
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Alex Aitougan shared some snippets at #3819 that may help you
My team and I have used these in a limited capacity for lower-volume workloads. We did have to modify them but I don't recall exactly how. These are a good baseline.