Bram Moolenaar wrote: > When writing the test I also had problems with messages being dropped. > I thought that adding a close callback should fix it, but perhaps there > is another situation where they are still dropped. > > Can you enable the channel log and see where the messages are dropped? >
I reduced loop times in timerjob.py from 80000 to 100 times The full file is still too long, I have uploaded it on gist: https://gist.github.com/skywind3000/3a2f6016240e33e97587e1181563b163 Here is an abbreviated version: ==== start log session ==== 14.983871 : Starting job: /usr/bin/python timerjob.py 14.983992 on 0: Created channel 15.006013 : looking for messages on channels 15.013262 RECV on 0: 'timer job: this is line 0 timer job: this is line 1 timer job: this is line 2 timer job: this is line 3 timer job: this is line 4 timer job: this is line 5 ' 15.013299 RECV on 0: 'timer job: this is line 6 timer job: this is line 7 timer job: this is line 8 ' 15.013314 RECV on 0: 'timer job: this is line 9 timer job: this is line 10 ' (........................................) 15.014157 RECV on 0: 'timer job: this is line 142 timer job: this is line 143 ' 15.014168 RECV on 0: 'timer job: this is line 144 timer job: this is line 145 ' 15.014253 on 0: Blocking NL read, timeout: 0 msec 15.014271 on 0: Returning 25 bytes 15.014401 RECV on 0: 'timer job: this is line 146 timer job: this is line 147 timer job: this is line 148 timer job: this is line 149 (........................................) timer job: this is line 176 timer job: this is line 177 timer job: this is line 178 timer job: this is line 179 timer job: this is line 180 ' 15.014903 RECV on 0: 'timer job: this is line 181 timer job: this is line 182 timer job: this is line 183 timer job: this is line 184 timer job: this is line 185 timer job: this is line 186 timer job: this is line 187 timer job: this is line 188 timer job: this is line 189 timer job: this is line 190 timer job: this is line 191 timer job: this is line 192 timer job: this is line 193 timer job: this is line 194 timer job: this is line 195 timer job: this is line 196 timer job: this is line 197 timer job: this is line 198 timer job: this is line 199 ' 15.027015 : looking for messages on channels 15.027154 on 0: Blocking NL read, timeout: 0 msec 15.027171 on 0: Returning 25 bytes 15.039816 : looking for messages on channels 15.039939 on 0: Blocking NL read, timeout: 0 msec 15.039956 on 0: Returning 25 bytes 15.052561 : looking for messages on channels 15.052716 on 0: Blocking NL read, timeout: 0 msec 15.052733 on 0: Returning 25 bytes (........................................) 15.974655 : looking for messages on channels 15.974805 on 0: Blocking NL read, timeout: 0 msec 15.974822 on 0: Returning 26 bytes 15.987733 : looking for messages on channels 15.987887 on 0: Blocking NL read, timeout: 0 msec 15.987904 on 0: Returning 26 bytes 16.000733 : looking for messages on channels 16.000856 on 0: Blocking NL read, timeout: 0 msec 16.000873 on 0: Returning 26 bytes 16.013597 : looking for messages on channels 16.013730 on 0: Blocking NL read, timeout: 0 msec 16.013746 on 0: Returning 26 bytes 16.018591 RECV on 0: '[done in 0 seconds] ' 16.018602 : looking for messages on channels 16.019356 on 0: channel_select_check(): Read EOF from ch_part[1], closing 16.019387 : looking for messages on channels 16.019399 on 0: Closing channel because all readable fds are closed 16.019409 on 0: Closing channel 16.019425 on 0: Invoking callbacks before closing 16.019438 on 0: Invoking close callback MyClose 16.022167 on 0: Dropping message 'timer job: this is line 78 timer job: this is line 79 ' 16.022207 on 0: Dropping message 'timer job: this is line 80 timer job: this is line 81 ' 16.022220 on 0: Dropping message 'timer job: this is line 82 ' 16.022231 on 0: Dropping message 'timer job: this is line 83 timer job: this is line 84 ' 16.022241 on 0: Dropping message 'timer job: this is line 85 timer job: this is line 86 ' 16.022252 on 0: Dropping message 'timer job: this is line 87 timer job: this is line 88 ' 16.022263 on 0: Dropping message 'timer job: this is line 89 timer job: this is line 90 ' 16.022273 on 0: Dropping message 'timer job: this is line 91 timer job: this is line 92 ' 16.022299 on 0: Dropping message 'timer job: this is line 93 timer job: this is line 94 ' 16.022311 on 0: Dropping message 'timer job: this is line 95 timer job: this is line 96 ' 16.022321 on 0: Dropping message 'timer job: this is line 97 ' 16.022332 on 0: Dropping message 'timer job: this is line 98 timer job: this is line 99 ' 16.022342 on 0: Dropping message 'timer job: this is line 100 timer job: this is line 101 ' 16.022352 on 0: Dropping message 'timer job: this is line 102 timer job: this is line 103 ' 16.022362 on 0: Dropping message 'timer job: this is line 104 timer job: this is line 105 timer job: this is line 106 timer job: this is line 107 timer job: this is line 108 timer job: this is line 109 timer job: this is line 110 timer job: this is line 111 timer job: this is line 112 timer job: this is line 113 ' 16.022373 on 0: Dropping message 'timer job: this is line 114 timer job: this is line 115 ' 16.022384 on 0: Dropping message 'timer job: this is line 116 timer job: this is line 117 ' 16.022394 on 0: Dropping message 'timer job: this is line 118 timer job: this is line 119 ' 16.022404 on 0: Dropping message 'timer job: this is line 120 timer job: this is line 121 ' 16.022414 on 0: Dropping message 'timer job: this is line 122 timer job: this is line 123 ' 16.022423 on 0: Dropping message 'timer job: this is line 124 timer job: this is line 125 ' 16.022433 on 0: Dropping message 'timer job: this is line 126 ' 16.022443 on 0: Dropping message 'timer job: this is line 127 timer job: this is line 128 ' 16.022453 on 0: Dropping message 'timer job: this is line 129 timer job: this is line 130 ' 16.022486 on 0: Dropping message 'timer job: this is line 131 timer job: this is line 132 ' 16.022498 on 0: Dropping message 'timer job: this is line 133 timer job: this is line 134 ' 16.022508 on 0: Dropping message 'timer job: this is line 135 timer job: this is line 136 ' 16.022518 on 0: Dropping message 'timer job: this is line 137 ' 16.022528 on 0: Dropping message 'timer job: this is line 138 timer job: this is line 139 ' 16.022538 on 0: Dropping message 'timer job: this is line 140 timer job: this is line 141 ' 16.022548 on 0: Dropping message 'timer job: this is line 142 timer job: this is line 143 ' 16.022558 on 0: Dropping message 'timer job: this is line 144 timer job: this is line 145 ' 16.022568 on 0: Dropping message 'timer job: this is line 146 timer job: this is line 147 timer job: this is line 148 timer job: this is line 149 timer job: this is line 150 timer job: this is line 151 timer job: this is line 152 timer job: this is line 153 timer job: this is line 154 timer job: this is line 155 timer job: this is line 156 timer job: this is line 157 timer job: this is line 158 timer job: this is line 159 timer job: this is line 160 timer job: this is line 161 timer job: this is line 162 timer job: this is line 163 timer job: this is line 164 timer job: this is line 165 timer job: this is line 166 timer job: this is line 167 timer job: this is line 168 timer job: this is line 169 timer job: this is line 170 timer job: this is line 171 timer job: this is line 172 timer job: this is line 173 timer job: this is line 174 timer job: this is line 175 timer job: this is line 176 timer job: this is line 177 timer job: this is line 178 timer job: this is line 179 timer job: this is line 180 ' 16.022579 on 0: Dropping message 'timer job: this is line 181 timer job: this is line 182 timer job: this is line 183 timer job: this is line 184 timer job: this is line 185 timer job: this is line 186 timer job: this is line 187 timer job: this is line 188 timer job: this is line 189 timer job: this is line 190 timer job: this is line 191 timer job: this is line 192 timer job: this is line 193 timer job: this is line 194 timer job: this is line 195 timer job: this is line 196 timer job: this is line 197 timer job: this is line 198 timer job: this is line 199 ' 16.022591 on 0: Dropping message '[done in 0 seconds] ' 16.022635 on 0: Job ended 19.059269 : looking for messages on channels -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
