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

Пребарај: #ethicalhacking

当前筛选 #ethicalhacking清除筛选
Medet Turin 🫆

@allsafekz · Post #722 · 25.02.2025 г., 11:42

👾RTEAM Bug Bounty – Pre-Registration Open! 🚀 We are launching a new bug bounty platform and inviting security researchers to sign up early. Be among the first to access the platform, hunt for vulnerabilities, and earn rewards! 🔐 Why pre-register? ✅ Get early access when the platform goes live ✅ Be the first to know about the launch and rewards ✅ Join an exclusive community of top bug hunters 🔥 Bug hunters, sign up now! 🔗https://rteam.kz/bugbounty 📌 For companies: Looking to strengthen your cybersecurity? Connect with us! ✉️ [email protected] 🌍rteam.kz #RTEAM#BugBounty#CyberSecurity#EthicalHacking#CTF#Netrunner

🇺🇿◽️2️⃣2️⃣2️⃣ Dear Change Makers! 🔒 Are you ready to defend the digital frontier? ⚔️ Join our Cybersecurity Club and learn the skills to protect yourself and others from cyber threats! The future of our digital world is at stake. Be a protector. 😎 From ethical hacking to network security, we'll equip you with the knowledge and tools you need to make a difference. > Ready to become a cybersecurity hero? 🦸 https://tally.so/r/w8X0Ql ◽️🔤🔤🔤🔤🔤🔤🔤🔤🔤🔤 🇺🇿Inha yoshlar ittifoqi Join us on social media 🌐Telegram | 🌐Instagram #CybersecurityClub#Cybersecurity#EthicalHacking#NetworkSecurity#Tech#NewMembersWelcome#ProtectTheFuture