TGTGInsighttelegram intelligenceLIVE / telegram public index
← Python Заметки

TGINSIGHT SIMILAR POSTS

Најди сличен содржај

Изворен канал @pythonotes · Post #425 · 20 апр.

Недавно делал быстрый прототип асинхронного приложения в котором требовалось вызывать много синхронного кода. Да, я знаю, что это не лучший дизайн, но нужно было быстрое решение на один процесс и без очередей. Поэтому я выполнял код в потоках. Выглядело это примерно так: from fastapi.concurrency import run_in_threadpool async def execute(data: DataRequest) -> DataResponse: try: result = await run_in_threadpool(sync_function, data) return DataResponse(data=result) except Exception as e: return DataResponse( error=str(e), success=False, ) В общем работает нормально. Для всех вызовов под капотом используется общий тредпул, всё работает предсказуемо. Но потребовалось изменить количество запускаемых в пуле потоков (по умолчанию создается 40 воркеров). Так как дело происходит с FastAPI, делается это через lifespan используя настройки anyio: import anyio @asynccontextmanager async def lifespan(app: FastAPI): limiter = anyio.to_thread.current_default_thread_limiter() limiter.total_tokens = 100 yield # если вдруг нужно вернуть обратно limiter.total_tokens = 40 Зачем менять количество воркеров? - уменьшить, если оперативки мало (один тред занимает ~8мб) - увеличить чтобы выдержать нагрузку Если есть предложения получше при тех же вводных - предлагайте😉 #async

Hashtags

Резултати

Пронајдени 6 слични објави

Пребарај: #reefs

当前筛选 #reefs清除筛选
Interesting Planet 🌍

@interesting_planet_facts · Post #722 · 10.09.2025 г., 13:22

🌎 Cleaner wrasse fish set up "cleaning stations" on coral reefs where larger fish line up to have parasites removed from their skin and gills. This mutual cooperation benefits both—the wrasse get food and the client fish stay healthy. Some cleaner wrasse perform hundreds of cleaning sessions each day. ✨ #symbiosis⚡#reefs⚡#ocean 👉subscribe Interesting Planet ​

Amazing Geography 🌍

@amazingeo · Post #167 · 03.09.2025 г., 09:12

🌍 Some coral reefs can recover from bleaching by hosting heat-resistant algae. These microscopic partners boost their survival, helping reefs withstand warmer ocean temperatures. ✨ #reefs⚡#biodiversity⚡#ocean⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography🌍 ​

Interesting Planet 🌍

@interesting_planet_facts · Post #1356 · 29.03.2026 г., 22:11

🌎 Coral reefs are built on the partnership between coral polyps and microscopic algae called zooxanthellae. The algae live inside the coral and provide energy using photosynthesis, while corals give them shelter and nutrients. This symbiosis is vital—corals eject algae during stress, causing coral bleaching. ✨ #animals⚡#cooperation⚡#reefs 👉subscribe Interesting Planet 👉more Channels ​

Amazing Geography 🌍

@amazingeo · Post #507 · 11.12.2025 г., 12:31

🌍 Some mangrove forests grow right next to coral reefs, creating a double habitat where young fish shelter in tangled roots before moving to open reef waters—a rare team-up found in only a few tropical regions. ✨ #mangroves⚡#reefs⚡#biodiversity⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography 👉more Channels ​

Amazing Geography 🌍

@amazingeo · Post #129 · 28.08.2025 г., 00:12

🌍 Coral reefs cover less than 1% of the ocean floor but support about 25% of all marine species. These vibrant ecosystems act as nurseries for countless fish and sea creatures. ✨ #coral⚡#reefs⚡#ocean⚡#biodiversity⚡#geography⚡#nature⚡#earth 👉subscribe Amazing Geography🌍 ​

Interesting Planet 🌍

@interesting_planet_facts · Post #1089 · 01.12.2025 г., 12:11

🌎 Coral reefs provide another remarkable natural record of Earth’s past. As corals grow, they form bands in their skeletons that reflect seasonal changes in water temperature, chemistry, and even extreme weather events. Some coral cores reveal ocean conditions dating back several centuries. ✨ #coral⚡#reefs⚡#paleoclimate⚡#oceanography 👉subscribe Interesting Planet 👉more Channels ​