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

Пребарај: #earthscience

当前筛选 #earthscience清除筛选
🐎 Mustang Debbie Channel🐎

@mustangdebb · Post #48418 · 13.05.2026 г., 17:59

https://x.com/paulgoldeagle/status/2054619457520271823?s=52 🚨 ANOTHER MASSIVE SURGE IN THE EARTH'S FREQUENCY TODAY. 🚨 The Schumann Resonance—the natural electromagnetic heartbeat of our planet—is lighting up the charts again today. We are seeing strong, bright bands of energy blasting through the atmosphere for hours on end. Instead of feeling heavy, today's energy is highly electric. The Schumann Resonance is created by global lightning and electromagnetic waves trapped between the Earth's surface and the edge of space. When this field gets this charged up, a lot of people across the country report feeling it directly in their nervous systems. Here is what people are experiencing right now: • Racing thoughts and mental restlessness • Interrupted sleep and incredibly vivid dreams • Sudden pressure in the head or a "buzzing" feeling in the body • Random bursts of energy followed by quick exhaustion • A feeling like you just can't slow down or relax With all this extra static in the air, your body needs a break to process it. Drink plenty of water, step away from the overstimulation, and get some solid rest to help your system reset and ground itself. Monitoring the electric pulse of our planet here at Glynce. 📡🩵🟣 👇 Are you feeling any of these electric "symptoms" today? Drop what you are experiencing in the comments! #Glynce#SchumannResonance#EarthScience#SpaceWeather#ElectromagneticField#EnergyShift#BreakingNews#Frequency

IELTS|Newspapers & Magazines|English

@emagzinewspars · Post #9464 · 03.11.2025 г., 03:27

#The_Science🇺🇸📕[PDF]⬇️ 30 #October2025 #Weekly_Magazines For learning, for free(dom). @backupofmagazines This issue delivers a powerful special on the #MandalayEarthquake, unpacking rupture physics and how Earth’s crust defies its own limits. Seismic data, #AI-based imaging, and dual-material energy models reveal a new frontier in #Geophysics. Meanwhile, reports span #BigTech access wars, #COVID19 legacy effects, and synthetic antibodies for #Snakebite treatment. Behavioral studies highlight chimpanzee rationality and neural rewiring. Advances in #Catalysis, #Recycling, and #Neuroscience mark the rise of adaptive science facing global turbulence. From earthquakes to evolution, this issue captures the restless pulse of a changing planet. #ClimateCrisis#EarthScience#Innovation#Research