Skip to content

Doctrine Entity Manager for Long Running Processes #8612

Discussion options

You must be logged in to vote

You need one entity manager and thus one commection per request because of the UnitOfWork. Doctrine is made for shared nothing architecture.

Some database drivers support persistent connections, which afaik is just connection pooling.

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Answer selected by greg0ire
Comment options

You must be logged in to vote
1 reply
@gnumoksha
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants
Converted from issue

This discussion was converted from issue #8561 on April 09, 2021 16:14.