Emery Hemingway b1b83f4d6d Process packets in batches at the VFS server
Process I/O packets in batches. If a batch is processed and there are
still packets pending, send a signal locally to the packet handler and
return to the entrypoint signal dispatcher. This prevents clients from
starving each other, which happens when a client continuously submits
packets at a faster rate than the server can process.

Fix #2900
2018-08-02 14:36:37 +02:00
..
2017-08-17 11:04:20 +02:00
2018-07-03 09:39:36 +02:00
2018-06-12 12:11:46 +02:00
2018-07-03 09:39:31 +02:00
2017-11-06 13:57:20 +01:00
2017-05-31 13:16:11 +02:00
2017-05-31 13:16:11 +02:00
2018-04-19 12:38:53 +02:00