Http2 right now

Daniel Stenberg
Daniel StenbergSegfault manufacturer at wolfSSL
HTTP/2 right now
Daniel Stenberg, February 1st
2015
Agenda
HTTP Today
HTTP/2 basics
Status
Future
Q&A
Daniel Stenberg
Email: daniel@haxx.se
Twitter: @bagder
Web: daniel.haxx.se
Blog: daniel.haxx.se/blog
network hacker at
Please ask!
… but wait for the Q&A and if not enough, just catch
me afterward.
Today
HTTP for everything
The web has changed significantly since 1996
Request and payload growth
in 4 years...
7777
100100
725K725K
1900K1900K
httparchive.org
connections per page
38
httparchive.org
Latency adds up
4,000 ms
750 ms
Page
load
time
Round
trip
time0 ms 240 ms
MikeBelshe
Head of line blocking
HTTP 1.1 work-arounds
Spriting
Inlining
.icon1 {
background: url(data:image/png;base64,<data>) no-repeat;
}
.icon2 {
background: url(data:image/png;base64,<data>) no-repeat;
}
Concatenation
$ cat *.js > a-single-monster.js
Sharding
Quirky work-arounds
Annoying for developers
Adds layers of tools
Hampers caching
Downloads too much
HTTP/2
“Just a new framing layer”
maintains HTTP paradigms
http:// and https:// URLs cannot be changed
HTTP/1.1 servers and clients will be around for
decades
Proxies must be able to convert 1:1
Less optional parts
No more minor version!
HTTP/2 framing
Binary
Multiplexed streams; with individual
priorities, dependencies and flow-control
Header compression
Server push
HTTP/2 is not
Mandatory TLS
Changing HTTP headers
How will HTTP/2 affect web users?
Faster page loads
More responsive loading
How will HTTP/2 affect web development?
HTTP/1 work-arounds hurt HTTP/2 perf
Need to do separate tweaks
Maximum HTTP/2 usage will need some time
Implementations
Nghttp2
Http2-katana
Node-http2
Firefox
Http2-perl
Iij-http2
Akamai
Chrome
Twitter
Wireshark
Ericsson
MSP
Http2 (Go)
Http2-go
OkHttp
Trusterd
Google GFE
Deuterium
Hyper
Undertow
F5
Sasazka
Lucid
H2O
curl
Cl-http2
Netty
Jetty
Microsoft
Http-2
Apache
nginx
https://github.com/http2/http2-spec/wiki/Implementations
Will HTTP/2 get widely deployed?
“Look at IPv6”
SPDY proved fast growth can happen
Major browsers are on the train
Many sites already did SPDY - likely to go HTTP/2
How will HTTP/2 affect web development?
HTTP/1 work-arounds hurt http2 perf
Need to do separate tweaks
Maximum HTTP/2 usage will need some time
HTTP/2 – Status of February 1st
2015
Firefox: HTTP/2 in 9%of all HTTP responses1
HTTP/2 is used 9 times more than HTTP/1.0
Google: HTTP/2 used in 5% of global traffic2
IPv6: 5% today, almost 20 years after first RFC
1. Rough and not statistically sound numbers from Mozilla Telemetry data for Firefox 35.
2. Rough and rapidly changing numbers in an evolving climate. Graciously provided by Google.
Schedule
IETF Last Call ended on January 14th
Firefox 35 – enabled by default January 13th
Chrome 40 – enabled by default January 21st
HTTP/2 final RFC in Q1 2015 ?
HTTP/3 ?
HTTP/2 lays the foundation for the future
Time to drop legacy HTTP “mistakes”?
HTTP/3 can happen sooner than the 1.1 to 2 took
Thank you!
See also http2 explained:
http://daniel.haxx.se/http2
Doing good is part of our code
Credits
✗
HTTP and TCP trend numbers from
http://httparchive.org
✗
RTT / page load data from Mike Belshe
✗
HTTP/2 usage numbers by Google and Firefox
Telemetry
✗
Lego pieces borrowed from my kids
License
This presentation and its contents are licensed under
the Creative Commons Attribution 4.0 license:
http://creativecommons.org/licenses/by/4.0/
1 of 31

Recommended

Introduction to HTTP/2 by
Introduction to HTTP/2Introduction to HTTP/2
Introduction to HTTP/2Ido Flatow
1.9K views39 slides
Http2 by
Http2Http2
Http2Daniel Stenberg
45.4K views53 slides
HTTP by Hand: Exploring HTTP/1.0, 1.1 and 2.0 by
HTTP by Hand: Exploring HTTP/1.0, 1.1 and 2.0HTTP by Hand: Exploring HTTP/1.0, 1.1 and 2.0
HTTP by Hand: Exploring HTTP/1.0, 1.1 and 2.0Cory Forsyth
8.9K views55 slides
What HTTP/2.0 Will Do For You by
What HTTP/2.0 Will Do For YouWhat HTTP/2.0 Will Do For You
What HTTP/2.0 Will Do For YouMark Nottingham
39.8K views54 slides
HTTP/2 - for TCP/IP Geeks Stockholm by
HTTP/2 - for TCP/IP Geeks StockholmHTTP/2 - for TCP/IP Geeks Stockholm
HTTP/2 - for TCP/IP Geeks StockholmDaniel Stenberg
27.9K views42 slides
HTTP/2 Update - FOSDEM 2016 by
HTTP/2 Update - FOSDEM 2016HTTP/2 Update - FOSDEM 2016
HTTP/2 Update - FOSDEM 2016Daniel Stenberg
8.2K views24 slides

More Related Content

What's hot

HTTP/2 for Developers by
HTTP/2 for DevelopersHTTP/2 for Developers
HTTP/2 for DevelopersSvetlin Nakov
10.6K views47 slides
Introducing HTTP/2 by
Introducing HTTP/2Introducing HTTP/2
Introducing HTTP/2Ido Flatow
3.1K views37 slides
Introduction to HTTP/2 by
Introduction to HTTP/2Introduction to HTTP/2
Introduction to HTTP/2Ido Flatow
845 views47 slides
So that was HTTP/2, what's next? by
So that was HTTP/2, what's next?So that was HTTP/2, what's next?
So that was HTTP/2, what's next?Daniel Stenberg
926 views31 slides
HTTP2:新的机遇与挑战 by
HTTP2:新的机遇与挑战HTTP2:新的机遇与挑战
HTTP2:新的机遇与挑战Jerry Qu
18K views98 slides
O'Reilly Fluent Conference: HTTP/1.1 vs. HTTP/2 by
O'Reilly Fluent Conference: HTTP/1.1 vs. HTTP/2O'Reilly Fluent Conference: HTTP/1.1 vs. HTTP/2
O'Reilly Fluent Conference: HTTP/1.1 vs. HTTP/2Load Impact
1.2K views31 slides

What's hot(20)

HTTP/2 for Developers by Svetlin Nakov
HTTP/2 for DevelopersHTTP/2 for Developers
HTTP/2 for Developers
Svetlin Nakov10.6K views
Introducing HTTP/2 by Ido Flatow
Introducing HTTP/2Introducing HTTP/2
Introducing HTTP/2
Ido Flatow3.1K views
Introduction to HTTP/2 by Ido Flatow
Introduction to HTTP/2Introduction to HTTP/2
Introduction to HTTP/2
Ido Flatow845 views
So that was HTTP/2, what's next? by Daniel Stenberg
So that was HTTP/2, what's next?So that was HTTP/2, what's next?
So that was HTTP/2, what's next?
Daniel Stenberg926 views
HTTP2:新的机遇与挑战 by Jerry Qu
HTTP2:新的机遇与挑战HTTP2:新的机遇与挑战
HTTP2:新的机遇与挑战
Jerry Qu18K views
O'Reilly Fluent Conference: HTTP/1.1 vs. HTTP/2 by Load Impact
O'Reilly Fluent Conference: HTTP/1.1 vs. HTTP/2O'Reilly Fluent Conference: HTTP/1.1 vs. HTTP/2
O'Reilly Fluent Conference: HTTP/1.1 vs. HTTP/2
Load Impact1.2K views
HTTP/2: What no one is telling you by Fastly
HTTP/2: What no one is telling youHTTP/2: What no one is telling you
HTTP/2: What no one is telling you
Fastly17.7K views
Http/2 - What's it all about? by Andy Davies
Http/2  - What's it all about?Http/2  - What's it all about?
Http/2 - What's it all about?
Andy Davies4.4K views
HTTP/2 standard for video streaming by Hung Thai Le
HTTP/2 standard for video streamingHTTP/2 standard for video streaming
HTTP/2 standard for video streaming
Hung Thai Le4K views
HTTP/2 Changes Everything by Lori MacVittie
HTTP/2 Changes EverythingHTTP/2 Changes Everything
HTTP/2 Changes Everything
Lori MacVittie15.1K views
HTML5, HTTP2, and You 1.1 by Daniel Austin
HTML5, HTTP2, and You 1.1HTML5, HTTP2, and You 1.1
HTML5, HTTP2, and You 1.1
Daniel Austin3.7K views
HTTP 2.0 Why, How and When by Codemotion
HTTP 2.0 Why, How and WhenHTTP 2.0 Why, How and When
HTTP 2.0 Why, How and When
Codemotion1.1K views
HTTP/2 : why upgrading the web? - apidays Paris by Quentin Adam
HTTP/2 : why upgrading the web? - apidays ParisHTTP/2 : why upgrading the web? - apidays Paris
HTTP/2 : why upgrading the web? - apidays Paris
Quentin Adam2.2K views
HTTP 2.0 – What do I need to know? by Sigma Software
HTTP 2.0 – What do I need to know? HTTP 2.0 – What do I need to know?
HTTP 2.0 – What do I need to know?
Sigma Software2.5K views
HTTP2 is Here! by Andy Davies
HTTP2 is Here!HTTP2 is Here!
HTTP2 is Here!
Andy Davies5.1K views
HTTP2 & HPACK #pyfes 2013-11-30 by Jxck Jxck
HTTP2 & HPACK #pyfes 2013-11-30HTTP2 & HPACK #pyfes 2013-11-30
HTTP2 & HPACK #pyfes 2013-11-30
Jxck Jxck3.6K views
I got 99 problems, but ReST ain't one by Adrian Cole
I got 99 problems, but ReST ain't oneI got 99 problems, but ReST ain't one
I got 99 problems, but ReST ain't one
Adrian Cole9K views
Reorganizing Website Architecture for HTTP/2 and Beyond by Kazuho Oku
Reorganizing Website Architecture for HTTP/2 and BeyondReorganizing Website Architecture for HTTP/2 and Beyond
Reorganizing Website Architecture for HTTP/2 and Beyond
Kazuho Oku46.8K views

Viewers also liked

NightClazz Java 8 Decouverte by
NightClazz Java 8 DecouverteNightClazz Java 8 Decouverte
NightClazz Java 8 DecouverteZenika
2K views45 slides
Microbox : Ma toolbox microservices - Julien Roy by
Microbox : Ma toolbox microservices - Julien RoyMicrobox : Ma toolbox microservices - Julien Roy
Microbox : Ma toolbox microservices - Julien Royekino
1.7K views79 slides
Http2 les impacts dans le web by
Http2 les impacts dans le webHttp2 les impacts dans le web
Http2 les impacts dans le webneuros
962 views33 slides
Azure Business rules v0.3 by
Azure Business rules v0.3Azure Business rules v0.3
Azure Business rules v0.3Luca Mauri
2.9K views19 slides
Java 9 modulo les modules devoxx fr 2017 by
Java 9 modulo les modules devoxx fr 2017Java 9 modulo les modules devoxx fr 2017
Java 9 modulo les modules devoxx fr 2017Jean-Michel Doudoux
2.6K views70 slides
So, you wanna migrate to Java 9? by
So, you wanna migrate to Java 9?So, you wanna migrate to Java 9?
So, you wanna migrate to Java 9?Tomek Adamczewki
439 views28 slides

Viewers also liked(20)

NightClazz Java 8 Decouverte by Zenika
NightClazz Java 8 DecouverteNightClazz Java 8 Decouverte
NightClazz Java 8 Decouverte
Zenika2K views
Microbox : Ma toolbox microservices - Julien Roy by ekino
Microbox : Ma toolbox microservices - Julien RoyMicrobox : Ma toolbox microservices - Julien Roy
Microbox : Ma toolbox microservices - Julien Roy
ekino1.7K views
Http2 les impacts dans le web by neuros
Http2 les impacts dans le webHttp2 les impacts dans le web
Http2 les impacts dans le web
neuros962 views
Azure Business rules v0.3 by Luca Mauri
Azure Business rules v0.3Azure Business rules v0.3
Azure Business rules v0.3
Luca Mauri2.9K views
Perf ug comment ne plus rajouter de ram a vos jvm sans savoir pourquoi by pkernevez
Perf ug   comment ne plus rajouter de ram a vos jvm sans savoir pourquoiPerf ug   comment ne plus rajouter de ram a vos jvm sans savoir pourquoi
Perf ug comment ne plus rajouter de ram a vos jvm sans savoir pourquoi
pkernevez1.4K views
The Case for HTTP/2 by Andy Davies
The Case for HTTP/2The Case for HTTP/2
The Case for HTTP/2
Andy Davies3K views
NightClazz Build Tools & Continuous Delivery Avancé by Zenika
NightClazz Build Tools & Continuous Delivery AvancéNightClazz Build Tools & Continuous Delivery Avancé
NightClazz Build Tools & Continuous Delivery Avancé
Zenika3.4K views
Open Data v0.3 by Luca Mauri
Open Data v0.3Open Data v0.3
Open Data v0.3
Luca Mauri612 views
Conference MicroServices101 - 1ere partie by Zenika
Conference MicroServices101 - 1ere partieConference MicroServices101 - 1ere partie
Conference MicroServices101 - 1ere partie
Zenika2.1K views
Optimisez la performance de votre service client tout en maîtrisant votre b... by Experian
Optimisez la performance  de votre service client  tout en maîtrisant votre b...Optimisez la performance  de votre service client  tout en maîtrisant votre b...
Optimisez la performance de votre service client tout en maîtrisant votre b...
Experian1.8K views
Business intelligence v0.3 by Luca Mauri
Business intelligence v0.3Business intelligence v0.3
Business intelligence v0.3
Luca Mauri1.2K views
Agile Wake Up #1 du 01/12/2015 : L'agilité au service des projets Orange Fran... by Zenika
Agile Wake Up #1 du 01/12/2015 : L'agilité au service des projets Orange Fran...Agile Wake Up #1 du 01/12/2015 : L'agilité au service des projets Orange Fran...
Agile Wake Up #1 du 01/12/2015 : L'agilité au service des projets Orange Fran...
Zenika1.4K views
JAX-RS and CDI Bike the (Reactive) Bridge by José Paumard
JAX-RS and CDI Bike the (Reactive) BridgeJAX-RS and CDI Bike the (Reactive) Bridge
JAX-RS and CDI Bike the (Reactive) Bridge
José Paumard1.2K views
Matinale DevOps / Docker by Zenika
Matinale DevOps / DockerMatinale DevOps / Docker
Matinale DevOps / Docker
Zenika4.7K views
Monitoring Compteur EDF avec node.js by laurenthuet
Monitoring Compteur EDF avec node.jsMonitoring Compteur EDF avec node.js
Monitoring Compteur EDF avec node.js
laurenthuet2.3K views

Similar to Http2 right now

HTTP/2 Comes to Java by
HTTP/2 Comes to JavaHTTP/2 Comes to Java
HTTP/2 Comes to JavaDavid Delabassee
10.8K views52 slides
Http 2: Should I care? by
Http 2: Should I care?Http 2: Should I care?
Http 2: Should I care?LivePerson
855 views16 slides
Next generation web protocols by
Next generation web protocolsNext generation web protocols
Next generation web protocolsDaniel Austin
1.4K views36 slides
HTTP colon slash slash: end of the road? @ CakeFest 2013 in San Francisco by
HTTP colon slash slash: end of the road? @ CakeFest 2013 in San FranciscoHTTP colon slash slash: end of the road? @ CakeFest 2013 in San Francisco
HTTP colon slash slash: end of the road? @ CakeFest 2013 in San FranciscoAlessandro Nadalin
3.8K views136 slides
HTTP/2 and Java: Current Status by
HTTP/2 and Java: Current StatusHTTP/2 and Java: Current Status
HTTP/2 and Java: Current StatusSimone Bordet
24.3K views29 slides
HTTP/2 by
HTTP/2HTTP/2
HTTP/2divarvel
806 views67 slides

Similar to Http2 right now(20)

Http 2: Should I care? by LivePerson
Http 2: Should I care?Http 2: Should I care?
Http 2: Should I care?
LivePerson855 views
Next generation web protocols by Daniel Austin
Next generation web protocolsNext generation web protocols
Next generation web protocols
Daniel Austin1.4K views
HTTP colon slash slash: end of the road? @ CakeFest 2013 in San Francisco by Alessandro Nadalin
HTTP colon slash slash: end of the road? @ CakeFest 2013 in San FranciscoHTTP colon slash slash: end of the road? @ CakeFest 2013 in San Francisco
HTTP colon slash slash: end of the road? @ CakeFest 2013 in San Francisco
Alessandro Nadalin3.8K views
HTTP/2 and Java: Current Status by Simone Bordet
HTTP/2 and Java: Current StatusHTTP/2 and Java: Current Status
HTTP/2 and Java: Current Status
Simone Bordet24.3K views
HTTP/2 by divarvel
HTTP/2HTTP/2
HTTP/2
divarvel806 views
Let’s push the assets to the front i.e. a few words about HTTP2 by OCoderFest
Let’s push the assets to the front i.e. a few words about HTTP2Let’s push the assets to the front i.e. a few words about HTTP2
Let’s push the assets to the front i.e. a few words about HTTP2
OCoderFest178 views
Meetup Tech Talk on Web Performance by Jean Tunis
Meetup Tech Talk on Web PerformanceMeetup Tech Talk on Web Performance
Meetup Tech Talk on Web Performance
Jean Tunis132 views
Web Performance in the Age of HTTP/2 - FEDay Conference, Guangzhou, China 19/... by Holger Bartel
Web Performance in the Age of HTTP/2 - FEDay Conference, Guangzhou, China 19/...Web Performance in the Age of HTTP/2 - FEDay Conference, Guangzhou, China 19/...
Web Performance in the Age of HTTP/2 - FEDay Conference, Guangzhou, China 19/...
Holger Bartel514 views
What's New in HTTP/2 by NGINX, Inc.
What's New in HTTP/2What's New in HTTP/2
What's New in HTTP/2
NGINX, Inc.1.6K views
HTTP 2.0 & Java: Current Status", Part 1, jDays 2015 Speaker: "Simone Bordet by hamidsamadi
HTTP 2.0 & Java: Current Status", Part 1, jDays 2015 Speaker: "Simone BordetHTTP 2.0 & Java: Current Status", Part 1, jDays 2015 Speaker: "Simone Bordet
HTTP 2.0 & Java: Current Status", Part 1, jDays 2015 Speaker: "Simone Bordet
hamidsamadi420 views
Developing the fastest HTTP/2 server by Kazuho Oku
Developing the fastest HTTP/2 serverDeveloping the fastest HTTP/2 server
Developing the fastest HTTP/2 server
Kazuho Oku52.3K views
In a HTTP/2 World - DeccanRubyConf 2017 by Douglas Vaz
In a HTTP/2 World - DeccanRubyConf 2017In a HTTP/2 World - DeccanRubyConf 2017
In a HTTP/2 World - DeccanRubyConf 2017
Douglas Vaz216 views
HTTP2 in action - Piet Van Dongen - Codemotion Amsterdam 2017 by Codemotion
HTTP2 in action - Piet Van Dongen - Codemotion Amsterdam 2017HTTP2 in action - Piet Van Dongen - Codemotion Amsterdam 2017
HTTP2 in action - Piet Van Dongen - Codemotion Amsterdam 2017
Codemotion767 views
Http2 is here! And why the web needs it by IndicThreads
Http2 is here! And why the web needs itHttp2 is here! And why the web needs it
Http2 is here! And why the web needs it
IndicThreads978 views
The Case for HTTP/2 - Internetdagarna 2015 - Stockholm by Andy Davies
The Case for HTTP/2  - Internetdagarna 2015 - StockholmThe Case for HTTP/2  - Internetdagarna 2015 - Stockholm
The Case for HTTP/2 - Internetdagarna 2015 - Stockholm
Andy Davies2.7K views

More from Daniel Stenberg

mastering libcurl part 2 by
mastering libcurl part 2mastering libcurl part 2
mastering libcurl part 2Daniel Stenberg
17 views99 slides
mastering libcurl part 1 by
mastering libcurl part 1mastering libcurl part 1
mastering libcurl part 1Daniel Stenberg
41 views88 slides
curl - openfourm europe.pdf by
curl - openfourm europe.pdfcurl - openfourm europe.pdf
curl - openfourm europe.pdfDaniel Stenberg
44 views46 slides
curl experiments - curl up 2022 by
curl experiments - curl up 2022curl experiments - curl up 2022
curl experiments - curl up 2022Daniel Stenberg
24 views11 slides
curl security - curl up 2022 by
curl security - curl up 2022curl security - curl up 2022
curl security - curl up 2022Daniel Stenberg
28 views24 slides
HTTP/3 in curl - curl up 2022 by
HTTP/3 in curl - curl up 2022HTTP/3 in curl - curl up 2022
HTTP/3 in curl - curl up 2022Daniel Stenberg
124 views40 slides

More from Daniel Stenberg(20)

common mistakes when using libcurl by Daniel Stenberg
common mistakes when using libcurlcommon mistakes when using libcurl
common mistakes when using libcurl
Daniel Stenberg1.1K views

Recently uploaded

How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ... by
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...ShapeBlue
123 views28 slides
20231123_Camunda Meetup Vienna.pdf by
20231123_Camunda Meetup Vienna.pdf20231123_Camunda Meetup Vienna.pdf
20231123_Camunda Meetup Vienna.pdfPhactum Softwareentwicklung GmbH
50 views73 slides
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ... by
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...ShapeBlue
85 views10 slides
Uni Systems for Power Platform.pptx by
Uni Systems for Power Platform.pptxUni Systems for Power Platform.pptx
Uni Systems for Power Platform.pptxUni Systems S.M.S.A.
61 views21 slides
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha... by
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...ShapeBlue
138 views18 slides
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue by
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlueMigrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlueShapeBlue
176 views20 slides

Recently uploaded(20)

How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ... by ShapeBlue
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
How to Re-use Old Hardware with CloudStack. Saving Money and the Environment ...
ShapeBlue123 views
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ... by ShapeBlue
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...
Live Demo Showcase: Unveiling Dell PowerFlex’s IaaS Capabilities with Apache ...
ShapeBlue85 views
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha... by ShapeBlue
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
Mitigating Common CloudStack Instance Deployment Failures - Jithin Raju - Sha...
ShapeBlue138 views
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue by ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlueMigrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
Migrating VMware Infra to KVM Using CloudStack - Nicolas Vazquez - ShapeBlue
ShapeBlue176 views
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or... by ShapeBlue
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
Zero to Cloud Hero: Crafting a Private Cloud from Scratch with XCP-ng, Xen Or...
ShapeBlue158 views
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue by ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlueCloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
CloudStack Managed User Data and Demo - Harikrishna Patnala - ShapeBlue
ShapeBlue94 views
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue by ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlueVNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
VNF Integration and Support in CloudStack - Wei Zhou - ShapeBlue
ShapeBlue163 views
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue by ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
2FA and OAuth2 in CloudStack - Andrija Panić - ShapeBlue
ShapeBlue103 views
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online by ShapeBlue
KVM Security Groups Under the Hood - Wido den Hollander - Your.OnlineKVM Security Groups Under the Hood - Wido den Hollander - Your.Online
KVM Security Groups Under the Hood - Wido den Hollander - Your.Online
ShapeBlue181 views
Extending KVM Host HA for Non-NFS Storage - Alex Ivanov - StorPool by ShapeBlue
Extending KVM Host HA for Non-NFS Storage -  Alex Ivanov - StorPoolExtending KVM Host HA for Non-NFS Storage -  Alex Ivanov - StorPool
Extending KVM Host HA for Non-NFS Storage - Alex Ivanov - StorPool
ShapeBlue84 views
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti... by ShapeBlue
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
DRaaS using Snapshot copy and destination selection (DRaaS) - Alexandre Matti...
ShapeBlue98 views
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas... by Bernd Ruecker
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
iSAQB Software Architecture Gathering 2023: How Process Orchestration Increas...
Bernd Ruecker50 views
Igniting Next Level Productivity with AI-Infused Data Integration Workflows by Safe Software
Igniting Next Level Productivity with AI-Infused Data Integration Workflows Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Igniting Next Level Productivity with AI-Infused Data Integration Workflows
Safe Software385 views
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ... by ShapeBlue
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
Import Export Virtual Machine for KVM Hypervisor - Ayush Pandey - University ...
ShapeBlue79 views
"Surviving highload with Node.js", Andrii Shumada by Fwdays
"Surviving highload with Node.js", Andrii Shumada "Surviving highload with Node.js", Andrii Shumada
"Surviving highload with Node.js", Andrii Shumada
Fwdays53 views
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P... by ShapeBlue
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...
Developments to CloudStack’s SDN ecosystem: Integration with VMWare NSX 4 - P...
ShapeBlue154 views

Http2 right now