Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW EXAMPLE] Rails - Connection Pools #65

Open
ainzzorl opened this issue Sep 21, 2021 · 0 comments
Open

[NEW EXAMPLE] Rails - Connection Pools #65

ainzzorl opened this issue Sep 21, 2021 · 0 comments
Labels
new example New example proposal

Comments

@ainzzorl
Copy link
Owner

General

Description

Rails is a "web-application framework that includes everything needed to create database-backed web applications according to the Model-View-Controller (MVC) pattern."

Rails uses the Active Record pattern. To manage database connections, they implement quite advanced connection pooling.

Links

What makes it interesting

  • Very popular project.
  • Common pattern.
  • Quite advanced implementation.

Related work

We already have an article about connection pools in Puppet, also in Ruby. The Rails' implementation appears quite a lot more advanced.

Other

N/A

@ainzzorl ainzzorl added the new example New example proposal label Sep 21, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new example New example proposal
Projects
None yet
Development

No branches or pull requests

1 participant