Google badmouths HTTP, proposes SPDY as a speedy successor


Recommended Posts

spdy-vs-http.png

If there's anything that Google doesn't like, it's things that collect dust. The company is famous for its annual spring cleaning efforts, in which the firm rids itself of redundant and dead-end projects, along with more bullish moves, such as its push to overhaul the internet's DNS system. Now it's looking to replace HTTP with a new protocol known as SPDY, and to that end, it's demonstrating the potential speed gains that one might expect on a mobile network. According to the company's benchmarks, mean page load times on the Galaxy Nexus are 23 percent faster with the new system, and it hypothesizes that further optimizations can be made for 3G and 4G networks. To its credit, Google has already implemented SPDY in Chrome, and the same is true for Firefox and Amazon Silk. Even Microsoft appears to be on-board. As a means to transition, the company proposes an Apache 2.2 module known as mod_spdy, which allows web servers to take advantage of features such as stream multiplexing and header compression. As for HTTP, it's no doubt been a reliable companion, but it seems that it'll need to work a bit harder to earn its keep. Stay weird, Google, the internet wouldn't be the same without you.

http://www.engadget.com/2012/05/02/google-proposes-spdy-replacement/

If you use Google Chrome you have actually been using it for ages. Most Google.com-based sites (Gmail, Search, ...) and Twitter all use SPDY automatically when using HTTPS.

To see when you're on a SPDY-powered site: use https://chrome.google.com/webstore/detail/mpbpobfflnpcgagjijhmgnchggcjblin

  • Like 4

If you use Google Chrome you have actually been using it for ages. Most Google.com-based sites (Gmail, Search, ...) and Twitter all use SPDY automatically when using HTTPS.

To see when you're on a SPDY-powered site: use https://chrome.googl...jhmgnchggcjblin

it's available for firefox as well https://addons.mozilla.org/en-US/firefox/addon/spdy-indicator/?src=ss

If you use Google Chrome you have actually been using it for ages. Most Google.com-based sites (Gmail, Search, ...) and Twitter all use SPDY automatically when using HTTPS.

To see when you're on a SPDY-powered site: use https://chrome.googl...jhmgnchggcjblin

it's available for firefox as well https://addons.mozil...dicator/?src=ss

Microsoft is implementing SPDY too.. hopefully in IE10

How?

The HTTP Speed+Mobility proposal starts from both the Google SPDY protocol (a separate submission to the IETF for this discussion) and the work the industry has done around WebSockets.

SPDY has done a great job raising awareness of web performance and taking a ?clean slate? approach to improving HTTP to make the Web faster. The main departures from SPDY are to address the needs of mobile devices and applications.

http://blogs.msdn.co...web-faster.aspx

a food thing???

foolish probably ?

If you use Google Chrome you have actually been using it for ages. Most Google.com-based sites (Gmail, Search, ...) and Twitter all use SPDY automatically when using HTTPS.

To see when you're on a SPDY-powered site: use https://chrome.googl...jhmgnchggcjblin

And its now supported by Firefox(Beta) too ! And to check if site uses SPDY use https://addons.mozil...tor/?src=search (as told above)

But of course HTTP is crap. Internets was never meant to be whatever it is now and what it will in an increasing pace continue to be evolved. Sometimes makes me wonder - didn't anybody see that s*it was going overboard really quickly and think "better pull the plug, it's gonna blow".

Good luck on replacing HTTP, and DNS, too, though. Then while they're at it, might as well replace HTML, too. It's all too widespread and fundamental.

But of course HTTP is crap. Internets was never meant to be whatever it is now and what it will in an increasing pace continue to be evolved. Sometimes makes me wonder - didn't anybody see that s*it was going overboard really quickly and think "better pull the plug, it's gonna blow".

Good luck on replacing HTTP, and DNS, too, though. Then while they're at it, might as well replace HTML, too. It's all too widespread and fundamental.

SPDY does not replace HTTP; it modifies the way HTTP requests and responses are sent over the wire.[1] This means that all the existing server-side applications can be used without modification if a SPDY-compatible translation layer is put in place.

http://en.wikipedia.org/wiki/SPDY

But of course HTTP is crap. Internets was never meant to be whatever it is now and what it will in an increasing pace continue to be evolved. Sometimes makes me wonder - didn't anybody see that s*it was going overboard really quickly and think "better pull the plug, it's gonna blow".

Good luck on replacing HTTP, and DNS, too, though. Then while they're at it, might as well replace HTML, too. It's all too widespread and fundamental.

What's another proprietary standard?

SPDY is basically HTTP with a separate framing protocol, proper multiplexing and always on encryption (And a lot of the old crap removed). They're not replacing HTTP, and in fact SPDY seems to be the basis for HTTP 2.0.

The fact that you have to open a separate connection for each object retrieved didn't seem so bad when HTTP 1.0 was first created, but now when pages have have 100+ objects, that's 100+ connections per page load. Each one of those connections takes memory, each one fills a slot in the client and server, each one has to undergo the TCP connections algorithms (Such as trying to detect optimal bandwidth, etc.) and since there's so many, routers and such can have a hard time trying to prioritise traffic (Some traffic management systems for Linux operate on the connection level, so when you spawn 150 connections at the same time it can't do much to prioritise any of them)

HTTP 1.1 with pipelining solves some issues, but that's got it's own issues as well (proxies often don't support it, or break in funny ways, etc.), and at it's core it's still HTTP 1.0, with the ability to re-use a connection.

SPDY is actually one letter away from SPY, which is what Google wants to do to monetize your browsing experience and harvest more personal information from users.

No thanks, I will continue using HTTP and a browser with a tin foil hat extension.

  • Like 1

SPDY is actually one letter away from SPY, which is what Google wants to do to monetize your browsing experience and harvest more personal information from users

Tin foil hats, 99c

  • Like 2

SPDY is actually one letter away from SPY, which is what Google wants to do to monetize your browsing experience and harvest more personal information from users.

No thanks, I will continue using HTTP and a browser with a tin foil hat extension.

stupidest comment ever... SPDY is a protocol... Its like saying i would not use ftp protocol because of so and so....

then be aware that firefox will enable it by default in FF13 and Microsoft is implementing it in IE10 probably.

wonder what browser you will use?

so please also dont use Twitter and any server which uses Apache server for web request...

  • Like 2

stupidest comment ever... SPDY is a protocol... Its like saying i would not use ftp protocol because of so and so....

then be aware that firefox will enable it by default in FF13 and Microsoft is implementing it in IE10 probably.

wonder what browser you will use?

so please also dont use Twitter and any server which uses Apache server for web request...

lol I guess you didn't catch the sarcasm part about the tin foil hat.

Didn't they recently come out saying that SPDY has issues with domains that already use hardware to speed up https?

SPDY requires an extension to the TLS/SSL handshake (NPN - Next Protocol Negotiation), so hardware that does TLS/SSL will ignore that (without an update, if they can be updated), and stop the client using SPDY.

But there's nothing really strange about that, the software side is the same. If you want to use SPDY you still need your stuff to support it, etc.

Edit: People have also said SPDY breaks caching, that's true in the sense that it uses TLS/SSL, and that always has broken caching.

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • OpenClaw now has native mobile apps on iOS and Android by Karthik Mudaliar OpenClaw, the viral open-source personal AI agent, now has its own mobile app, available on both Android and iOS. Users can pair the app with an existing OpenClaw gateway and can start using new mobile-native features that are now available on the app. The app supports all the existing features you'd already have seen on OpenClaw's TUI, as well as some more, such as real-time and background Talk mode, action approvals, sharing from iOS, and optional access to device capabilities such as camera, screen, location, photos, contacts, calendar, and reminders. These features are available on both the Android and iOS versions of the app. What's important with these apps is that they don't run OpenClaw on your phone, but are actually just companion apps that require a running OpenClaw Gateway on an existing device, on macOS, Linux, or Windows via WSL2. To pair the app with your existing OpenClaw gateway, users need to run the command "/pair qr" on the TUI or existing chat interface, which brings up a QR code. Users can then scan this QR code to pair it up with the mobile app. There's also an option to manually pair the app by entering the host and a port. Previously, OpenClaw had been available on phones via WhatsApp, Telegram, Slack, Discord, Microsoft Teams, Matrix, and others. Now, with a native mobile app, the interface is much cleaner and more focused on just the OpenClaw, of course, with the added support for camera, screen, location, and more. It's important to note that OpenClaw comes with its own security warnings. There's always a chance of prompt injection with these tools, so users are recommended to double-check authentication, tool policy, sandboxing, and execution approvals rather than prompts alone. For users well-versed with the AI harness, a native mobile app makes it easier to approve an automation, share a link, use voice, or let an agent react to phone-side context.
    • Google pitches Spanner as one database for all AI agents with these new featues by Karthik Mudaliar Google Cloud is introducing new features within Spanner, its distributed database, as a place where enterprises should keep their data, using which AI agents could make smarter and better decisions. In a detailed blog post, Google highlighted quite a few features coming to Spanner, including relational data, graph relationships, vector search, key-value access, full-text search, and operational analytics together in one database architecture. Google says that today's systems aren't well-made for AI agents. There could be data that is present in one system, search indexes in another, embeddings in a vector database, and relationship data in a graph database. This fragmentation isn't great for AI agents to do their jobs because they don't have access to all of this data in one place. This is where Google is positioning Spanner as a solution. Spanner is already a globally distributed relational database with strong consistency, and Google wants its customers to see it as a broader data layer for AI applications. The company introduced something called Spanner Graph, along with integrated vector search, full-text search, a Cassandra-compatible key-value endpoint, and a columnar engine for analytical queries on operational data. Google also added that its ScaNN-powered vector search can support indexes with more than 10 billion vectors, while the columnar engine can make some analytical scans up to 200 times faster. All of this isn't just exclusive to the Google Cloud Platform, and there's support for multi-cloud as well. This comes via Spanner Omni, which Google says is a downloadable, containerized version of Spanner that can run on Kubernetes and in environments outside Google Cloud, including Microsoft Azure and AWS, and even on-premises infrastructure as well as edge deployments. Google says that customers who are interested in the full-featured edition should contact the company, and there's no word on commercial availability or separate pricing. Those interested can read the full blog by Google Cloud, which details these features individually.
    • Kalmuri 4.2.5 by Razvan Serea Kalmuri is your all-in-one, portable screen capture and recording solution designed for speed, simplicity, and flexibility. Whether you need a full-screen snapshot, a custom area, a scrolling webpage, or smooth video recording, Kalmuri delivers with ease. Capture text instantly from images with built-in OCR, keep floating images on top for quick reference, and use the precise color picker for perfect design matching. Customize hotkeys to work your way and share results instantly with built-in upload options. Kalmuri runs without installation, making it ideal for USB use, and offers an intuitive interface that’s easy to learn. Kalmuri key features: Video recording support (designation of whole screen and area) Whole screen, active program, window control, area application Extract text from images using optical character recognition (OCR). Support for PNG, JPG, WEBP, BMP, GIF file formats MP4 video recording powered by FFmpeg for high-quality results Full web page capture Share the captured image on the web Color extraction function Printer output Hotkey settings Adjustable via keyboard for area capture (Arrow key, Ctrl+Arrow key, Shift+Arrow key) File name format (sequential, datetime) Free to use it at work, at home, in government offices, at school, etc. Using Kalmuri portable for video recording Kalmuri’s portable version doesn’t include FFmpeg, which is required for video recording. Without it, you’ll get an “error FFmpeg.exe not found” message. To fix this, download FFmpeg from the provided link, extract it, and place FFmpeg.exe in Kalmuri’s folder. Kalmuri will then recognize it automatically, allowing you to start recording in high quality instantly. Kalmuri 4.2.5 changelog: Fixed an intermittent crash when using Area Capture Improved stability for Area Capture and screen recording Resolved a capture issue that could occur right after startup Download: Kalmuri 4.2.5 | 24.2 MB (Freeware) Download: Kalmuri Portable 4.2.5 | 2.1 MB View: Kalmuri Website | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • First Post
      rosiecharles earned a badge
      First Post
    • Reacting Well
      Juan Dela earned a badge
      Reacting Well
    • Week One Done
      Collagen Project earned a badge
      Week One Done
    • Reacting Well
      Wakeen1966 earned a badge
      Reacting Well
    • Rookie
      Almohandis went up a rank
      Rookie
  • Popular Contributors

    1. 1
      +primortal
      516
    2. 2
      +Edouard
      273
    3. 3
      PsYcHoKiLLa
      143
    4. 4
      Steven P.
      98
    5. 5
      macoman
      54
  • Tell a friend

    Love Neowin? Tell a friend!