简体   繁体   English

如何使用azure-sdk-for-python在Azure队列中禁用Nagle算法

[英]How to disable Nagle algorithm in Azure queue with azure-sdk-for-python

I'am using Azure queues, and I wanted to know how can I disable Nagle algorithm with azure-sdk-for-python. 我正在使用Azure队列,我想知道如何使用azure-sdk-for-python禁用Nagle算法。 Is there a param that permit to do that easily ? 是否有一个参数可以轻松做到这一点?

Thank you ! 谢谢 !

In .NET it isn't a function of the client library as it is set through System.Net.ServicePointManager. 在.NET中,它不是客户端库的功能,因为它是通过System.Net.ServicePointManager设置的。 This article seems to talk to challenges doing the same with Python: Disabling nagle in python: how to do it the right way? 本文似乎谈到了在Python中执行相同操作所面临的挑战: 在python中禁用nagle:如何正确执行操作? . Maybe someone with more Python expertise than I have can weigh in? 也许有人比我拥有更多的Python专业知识?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM