Skip to main content

· 6 min read
Lablup

Hello! We would like to inform you of the improvements made in Backend.AI 22.03 / Enterprise R2 for the March 2022 update!

This is a six-month integrated update release, and major bug fixes and essential feature improvements will also be reflected in Backend.AI 21.09 / Enterprise R2. Backend.AI 21.03 and earlier versions will no longer receive updates unless urgent security patches are needed for existing customers.

· 17 min read

이번 글에서는 Python 3.11에 새로 도입될 asyncio.TaskGroup API 및 제가 개발하여 제안 중인 aiotools.PersistentTaskGroup API에 대해 소개합니다. 특히 구조적 병행성(structured concurrency)를 구현하기 위해서 중요한 부분이며, 실제로 Backend.AI 개발 과정에서도 구조적 병렬성이 제대로 지켜지지 않아서 발생한 버그 사례가 있습니다.