Miaxos / sharded-thread

Sharding between threads
Apache License 2.0
7 stars 2 forks source link

Some thoughts on a working hyper example #3

Open likeabbas opened 8 months ago

likeabbas commented 8 months ago

Looking through the code, I wonder if we can combine some of this work with this hyper example to get a working sharded hyper service https://github.com/hyperium/hyper/blob/master/examples/single_threaded.rs#L219

Miaxos commented 8 months ago

I'll give it a try, but I need to work on some APIs first, I am trying to see how it could be used with my other project https://github.com/miaxos/roster.

I also need to have a way to benchmark it.

likeabbas commented 8 months ago

How do you plan on exposing the redis API if not through http?

likeabbas commented 8 months ago

I have been trying to combine your sharded library with hyper but am having a very difficult time.