Commit Graph

22 Commits

Author SHA1 Message Date
Yury Selivanov 89f3f1e132 bench.readline: Make uvloop dep optional 2016-11-03 22:42:08 -07:00
Yury Selivanov fafcc7ffcd examples/echosrv: Make uvloop dep optional 2016-11-03 10:40:34 -07:00
Yury Selivanov 6a1678ed48 examples/bench: Add --mpr (messages/request) param to echoclient.py 2016-05-24 13:48:40 -04:00
Yury Selivanov 71d8ef8a87 examples/bench: Add a new benchmark - readline server 2016-05-24 11:53:44 -04:00
Yury Selivanov 9fe1a650fd examples/bench: Fix client to use TCP_NODELAY and end messages with b'\n' 2016-05-24 11:52:45 -04:00
Yury Selivanov 48a6b1829e Rename benchmarks 2016-05-24 11:32:05 -04:00
Yury Selivanov 47971d6936 examples/bench: Update server to use bigger bufs and TCP_NODELAY 2016-05-14 15:04:09 -04:00
Yury Selivanov 358d1cb5a7 examples/bench: Try to remove UNIX socket file before binding to it 2016-04-26 16:04:16 -04:00
Yury Selivanov 23a27e57aa examples/bench: Drop TCP_NODELAY setting 2016-04-25 19:34:50 -04:00
Yury Selivanov 814b153e22 examples/bench/server: Add --proto option 2016-04-25 18:27:17 -04:00
Yury Selivanov 39416708f6 bench/server: Use TCP_NODELAY; raise the number of bytes to recv 2016-04-25 16:07:00 -04:00
Yury Selivanov d5f6671bc3 Fix broken examples/bench/server.py 2016-04-12 17:06:09 -04:00
Yury Selivanov 1d5a3701a5 examples: Fix server.py to work again in poll mode 2016-04-06 13:35:11 -04:00
Yury Selivanov b1c130b80a Implement basic loop.create_unix_server
ToDo:
- tests
- ssl support
- sock param
2016-04-01 15:35:56 -04:00
Yury Selivanov abdfbbc716 transport: Implement correct semantics of transports closing 2016-03-30 18:40:32 -04:00
Yury Selivanov b219a51512 examples/bench: Add an arg to parametrize server/client host 2016-02-03 18:33:39 -05:00
Yury Selivanov 20fa09979f Some minor tweaks for debug logging 2015-11-26 18:38:57 -05:00
Yury Selivanov c300da7cee Add debug stats for Handles and TimerHandles 2015-11-26 16:22:39 -05:00
Yury Selivanov a474ccba4f Significantly enhance robustness & debugging of UVHandles 2015-11-26 14:37:17 -05:00
Yury Selivanov 63c17ec735 Implement TCPTransport.get_extra_info('socket') 2015-11-25 12:02:12 -05:00
Yury Selivanov 91c758a719 Improve benchmarks 2015-11-11 17:35:03 -05:00
Yury Selivanov cfa952146d Fix bugs in Future; add benchmarks 2015-11-11 16:29:53 -05:00