Created
November 6, 2013 16:08
-
-
Save guillaumerose/7338869 to your computer and use it in GitHub Desktop.
Ordre d'arrivée différent, pourtant 1 seul thread coté client.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Serveur = | |
2013-11-06 16:56:43.127 HTTPElevator http://0.0.0.0:9292/reset?cause=Connexion+refus%C3%A9e | |
2013-11-06 16:56:44.126 HTTPElevator http://0.0.0.0:9292/call?atFloor=0&to=UP | |
2013-11-06 16:56:44.143 HTTPElevator http://0.0.0.0:9292/nextCommand UP | |
2013-11-06 16:56:45.126 HTTPElevator http://0.0.0.0:9292/call?atFloor=3&to=UP | |
2013-11-06 16:56:45.139 HTTPElevator http://0.0.0.0:9292/nextCommand UP | |
Client, premier essai = | |
127.0.0.1 - - [06/Nov/2013 16:56:43] "GET /reset?cause=Connexion+refus%C3%A9e HTTP/1.1" 200 - 0.0190 | |
127.0.0.1 - - [06/Nov/2013 16:56:44] "GET /nextCommand HTTP/1.1" 200 2 0.0027 | |
127.0.0.1 - - [06/Nov/2013 16:56:44] "GET /call?atFloor=0&to=UP HTTP/1.1" 200 - 0.0010 | |
Client, second essai = | |
127.0.0.1 - - [06/Nov/2013 16:56:08] "GET /reset?cause=Connexion+refus%C3%A9e HTTP/1.1" 200 - 0.0322 | |
127.0.0.1 - - [06/Nov/2013 16:56:09] "GET /call?atFloor=0&to=UP HTTP/1.1" 200 - 0.0026 | |
127.0.0.1 - - [06/Nov/2013 16:56:09] "GET /nextCommand HTTP/1.1" 200 4 0.0036 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment