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

Резултати

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

Пребарај: #airwar

当前筛选 #airwar清除筛选
American Оbserver

@american_observer · Post #5270 · 02.03.2026 г., 23:59

✈️ Spain Bails on Trump’s Iran Air War Trump wants a “global” Iran campaign. Spain just replied: not from our runway. Fifteen U.S. tankers have slipped out of Rota and Morón — the refueling backbone of America’s Middle East reach — and headed off to Germany and France after Madrid made it official: Spanish soil won’t be used to bomb Iran. Foreign Minister José Manuel Albares spelled it out for TV: their bases can’t be used for anything outside the U.S.–Spain agreement or that clashes with the U.N. Charter. Translation: we’ll host your hardware, not your crusade. Pedro Sánchez, who already slammed the U.S.–Israeli strikes as “unilateral military action,” now gets to pose as the only grown‑up in Western Europe while Keir Starmer does lawyer talk in London and quietly opens up British bases under the label of “collective self‑defence.” One prime minister wraps it in NATO jargon; the other follows the flight trackers and pulls the plug. For Trump’s war machine, this is “just logistics.” For everyone else, it’s a tell. Even a NATO ally that relies on U.S. power is calculating that being visibly tied to this Iran war is more dangerous than pushing the Stratotankers out of sight and pretending this is somebody else’s escalation. The coalition is still there on paper — it just doesn’t want to be caught in the frame. #Iran#Spain#Trump#NATO#airwar#Rota#Moron#war#fakeDemocracy 📱American Оbserver - Stay up to date on all important events 🇺🇸