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

Резултати

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

Пребарај: #digestion

当前筛选 #digestion清除筛选
STAR VET BOOKS

@starvetbooks · Post #4351 · 06.08.2024 г., 05:17

🐄🐄 𝘿𝙄𝙂𝙀𝙎𝙏𝙄𝙊𝙉 𝙄𝙉 🐄𝙍𝙐𝙈𝙄𝙉𝘼𝙉𝙏𝙎 🐄🐮 👉All herbivores (plant-eating mammals) are called ruminants. 👉They rechew the cud to break down plant matter and stimulate digestion. 👉The stomach is divided into four chambers- rumen, reticulum, omasum, and abomasum. 🐄🐮 𝙋𝙧𝙤𝙘𝙚𝙨𝙨 𝙊𝙛 𝘿𝙞𝙜𝙚𝙨𝙩𝙞𝙤𝙣 🐄🐮 👉Ruminants quickly swallow the food and store it in the rumen. 👉Once the rumen is filled, food is passed into the second chamber (reticulum). 👉In the reticulum, digestive juices partially digest the food. 👉Partially digested food is called cud. 👉Now when mammals are resting, bring the cud back into the mouth for rechewing. 👉After cud is chewed food is passed to the omasum and the abomasum. 👉Symbiotic bacteria in the caecum brought complete digestion of cellulose. #digestion https://t.me/starvetbooks

Hashtags

FenSloshes 🔞

@FenSloshes · Post #29 · 12.01.2020 г., 20:30

That's Better~ - #animation#soft#digestion 🎨https://www.furaffinity.net/gallery/elricmysteryshifter/ 🎥https://www.furaffinity.net/view/32597334/ 🎧https://www.furaffinity.net/view/34580255/

FenSloshes 🔞

@FenSloshes · Post #28 · 12.01.2020 г., 14:44

Espeon Wins (Internal) - #animation#soft#digestion 🎨https://www.furaffinity.net/gallery/elricmysteryshifter/ 🎥https://www.furaffinity.net/view/33080976/ 🎧https://www.furaffinity.net/view/34576234/

12
ПретходнаСтраница 1 од 2Следна