PhotonLibOS
PhotonLibOS copied to clipboard
Compare with seastar ?
Is there a comparison test with seastar ?
I didn't find an available example from its demos. The only echo server was based on DPDK.
If you can provide a echo server based on tcp socket, I'm willing to have a try.
@luliyucoordinate Photon 0.6 is going to release. It now support running on F-Stack + DPDK.
Server socket type | Client traffic type (ping-pong) | Client traffic type (stream) |
---|---|---|
Linux 6.x kernel + io_uring + coroutine | 1.03Gb/s | 2.60Gb/s |
photon coroutine + f-stack + DPDK | 1.23Gb/s | 3.74Gb/s |
photon's dpdk echo server looks like this
Would you like to compare photon with seastar?