8000 GitHub - vmolero/liftOS: Python project to work on concurrency issues (multi thread vs multiprocess and locks).
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vmolero/liftOS

Repository files navigation

liftOS

Lift management.

Run the server:

$ python -m LiftOS

Run the clients:

$ python -m LiftClient < LiftClient/input1.txt
$ python -m LiftClient < LiftClient/input2.txt

Inputs


Input file format as follows:

<IdUser> <StartingFloor> <UserWeight>
<NumberOfLinesToProcess>
<FloorToMove> <TimeInSecBeforeCallingAgain>
<FloorToMove> <TimeInSecBeforeCallingAgain>
...

About

Python project to work on concurrency issues (multi thread vs multiprocess and locks).

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0