no server example? #104
Replies: 3 comments
-
@ultperf What would you like to program VPP to do using the GoVPP api? :) |
Beta Was this translation helpful? Give feedback.
-
or things like https://github.com/IceFireDB/redhub i thought maybe just port it to https://github.com/cloudwego/hertz p.s : by the way, it sounds like vpp is a better internal tcp/unix domain socket communication between processes? i wonder if this can be "true"/benchmarked. also i wonder if it's as good as SharedMemory IPC. with something like echo server or multiple echo server between govpp app maybe can see a clearer picture. sorry i'm too newbie to this tech. pardon my newbie remarks. p.p.s. : i didnt install DPDK, just try running vpp inside docker. not sure if DPDK is needed or not? from my perspective, vpp is like a "trie" structure access for packets processing. (with consideration to multi core cpu process handling) as long as it's faster in multicore cpu ways... i'm not sure if bandwidth uptake is more? (coz there's no information on such). is it going to take more bandwidth (like kcp) or lesser? |
Beta Was this translation helpful? Give feedback.
-
@edwarnicke i just realised "GoVPP api" is the server. now i really wonder how to use it but thx. somehow, i've already tested the "perf-bench" but sorry to say, not impressed with the results. possible to provide a use case scenario where govpp can outshine the rest like http / redis / echo etc? p.s. : do u have an example on how to write the "server" part? |
Beta Was this translation helpful? Give feedback.
-
there is no server example?
rpc-service i've tried but maybe there's no server example that's why i find it strange the application of vpp or how to test request/s over simple echo service etc.
not sure where i can apply vpp or where it really shines?
Beta Was this translation helpful? Give feedback.
All reactions