Slashdot Log In
Multi-Channel Communication Patent Up For Sale
Posted by
kdawson
on Tuesday March 25, @08:31PM
from the can-you-say-prior-art dept.
from the can-you-say-prior-art dept.
OTDR alerts us to the latest software patent stupidity in the news as patent number 6,418,462, "methods allowing clients to perform tasks through a sideband communication channel, in addition to the main communication channel between a client and server," snubs its nose at AJAX, ftp, and decades of prior art and goes on sale next month in San Fransisco. "Singled out are AJAX mashups including Google Maps and Gmail, and Microsoft 'Live'... Also in the frame are Amazon's S3 and EC2 and clusters from Microsoft, VMware, and Oracle. eBay's Skype, Napster, and Microsoft's Groove are also listed as potentially infringing on the patent in P2P."
Related Stories
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading ... Please wait.

Will a lawsuit spoil the sale? (Score:4, Insightful)
Depressing the price is a good thing because it will discourage this kind of nonsense in the future.
Re: (Score:3, Insightful)
What would be the point in buying such a patent for 99.99% of the businesses out there when you could never use it?
Patent Link (Score:5, Informative)
Looks pretty much like a poster child example of why the patent system is broken. Either that or the USPTO needs to start looking at revoking patents in hind sight or after professional review by many leading members of the field. So much for patent reform!
Re:Patent Link (Score:4, Funny)
I wonder if anyone ever dreamed requesting the patent for the power button: 'Nobody will ever turn something on without paying me royalties! MUHAHAHA!'
Sorry for that.
Too late on patenting the power switch... (Score:3, Interesting)
Re:Patent Link (Score:5, Interesting)
My reading is that it doesn't really claim what TFA is claiming it does.
This patent seems to be patenting a process where many unrelated clients connect to a supposedly lightweight server and distributes workloads among those clients via a sideband channel. That's not my understanding of how Ajax works.
It seems to me that it suffers from the same issues that many distributed computing platforms suffer from which is that you get free CPU at the expense of a great deal of bandwidth so it's only useful for a very limited sets of workloads. In this case I can't really imagine what you'd use it for.
Good news everyone! (Score:4, Interesting)
Hopefully some patent troll will spend mega bucks on it, then spend even more bucks on expensive lawsuits against the likes of Google, Microsoft, etc., and finally end up going the way of SCO when they get buried under the weight of prior art. The sooner one of these "IP Portfolio" companies gets well and truly burnt, the better.
Plus, as a a bonus, Slashdot gets to root for Microsoft in court for a change. Watching some of the anti-Microsoft zealots around here trying to post on *that* should be entertaining, to say the least!
Re:Good news everyone! (Score:5, Insightful)
Time to do a prior art search (Score:5, Insightful)
How about talking to someone on one phone while you are trying to get a fax to them? Remember that conversation when you would be talking someone through putting a roll of thermal paper in a hopper?
Actually, isn't this exactly how FTP works? I have a control channel and one or more data channels that are doing the heavy lifting once a transfer starts.
Then there is ISDN, which _requires_ two or more barer channels and the control channel just to join the party.
Isn't the web browser "maximum connections to one server" all about this as well?
Hell, the entire word "sideband" (outside of radio) has the "meat" of this patent as its definition...
Time for the pitchforks and torches everybody, meet me on the hill outside the castle!
haha (Score:5, Insightful)
For all of these stories, you need to go read the actual patent, including the claims, then you can laugh at the summary and (sometimes) the article for not doing so.
Re:haha (Score:5, Informative)
A method in a metacomputing, distributed network of utilizing remote client resources in the network, comprising:
a server that implements tasks by utilizing idle resources in multiple clients;
individual communication channels between each client and the server;
a second, separate dedicated communication channel (sideband channel) between each client and server, through which the server distributes the tasks to the each client downstream and through which each of the clients sends the results of the task upstream to the server.
So how the HELL does this have anything to do with Ajax, FTP etc.
Another Slashdot summary to laugh at.
Probably consulting legal team (Score:5, Funny)
The inventor of 2 cans and a string could not be reached for comment.
Re:Probably consulting legal team (Score:5, Funny)
Re: (Score:3, Insightful)
Now the guy with two cans and TWO strings, he's in trouble.
How does this relate to AJAX exactly? (Score:3, Informative)
Re: (Score:3, Interesting)
PVM - 1989 (Score:5, Interesting)
http://en.wikipedia.org/wiki/Parallel_Virtual_Machine [wikipedia.org]
Description here
http://www.netlib.org/pvm3/book/node17.html [netlib.org]
Main channel is to pvmd. "backchannel" is the process to process communication.
--
The PVM system is composed of two parts. The first part is a daemon , called pvmd3 and sometimes abbreviated pvmd , that resides on all the computers making up the virtual machine. (An example of a daemon program is the mail program that runs in the background and handles all the incoming and outgoing electronic mail on a computer.) Pvmd3 is designed so any user with a valid login can install this daemon on a machine. When a user wishes to run a PVM application, he first creates a virtual machine by starting up PVM. (Chapter 3 details how this is done.) The PVM application can then be started from a Unix prompt on any of the hosts. Multiple users can configure overlapping virtual machines, and each user can execute several PVM applications simultaneously.
--
The general paradigm for application programming with PVM is as follows. A user writes one or more sequential programs in C, C++, or Fortran 77 that contain embedded calls to the PVM library. Each program corresponds to a task making up the application. These programs are compiled for each architecture in the host pool, and the resulting object files are placed at a location accessible from machines in the host pool. To execute an application, a user typically starts one copy of one task (usually the ``master'' or ``initiating'' task) by hand from a machine within the host pool. This process subsequently starts other PVM tasks, eventually resulting in a collection of active tasks that then compute locally and exchange messages with each other to solve the problem. Note that while the above is a typical scenario, as many tasks as appropriate may be started manually. As mentioned earlier, tasks interact through explicit message passing, identifying each other with a system-assigned, opaque TID.
--
Any purpose Left? (Score:3, Interesting)
Rights shouldn't be a commodity!
They don't have to litigate it (Score:5, Insightful)
These claims are simply intended to drive up the value of the patent at auction, by making the big players terrified of letting anyone else get ahold of it. Were it really so valuable, the holder would litigate it themselves. The fact that they're unloading it for some sure money now is a strong indication of how weak they feel it would be in court.
A tangential question... (Score:3, Interesting)
The summary is wrong; but the patent is stupid. (Score:5, Informative)
Re: (Score:3, Insightful)
Re: (Score:3, Interesting)
Re:Starting Bid (Score:5, Funny)
Re: (Score:3, Funny)