Zerio
Zerio copied to clipboard
Basic performance-oriented TCP client/server messaging C# API based on Windows Registered I/O (RIO)
Yo, again ~ Zerio is using some custom Disruptor? Because now in master branch when load the project it's failed to load Disruptor. Cheers.
any plan UDP support?
[draft, not for merging] The most straightforward implementation when senders directly enqueue to Request Queue and busy spinnning poller thread reads from Completion Queue. Should give the idea what minimum...