On 22 October 2013 09:56, Vadim <vadi...@gmail.com> wrote: > What I have in mind is not nginx, but rather something like a pub-sub > service, with millions of idle connections, which don't do much most of the > time. And no, I don't want an async I/O API :-) Not if I can help it. I > am still hoping that Rust can avoid having separate sync and async I/O APIs.
What if one wants to write nginx in Rust? Linear type systems must be very useful with asynchronous API as they ensure that the connection object cannot fall in the wrong hands - I was bitten by that in JS few times. _______________________________________________ Rust-dev mailing list Rust-dev@mozilla.org https://mail.mozilla.org/listinfo/rust-dev