1xyz / coolbeans

Coolbeans is a distributed work queue that implements the beanstalkd protocol.
Mozilla Public License 2.0
67 stars 6 forks source link

Speed? #48

Open qwertyuu opened 3 years ago

qwertyuu commented 3 years ago

Hello! Thanks for starting and putting forward such a nice project.

Currently investing lots of time and effort into beanstalkd and your "drop-in" replacement is very interesting.

I'm currently wondering about the impact on speed that adding the Raft replication algorithm to beanstalkd would have. I know it's been benchmarked in the past to be very quick but I also know that replicating and having network round-trips are very costly.

Have you tried comparing the two side by side? Thanks in advance!