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

Резултати

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

Пребарај: #innovativemapping

当前筛选 #innovativemapping清除筛选
Mappasaurus Official Channel

@mappasaurusofficial · Post #300 · 06.04.2025 г., 15:13

🌐Explore the Unique Features of Mappasaurus That Set Us Apart!🦖 🗺At Mappasaurus, we’re not just another mapping tool. We integrate cutting-edge technology and user-focused features to provide a mapping experience like no other. Here’s what makes us stand out: 🧠Advanced AI Integration: 🟠Predictive Analytics: Our AI doesn’t just map your route; it predicts future conditions to optimize your journey in real-time. 🟠Customized User Experience: Mappasaurus learns from your preferences and habits, tailoring its functionality to meet your specific needs. 🌿Decentralized Mapping Contributions: 🟢Community-Driven Data: Every user is an integral part of our map-making process. Your contributions directly influence the accuracy and richness of our maps, making them more reliable and comprehensive. 🟢Transparent Updates: See the impact of your contributions as our maps evolve with community input. 🏦Enhanced Privacy and Security: ✅Data Protection: We prioritize your privacy with advanced encryption and anonymization techniques, ensuring that your data and location details are secure. ✅No Third-Party Sharing: Your information stays with us; we don’t sell data to third parties. Why Mappasaurus❓ 🔴 Join a platform that respects user input, protects your data, and uses AI to enhance your navigation experience. With Mappasaurus, you’re part of a community that’s shaping the future of mapping. 💡 Discover more about our innovative features and join the mapping revolution! #Mappasaurus#InnovativeMapping#AI#Decentralization#PrivacyFirst