Become a fan of Slashdot on Facebook

 



Forgot your password?
typodupeerror
×

Comment Re:What about pipelining and keep-alive? (Score 1) 275

Using SPDY, servers are able to publish a setting (whenever they want, including at connect time) which advertises how many concurrent streams are allowed. In all cases SPDY gives more control than HTTP.

And, if you multiplex connections over one SPDY connection, you often end up using less resources overall (including memory) as compared to HTTP connections.
The average page uses ~40 connections, nowhere near just one connection!

If you don't care about resource utilization, it still speeds web up web pages...

Comment Re:What about pipelining and keep-alive? (Score 5, Informative) 275

As one of the creators of SPDY..

No, HTTP suffers from head-of-line blocking. There is no way around that.
HTTP also doesn't have header compression (which matters quite a bit on low-bandwidth pipes) nor prioritization to ensure that your HTTP, javascript and CSS load before the lolkittens :)

Comment Re:Slabs with LCDs on them similar! News at 11! (Score 2) 495

That is the biggest load of bullshit I've ever heard-- MOST creative people do it for the joy of having creating. A minority of them are in it only for the money.
And today that is what we have. A bunch of people who are only in it for the money (many of them creative enough only to purchase patents) suing people who are creative and who likely just though whatever the heck it was is so obvious that it didn't cross their minds that it should be patentable.

Comment Re:bad analogy? (Score 1) 74

How is it different to having politician's random falsehoods enter into my brain against my will?
You can carry these analogies to ridiculous extremes without trying.

Using the above (access to my brain), the obvious choice is to ensure that the politicians cannot contact my brain by turning off the communications device.

Slashdot Top Deals

We are each entitled to our own opinion, but no one is entitled to his own facts. -- Patrick Moynihan

Working...