 
      
    | You are here | rixx.de | ||
| | | | | loonytek.com | |
| | | | | In this post, I will briefly discuss optimistic locking technique, its advantages and potential use cases. Pessimistic locking protocol Let's first discuss the opposite of optimistic locking to setup the context. Pessimistic locking is the main locking paradigm used for guaranteeing mutual exclusion for a given piece of code subject to execution by reader and... | |
| | | | | www.integralist.co.uk | |
| | | | | This is a quick guide to Python's asyncio module and is based on Python version 3.8. Introduction Why focus on asyncio? A quick asyncio summary A quick concurrent.futures summary Green Threads? Event Loop Awaitables Coroutines Tasks Futures Running an asyncio program Running Async Code in the REPL Use another Event Loop Concurrent Functions Deprecated Functions Examples gather wait wait_for as_completed create_task Callbacks Pools Executors asyncio.Future vs concurrent.futures.Future asyncio.wrap_future ... | |
| | | | | emptysqua.re | |
| | | | | Writeup of my PyCon 2022 talk. How to write safe, elegant concurrent Python with threads. | |
| | | | | bc-security.org | |
| | | |||