PhotonLibOS icon indicating copy to clipboard operation
PhotonLibOS copied to clipboard

Compare with seastar ?

Open luliyucoordinate opened this issue 2 years ago • 2 comments

Is there a comparison test with seastar ?

luliyucoordinate avatar Jan 05 '23 12:01 luliyucoordinate

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.

beef9999 avatar Jan 06 '23 06:01 beef9999

@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?

beef9999 avatar May 06 '23 10:05 beef9999