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 слични објави

Пребарај: #primeminister

当前筛选 #primeminister清除筛选
MessageInABottle

@mib_messageinabottle · Post #7072 · 08.08.2024 г., 23:31

#AI generated #UK#PrimeMinister Keir #Starmer video. It is basically what he has demonstrated and stated, even if not in these exact words. It's clear if you are white working class in the #UK you do not have any meaningful right of protest, be angry, demonstrate or have an opinion. Whoever made this has just translated #Starmer's bullshit into what he really means when he talks about "#FarRight thugs"

MessageInABottle

@mib_messageinabottle · Post #7073 · 08.08.2024 г., 23:57

Compare and contrast #UK#PrimeMinister#Starmer's reaction to: • "firey but mostly peaceful" #BLM riots in the US after the death of petty criminal drug-addict George Floyd Vs •#White Working class "Anti-#Stabbing" riots in the #UK after the #murder of 3 #children

Crypto M - Crypto News

@CryptoM · Post #64747 · 09.04.2026 г., 17:47

🚀 UK Prime Minister Criticizes Trump's Rhetoric on Iran UK Prime Minister Keir Starmer has expressed disapproval of U.S. President Donald Trump's recent comments threatening to destroy Iran. Bloomberg posted on X, highlighting Starmer's assertion that such rhetoric does not align with British values. The Prime Minister emphasized the importance of diplomatic approaches and maintaining international peace, suggesting that aggressive language could undermine efforts to resolve tensions. Starmer's remarks come amid ongoing global discussions about Iran's nuclear activities and regional stability. The UK government continues to advocate for dialogue and cooperation in addressing international security concerns. #UK#PrimeMinister#KeirStarmer#Trump#Iran#Diplomacy#InternationalRelations#Peace#GlobalSecurity#NuclearActivities