Remove c
article thumbnail

Interview on CppCast

Sutter's Mill

This time, we chatted about news in the C++ world, and then about my Cpp2 and cppfront experimental work. Thanks to Timur Doumler and Phil Nash for inviting me on their show – and for continuing CppCast, which was so wonderfully founded by Rob Irving and Jason Turner !

C++ 99
article thumbnail

Zero Configuration Service Mesh with On-Demand Cluster Discovery

The Netflix TechBlog

In 2010, however, nearly none of it existed: the CNCF wasn’t formed until 2015! If service A needs to talk to clusters B and C, then you need to define clusters B and C as part of A’s proxy config. Today we have a wealth of tools, both OSS and commercial, all designed for cloud-native environments.

Traffic 225
Insiders

Sign Up for our Newsletter

This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.

article thumbnail

GCC vs LLVM Q3 2017: Active Developer Counts

Nick Desaulniers

A blog post from a few years ago that really stuck with me was Martin Olsson’s Browser Engines 2015: Commit Rates and Active Developer Counts , where he shows information about the number of authors and commits to popular web browsers. Either way, I’m thankful to have not one, but two high quality open source C/C++ compilers.

article thumbnail

Bringing Rich Experiences to Memory-constrained TV Devices

The Netflix TechBlog

In a previous post , we described how our TV application consists of a C++ SDK installed natively on the device, an updatable JavaScript user interface (UI) layer, and a custom rendering layer known as Gibbon. We ship the same UI to thousands of different devices in order to deliver a consistent user experience.

Cache 166
article thumbnail

How to evaluate modern APM solutions

Dynatrace

” — Christopher C, Platform Manager at an enterprise. Before 2015, Dynatrace was listed as Compuware. The support team has been very responsive with questions we’ve had about the product. They were super patient when we were setting up new workloads and had questions about options with the setup.”

article thumbnail

Fundamentals of table expressions, Part 7 – CTEs, optimization considerations

SQL Performance

Here’s the attempted solution using a CTE: WITH C AS. ( Using our trick with the TOP filter in the inner query, you prevent the unnesting of the table expression, like so: WITH C AS. ( The following code returns only shippers with a maximum order date that is on or after January 1 st , 2018: USE PerformanceV5 ; WITH C AS. (

C++ 140
article thumbnail

What is Azure Functions?

Dynatrace

As early as 2015, the Canadian Broadcasting corporation used Azure App Services, the managed platform for building web apps, to scale its real-time election-night website to handle requests from millions of users. The platform reserves a base number of virtual machines and automatically adds instances as needed during periods of heavy use.

Azure 139