Skip to content

Multithreading to multiprocessing #17

@OsamaMomani

Description

@OsamaMomani

Threading is used on network_sniffer to run sniffers simultaneously for multiple interfaces. However, due to CPython's GIL, only one thread at a time can access the interpreter.

This can be fixed by either:

  1. Use multiprocessing or Concurrent.futures
  2. Celery
  3. smth else

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions