Python Forum
PYTHON - UNRAR : how can I build a thread to monitoring the downloading status
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PYTHON - UNRAR : how can I build a thread to monitoring the downloading status
#2
Be aware that if you're ftp is from one server, you may get kicked off if you increase speed too much.
That being said, you may want to look at multiprocessing: https://docs.python.org/3.4/library/mult...ssing.html
Threading works well when you have idle CPU time, but not so when doing intensive things like downloading.
Multiprocessing is true parallel processing.
Reply


Messages In This Thread
RE: PYTHON - UNRAR : how can I build a thread to monitoring the downloading status - by Larz60+ - Mar-05-2019, 01:26 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  drawing a table with the status of tasks in each thread pyfoo 3 495 Mar-01-2024, 09:29 AM
Last Post: nerdyaks
  build Python 3.12 in el7 SergeyMx 5 1,348 Oct-05-2023, 08:14 AM
Last Post: SergeyMx
  Monitoring a Directory for new mkv and mp4 Files lastyle 3 1,714 May-07-2023, 12:33 PM
Last Post: deanhystad
  Downloading images from webpages H84Gabor 2 1,926 Sep-29-2021, 05:39 PM
Last Post: snippsat
  monitoring the temperature of the CPU with Python apollo 2 8,935 Apr-13-2021, 05:39 PM
Last Post: apollo
  IoT Air Monitoring System project_science 0 1,964 Mar-26-2021, 08:14 PM
Last Post: project_science
  How to link Sublime Text 3 Build system to Python 3.9 Using Windows 10 Fanman001 2 4,678 Mar-04-2021, 03:09 PM
Last Post: martpogs
  Compiling Python 3.8.5 source code results in build error Deepan 0 2,217 Sep-14-2020, 04:11 AM
Last Post: Deepan
  Build Python RPM pvbadiger05b 0 1,627 May-11-2020, 06:50 PM
Last Post: pvbadiger05b
  cannot build python 3.8.2 (make test fails on test_imprtlib) borabora 1 2,796 May-08-2020, 09:10 PM
Last Post: Larz60+

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020