Overview
Comment: | Missing changes |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | v1.60 |
Files: | files | file ages | folders |
SHA1: |
0ee351862a7743cf5207e3a053ef333a |
User & Date: | matt on 2015-06-19 21:17:03 |
Other Links: | branch diff | manifest | tags |
Context
2015-06-20
| ||
13:37 | Moved the sleep from server to client' check-in: 30d0a746e2 user: matt tags: v1.60 | |
2015-06-19
| ||
21:17 | Missing changes check-in: 0ee351862a user: matt tags: v1.60 | |
2015-06-18
| ||
23:12 | Added queuefeeder check-in: a095ada3d1 user: matt tags: v1.60 | |
Changes
Added loadwatch/Makefile version [d2fa89fb63].
|
Modified loadwatch/launch-many.scm from [72e97c4511] to [141ac70432].
|
Modified loadwatch/queuefeeder-server.scm from [befbabbb2c] to [a13dabce08].
︙ | |||
90 91 92 93 94 95 96 | 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 | - + | (print "ping, failed: received key \"" result "\"") (set! keepwaiting #f) (set! success #f))))) "ping")) (timeout (make-thread (lambda () (let loop ((count 0)) (thread-sleep! 1) |
︙ | |||
120 121 122 123 124 125 126 | 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 | - + - - + + - + | (nn-close req) success)))) (define *current-delay-mutex* (make-mutex)) ;; update the *current-delay* value every minute or QUEUE_CHK_DELAY seconds (thread-start! (make-thread (lambda () |
︙ |
Modified loadwatch/queuefeeder.scm from [175b252945] to [2effd437a4].
︙ | |||
51 52 53 54 55 56 57 | 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 | - + - + + | ;; (if (> cnt 0)(loop (- cnt 1))))) ;; (print (client-send-receive req "quit")) ;; (nn-close req) ;; (exit)) ;; (thread-start! (lambda () |