Skip to content

Switch from Threading to Multiprocessing in SerialStream and Fifo #5

Description

@zacharyselk

Both SerialStream and Fifo are currently using Threading for it's multithreading management. In python the threading module is limited by the Global Interpreter Lock (GIL) which restricts the interpreter to only running a single thread at any point in time. As such this project would benefit from switching to the parallels Multiprocessing module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    MaintenanceCode maintenance that needs to be madegood first issueGood for newcomers

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions