Python Forum
Python threads and aircrack-ng
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Python threads and aircrack-ng
#2
You write something to a file, but then never read the file or use it. Is that intentional?

Also, the second thread might never finish, since you don't call it's .join() method (it's missing parentheses).

Is there a reason you're using threads at all? If they'll never run concurrently, why not just use functions?
Reply


Messages In This Thread
Python threads and aircrack-ng - by adam2020 - Apr-01-2019, 07:43 PM
RE: Python threads and aircrack-ng - by nilamo - Apr-01-2019, 08:30 PM
RE: Python threads and aircrack-ng - by adam2020 - Apr-01-2019, 08:54 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Update old Python version because of security threads SanderV 2 1,605 Jun-06-2022, 07:49 PM
Last Post: SanderV
  How to get a count of -Python- threads from the outside (or via code instrumentation) dstromberg 0 1,846 Jul-15-2019, 06:58 PM
Last Post: dstromberg
  Python - Make Json objects to work concurrently through Threads? WeInThis 0 2,660 Sep-22-2017, 11:31 AM
Last Post: WeInThis

Forum Jump:

User Panel Messages

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