I read this article https://polycrystal.org/posts/2012-05-25-active-record-connection-pool-fairness.html and states that each HTTP regenerator creates a new connection pool. it's true?
If this is true, then what if the HTTP request creates two streams that need to access the database, then the two streams will create two separate pool connection pools or they will use the connection pool created by the http request.
Thanks,
source
share