Skip to content

How Octane handles DB connections? #42108

Answered by binaryfire
kodmanyagha asked this question in Q&A
Discussion options

You must be logged in to vote

Hi everyone. I think this video from @themsaid answers the question nicely: https://www.youtube.com/watch?v=Zf6o7ag5WPI

TL;DR "Octane opens a db connection when a worker starts and that same connection will be used to handle all incoming requests to that worker. This saves server resources because opening db connections is quite expensive."

Replies: 7 comments 8 replies

Comment options

You must be logged in to vote
5 replies
@ttrig
Comment options

@kodmanyagha
Comment options

@ttrig
Comment options

@judgej
Comment options

@ankurk91
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

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

Comment options

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

Answer selected by crynobone
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet