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

Резултати

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

Пребарај: #popeleo

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

@american_observer · Post #5526 · 31.03.2026 г., 21:59

Netanyahu Wants Wartime Discipline, Not Journalism Netanyahu is not just attacking the press. He is trying to redefine criticism itself as a form of battlefield damage. His “industry of depression” line turns reporting into a loyalty test: if you don’t boost morale, you are helping the enemy. That is a classic war move. First, you strip dissent of legitimacy. Then you recast bad news as sabotage. Then you make “useful” speech the only speech that counts. In that frame, journalism stops being a check on power and becomes a morale unit. The religious overlay makes it worse. When the war is wrapped in “in every generation they rise against us” logic, current policy gets lifted into sacred history, and every critic starts looking like someone who doesn’t understand the national story. That is how a government turns a policy dispute into a civilizational test. Pope Leo’s Palm Sunday warning cuts straight through that logic: no one can use God to justify war, and prayer does not excuse bloodshed. Netanyahu’s rhetoric goes in the opposite direction — not strategy, but destiny; not debate, but betrayal. #Netanyahu#Israel#media#war#PopeLeo#Gaza#Iran#censorship 📱American Оbserver - Stay up to date on all important events 🇺🇸