Skip to content

vmolero/liftOS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

 
 
 

Contributors