Back to the Future with C++ and Seastar

2015-04-01 Thread Nadav Har'El
(hmm, I see it's April 1st today, but this is not a joke, just a serious post...) In April 14th, in Tel Aviv (Google's building), Avi Kivity - of KVM and OSv fame - will present "Seastar", a new C++-based framework for writing super-efficient but highly complex and asynchronous server applications

Re: Back to the Future with C++ and Seastar

2015-04-01 Thread Oleg Goldshmidt
"Nadav Har'El" writes: > Seastar is an open source (http://www.seastar-project.org/) library. > It is based on the concept of "futures" (like in Node.js, just implemented > in a much more efficient way). Part of the talk will also introduce futures, > how Seastar implements them in C++, and how m

Re: Back to the Future with C++ and Seastar

2015-04-01 Thread Nadav Har'El
On Wed, Apr 01, 2015, Oleg Goldshmidt wrote about "Re: Back to the Future with C++ and Seastar": > "Nadav Har'El" writes: > > Seastar is an open source (http://www.seastar-project.org/) library. > > It is based on the concept of "futures" (li

Re: Back to the Future with C++ and Seastar

2015-04-01 Thread Amos Shapira
Hi Nadav, Will it be video taped? Slides made available? Thanks, --Amos On 2 April 2015 at 05:53, Nadav Har'El wrote: > On Wed, Apr 01, 2015, Oleg Goldshmidt wrote about "Re: Back to the Future > with C++ and Seastar": > > "Nadav Har'El" wri

Re: Back to the Future with C++ and Seastar

2015-04-05 Thread Erez D
On Thu, Apr 2, 2015 at 12:14 AM, Amos Shapira wrote: > Hi Nadav, > > Will it be video taped? > Slides made available? > That would be great > > Thanks, > > --Amos > > On 2 April 2015 at 05:53, Nadav Har'El wrote: > >> On Wed, Apr 01, 2015, Oleg