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
Post a Comment