Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在构建使用 pycurl 将大量文件上传到服务器的小型 python 应用程序。使用 pycurl 可以进行带宽限制,但这并不能解决我的问题。我需要我的应用程序在可用时使用 100% 上游,并在其他应用程序想要使用上游时优雅地缩减它。
如果无法设置优先级,那么我会选择应用程序应该消耗 70% 总带宽的逻辑。
检查这些libcurl 示例,它们的用法和选项名称与 pycurl 中的几乎相同。 (见右栏的例子)。