Philip Spencer

Joined

10 Experience
0 Lessons Completed
0 Questions Solved

Activity

Posted in Thread Safety with Mutexes in Ruby Discussion

In a typical Rails CRUD app, you probably wouldn’t need a mutex/singleton pattern for most objects — database connections, mailers, and similar resources already have pooling and lifecycle management handled for you by Rails and its dependencies.