Applying the Web to Enterprise IT

May 18, 2017

Web Services with Rust Part 3: Accept All We Can

In the last posting we added metrics to our very basic test Web service. Initially this third part was supposed to be about adding logging to the server, comparing the performance impact of mutex based- and, especially, [lock free data structures](https://github.com/crossbeam-rs/crossbeam).

Read more

April 26, 2017

Web Services with Rust Part 2: Baseline Revisited

In the last posting I started exploring implementing Web services in Rust, using hyper with some minimal single- and multi-threaded servers.

Read more