johndpjr / AgTern

19 stars 5 forks source link

Allow logger to run in parallel #177

Closed Jwdegames closed 6 months ago

Jwdegames commented 11 months ago

Context

The logger currently does not allow multiple instances of the program to be run at the same time. The logger needs to be changed to allow the program to be run simultaneously.

TODO

Notes:

May need to consider what happens if child processes are created.