python - Can I set low priority upload request using pycurl/curl to avoid using all upstream -


i'm building small python application upload bulk of files server using pycurl. bandwidth throttling possible using pycurl not solve problem. need app use 100% upstream when available , gracefully downscale when other application want use upstream.

if priority can not set go logic app should consume 70% of total bandwidth.

check these libcurl examples, usage , options names same in pycurl.
(see examples right column).


Comments

Popular posts from this blog

html5 - What is breaking my page when printing? -

html - Unable to style the color of bullets in a list -

c# - must be a non-abstract type with a public parameterless constructor in redis -