mit-pdos / noria

Fast web applications through dynamic, partially-stateful dataflow
Apache License 2.0
4.99k stars 242 forks source link

Fix link to controller was broken with directory changes #169

Closed ptravers closed 3 years ago

ptravers commented 4 years ago

Not totally sure if this is the same as the original linked code. But it seemed the most similar of the code I could see.

ms705 commented 4 years ago

Thanks for this! The fix for data.rs looks good, but the equivalent path to inner.rs is now server/src/controller/inner.rs.

ptravers commented 4 years ago

@ms705 ah cool! will fix that now!

ptravers commented 4 years ago

Should I rewrite that part of the README given the code is no longer in the noria crate? I would propose moving that line including the controller/inner.rs to the server section of the README.

ms705 commented 3 years ago

Thanks! The README is fine as-is, since it refers to the client invoking controller RPCs.