EuroPython 2015

Distributed locks with Python and Redis

Traditional methods of coping with concurrent programming problems are well-known and described in literature. Many programming languages, including Python, contain in their standard libraries tools and primitives such as semaphores and can spawn threads or subprocesses.

However, in the face of increasing interest in service oriented architecture and building distributed systems, that span across many independent server nodes, emerges a need to adapt traditional solutions, so they can be applied in the new environment.

In this talk I will share my experiences gathered during building a modern contact center - highly concurrent system, which requires certain resources to be accessed exclusively by several self-contained components.

in on Wednesday 22 July at 15:15 See schedule

Video


Comments

  1. Gravatar
    Lock examples: https://bitbucket.org/enforcer/drl/overview
    — Sebastian Buczyński,

New comment