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

Резултати

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

Пребарај: #etfinflows

当前筛选 #etfinflows清除筛选
Crypto M - Crypto News

@CryptoM · Post #65121 · 11.04.2026 г., 05:47

🚀 Solana Spot ETFs See Significant Inflows Amid Market Activity U.S. Solana spot ETFs experienced a notable increase in net inflows, totaling $11.453 million yesterday. According to NS3.AI, the Bitwise Solana Staking ETF was the sole fund contributing to these net inflows, highlighting its appeal among investors. #Solana#SpotETFs#Investing#Cryptocurrency#Bitwise#MarketActivity#ETFInflows

Crypto M - Crypto News

@CryptoM · Post #64458 · 09.04.2026 г., 01:01

🚀 Michael Saylor Suggests Bitcoin May Have Bottomed, Downplays Quantum Computing Risks PANews posted on X (formerly Twitter). Michael Saylor, founder and executive chairman of MicroStrategy, expressed at a Mizuho event that Bitcoin likely reached its bottom near $60,000 in early February. He attributed this bottoming more to a depletion of sellers rather than valuation factors. Saylor noted that current selling pressure is limited, with ETF inflows absorbing daily supply and corporations allocating treasury assets to Bitcoin, which sustains demand. Regarding the recent discussions on the threat of quantum computing, Saylor believes the risks are overstated. He stated that the threat remains theoretical and may not need to be addressed for several decades, by which time solutions will likely be available. #MichaelSaylor#Bitcoin#Bottomed#QuantumComputing#ETFInflows#Cryptocurrency#MicroStrategy#Blockchain#TreasuryAssets#CryptoDemand#BTC