Slashdot Mirror


Transparent Web Caching Patented

JohnQPublic writes "BIND author and all-around Internet personality Paul Vixie and Mirror Image Internet have recently received US patent 6,581,090, specifically '..technology that efficiently stores and retrieves content requests and balances Web traffic between origin servers to improve performance and speed' - sounds an awful lot like what Akamai do. There's a press release from last week that gives some lovely 'details', including this little gem from CEO Alexander M. Vik: 'We anticipate that these patents and our technology solutions will encourage large groups of corporations to become customers of Mirror Image services. We also recognize that this technology is a critical component of other content delivery services and weâ(TM)ll be attempting to work cooperatively with our competitors and their customers to address this issue.' Can you say 'patent infringement suit'?"

309 comments

  1. squid by Unominous+Coward · · Score: 5, Interesting

    This better not affect squid.

    If it does, I can see a number of ISPs going belly up due to the increased cost of traffic.

    --
    "Smoking helps you lose weight - one lung at a time" -- A. E. Neumann
    1. Re:squid by indros · · Score: 2, Interesting

      Only if iptables is set up to forward any port 80 requests to 3128 automatically, it would!

    2. Re:squid by Anonymous Coward · · Score: 0

      Only if iptables is set up to forward any port 80 requests to 3128 automatically, it would!

      Sounds like a common and obvious thing to do. Prior art anyone?

    3. Re:squid by tijsvd · · Score: 2, Interesting

      If this would affect squid, it would be a very strong case of prior art.

    4. Re:squid by wfrp01 · · Score: 4, Informative

      Oops is a more than worthy alternative, that was developed outside the US. I'm not sure how patent law applies in such a situation.

      --

      --Lawrence Lessig for Congress!
    5. Re:squid by Xformer · · Score: 2, Interesting

      Unless you're using squid to balance the load between servers all over the Internet, it doesn't look like it will. It seems like all of the claims are based around a system that redirects requests from a client to a server to a mirror of that server that may be closer and, consequentially, quicker to access.

      Basically, if you're in Finland and try to hit google.com, something like this might automatically redirect you to google.fi instead, so you're not going over a slower trans-Atlantic link.

      --
      All I want is a kind word, a warm bed and unlimited power.
    6. Re:squid by Alan · · Score: 2, Insightful

      I'm not sure when they actually registered for the patent, but we were doing transparent web caching in 1998 with squid and linux. Prior art case, here we come.

      Course, I have a feeling these people patent things just to see who will fall for it, or to get other people up in a tizzy.

    7. Re:squid by cait56 · · Score: 5, Informative

      I believe the patent predates Squid, so there could be a problem to whatever degree that Squid infringes. Just because a later developer is open source does not mean that the original claim was invalid.

      However, reading the patent carefully, you realize that it actually only describes a very specific solution. Specific enough that it truly is describing a solution, not a problem. And specific enough that it might legitimately be considered novel for the time it was filed (I really don't have time to search the source code of all proxy servers in the 1996 time frame -- let someone with a finanicial stake do that).

      Specifically the patent deals with websites that are identified by their IP Address and where certain content (by default all) is held in an alternate (and presumably closer) server.

      There is nothing in this patent about determining if the content is fresh. The description presumes that the cached copies were pushed by the server.

      So this would only seem to proxy servers that are transparent to the user, but not to the servers. The proxy servers that are of most interest to an ISP would either be transparent to the server as well, or more of an akamai style strategy where the first-response page is localized to directly fetch pre-positioned material from edge caches.

      Interestingly, the patent seems to be worded to cover a single box which handles both the intercept and the decision to proxy, but does not handle the actual proxy response. A firewall transparently redirecting a port to a proxy server is prior art. The basic claim to being novel here is that the client does not have to be configured to use the proxy, and diversions only take place if certain content is requested, non-proxied sites are passed through "unaffected" (which is a false claim, BTW, which I'll deal with in a moment).

      There are some serious omissions in the description, would could undermine its enforceability.

      • It speaks about identifying "requests" and forwarding those that are not "web requests" to their original destination "unmodified". It fails to disclose that TCP does not naturally delimit "requests", and that identification of a complete "web request" is a complex matter.
      • It does not disclose that "other requests" are not amenable to the same parsing algorithms as for "web requests", and that in fact they must be dealt with at another protocol layer.
      • It does not disclose that there can only be a single "request" per session, and a single "reply" from either the original source or the alternate. Specifically there is no disclosure on how to splice responses, which it obviously does not do, or on the lifespan of a session that makes the short-version possible.

      Perhaps most importantly, the invention described here is working as an application level gateway. It is incapable of quickly identifying TCP connections that do not require proxying and leaving those connection truly unaltered. Terminating a TCP connection, examing the first request in it, and then deciding to actually forward the request to the real server is not "transparent".

      The "preferred embodiement" either a) deferred establishiing the connection until the "true source" was to be known (clearly unacceptable, what if the "true source" is not accepting connections?, or b) established the connection, and then aborted it, once the decision to substitute was made.

      The implications are not discussed or disclosed. Which isn't surprising, because this patent describes techniques that only work for HTTP 1.0

      Caching for HTTP 1.1 is a new problem. You have to deal with caching hints, persistent connections, cookies that might affect the material supplied, etc.

    8. Re:squid by michael_cain · · Score: 2, Insightful

      IANAL, but -- if it infringes on the US patent, and you use it in the US, you're infringing. Patents give the holder complete control over the use of the invention for the period of the patent. Having an implementation done outside the US, which may be perfectly legal, doesn't gain you anything in terms of being able to use it legally inside the US.

    9. Re:squid by Zeinfeld · · Score: 5, Interesting
      I strongly suspect that this was actually a defensive patent filing. Of course such filings frequently fall into the wrong hands. I suspect that the real issue here would be interference between the mirror image patent and the Akamai patents. Both are in my view unenforceable, both because of prior art and in the case of the Akamai patents failure to disclose relevant information.

      Yet again we see the old patent lawyer trick of stating large amounts of prior art in the description then making claims that dircetly cover the prior art. Essentially the inventive step here is claiming ownership of all possible embodiments of an idea that have not already been invented - the fact that the contributions of the inventor are miniscule not being considered relevant in the corrupt USPTO system.

      If this would affect squid, it would be a very strong case of prior art.

      There are much earlier examples of prior art. Tim Berners-Lee described the basic concept of Web caches in his CHEP/Annecy address in 1992. CERN distributed a caching Web proxy in 1993, the HTTP specifications were extensively adapted in 1995 to support cache use with input from Jeff Moghul and Jim Gettys. People can also find W3C notes that were published arround that time that describe extended cache architectures by Phill Hallam-Baker. This was the original purpose of the W3C log format.

      The Akamai scheme is also compromised by prior art. The W3C deployed a system for serving web pages from multiple servers in 1995. Requests from Europe went to the French server, first at CERN, then Inria. This is a particularly important piece of prior art since I told the alleged inventor about it and it was in any case operating out of the same floor as one of the alleged inventors. Rohit Khare and myself had extensive discussions concerning the alleged invention but we are not listed as inventors, another probloem for the Akamai patent.

      Looking at the later claims some would appear to be pe-empted by the Open-Market patent application several years earlier, this was an EU patent filing that was hastily withdrawn after a ton of prior art was dumped on the applicants.

      The idea of transparent web caching is not new either. TIS created a transparent Web proxy sometime before 1998, the concept of web proxies and web caches have always been closely related. The combination is both obvious and covered by prior art.

      Also there are extensive discussions on the HTTP WG mailoing list and the www-talk list before that on the topic of transparent caches. These are generally considered a bad thing.

      What should happen here is prosecution of the USPTO under RICO. Their activities resemble a protection racket more closely with every corrupt patent they issue.

      --
      Looking for an Information Security student project suggestion?
      Try http://dotcrimeManifesto.com/
    10. Re:squid by yandros · · Score: 2, Informative

      They claim to have designed their system in 1996, so your 1998 practices are unlikely to have much of an effect.

      That said, I believe that numerous cases of prior art exist. I don't know if anyone will actually pursue such a claim, since doing so can be difficult and time-consuming.

    11. Re:squid by divisionbyzero · · Score: 1

      It precedes 1998. It goes back to 1996, I believe. It was part of the intellectual property that Excelera (the holding company that has a majority stake in MII) acquired by purchasing MII from its original Swedish shareholders. Through another acquisition, they also own the patent on URL rewrites for the purpose of exploiting caches. Akamai and Speedera use both of these technologies. Will all of this stand up in court? I dunno, but MII has some really good lawyers.

    12. Re:squid by divisionbyzero · · Score: 1

      The technologies were developped before 1996 and maybe as early as 1994. I'm not sure how patents work, whether it is by the date filed or the date they can provide documentation for origination.

    13. Re:squid by Anonymous Coward · · Score: 0

      There is no such thing as a defensive patent application! Companies only want you think they apply for patents for defensive purposes only.

    14. Re:squid by Anonymous Coward · · Score: 0

      I read the patent. It appears to have been file in 1999. Was squid around before that? Certainly, from other slashdot replies on this subject, it appears the idea of HTTP caching was no later than 1996 - and the patent is essentially the same as HTTP proxy.

    15. Re:squid by WindBourne · · Score: 1

      squid 2.0 was 1998 and I seem to recall using squid in 95/96 time frame.

      --
      I prefer the "u" in honour as it seems to be missing these days.
    16. Re:squid by cait56 · · Score: 1

      The original application date is October 14, 1996. It's a foreign application, but I believe that it is still the relevant date. I also believe that it predates transparent proxying in squid.

      It does not predate transparent proxies, however.

    17. Re:squid by Rohan427 · · Score: 1

      I strongly suspect that this was actually a defensive patent filing. Of course such filings frequently fall into the wrong hands. I suspect that the real issue here would be interference between the mirror image patent and the Akamai patents. Both are in my view unenforceable, both because of prior art and in the case of the Akamai patents failure to disclose relevant information.

      I used to work for Akamai and at least some of Akamai's patents have already been challenged in court and Akamai won:

      http://www.bannerwitcoff.com/press_releases/akamai 2001.pdf

      In addition, there are several pending patent suits involving Akamai:

      http://www.google.com/search?hl=en&lr=&ie=UTF-8&oe =UTF-8&q=Akamai&as_q=%22Patent+Infringement%22&btn G=Search%C2%A0within%C2%A0results

      It remains to be seen whether or not these patents are enforceable and what patent (technology) belongs to who.

      PGA

    18. Re:squid by MikeFM · · Score: 1

      I rsync my files from my home servers to a web server with a speedy connection (on a cron job). If I understand what you're saying about this patent then it seems that I'm infringing. I've even gone so far as to use IP rules to forward given traffic to my slow poke home server or to block traffic from users not using a caching proxy network I'm familiar with. At one time I had millions of files that were on my home server that'd upload to my speedy server only when requested and would expire after a given time (you ever try to buy 100Gb of hosted space?).

      All of these things sound as if they could bump against such a patent. I hate retards that patent obvious ideas. I'll certainly never patent anything. :P

      --
      At what price learning? At what cost wisdom? The price is a man's peace of mind, and the cost is his life.
    19. Re:squid by Swarfega · · Score: 1

      Well if that's the case, www.lspace.org was doing this in 1996 as well. Probably beforehand.

  2. First post ! by pguerra1 · · Score: 1, Funny

    These types of lawsuits are what will ruin the Internet for everyone. I am going back to my 9600 baud modem and gopher.

    --

    "And I for one welcome our new insect overlords."
    1. Re:First post ! by Anonymous Coward · · Score: 0

      Ha!

      I found another user of my:

      "Using the Gopher protocol over a 9600 baud modem (method and apparatus)" patent!

      Cough up now or I send in the suits!

      --
      BlueSSL

  3. akamai overseas ? by selderrr · · Score: 3, Interesting

    if they move all their assets to India or other low-cost countries, they hit a double whammy : cheaper labour + no pattent fees.

    The US pattent office is well on it's way to push every profitable tech offshore... hey, maybe I should pattent that !

    1. Re:akamai overseas ? by Ice+Tiger · · Score: 2, Insightful

      The legal landscape in the US is very favourable to pushing tech industry with less costly labour and probably more importantly IP laws, overseas.

      --
      "Because we are not employing at entry level, offshoring will kill our industry stone dead."
    2. Re:akamai overseas ? by machine+of+god · · Score: 1

      Why, it's not profitable. Unless of course your only plan was to sue them when they did it. But nobody does that right?

    3. Re:akamai overseas ? by NearlyHeadless · · Score: 1
      if they move all their assets to India or other low-cost countries, they hit a double whammy : cheaper labour + no pattent fees.

      Any servers they have in America (and their business requires them) would still be subject to American patent law.
    4. Re:akamai overseas ? by watzinaneihm · · Score: 1

      Might not really work. As long as the customers of Akamai are in the US and not in India, i would think the customers can be sued for dealing with a company which breaks the US laws. It can probably be argued that the "use" of the technology happens when a US customer clicks on the webpage or something
      As long as the main market for services is in US, nobody is going to break any US laws. When the rest of the world start demanding stuff, then time to start thinking of registering companies in Maldives or something and run the company from US.

      --
      .ACMD setaloiv siht gnidaeR
    5. Re:akamai overseas ? by Peer · · Score: 5, Insightful

      if they move all their assets to India or other low-cost countries

      Isn't the only added value of Akamai that their servers are always close to you? Moving to India wouldn't do them any good. They'd still need servers in the US.

    6. Re:akamai overseas ? by Anonymous Coward · · Score: 0

      Why? The internet is international you know. Might add a few ms to their ping times, but there is no technical reason why any of a companies servers should be in the same country as thier customers.

    7. Re:akamai overseas ? by Laur · · Score: 3, Insightful
      Free trade is wonderful, isn't it?

      From what I remember from my economics course patents are not a part of free trade (if I'm wrong someone please correct me). In perfect free trade a competitor would be free to steal your idea and produce it cheaper if he could. Patents are designed to reduce competition, which is bad, but they are also designed to stimulate innovation/invention, which is a reasonable tradeoff. However, the problem is not with patents, the problem is with the US Patent Office granting patents for things it really shouldn't.

      --
      When you lose something irreplaceable, you don't mourn for the thing you lost, you mourn for yourself. - Harpo Marx
    8. Re:akamai overseas ? by duffbeer703 · · Score: 2

      I'm not referring to patents. I'm talking about the wholesale exporting of the computer engineering and software industries to Asia.

      --
      Conformity is the jailer of freedom and enemy of growth. -JFK
    9. Re:akamai overseas ? by Anonymous Coward · · Score: 0

      Crossing the atlantic (for example) adds a bandwidth bottleneck and increases ping times by at least 50ms (roundtrip). The whole point of caching is to avoid the former and the latter isn't peanuts either.

    10. Re:akamai overseas ? by selderrr · · Score: 2, Interesting

      Crossing the atlantic (for example) adds a bandwidth bottleneck and increases ping times by at least 50ms (roundtrip). The whole point of caching is to avoid the former and the latter isn't peanuts either.

      Do they have to cross the atlantic ? How about setting things up in Mexico, right across the border ? A few miles of fibre and you're in the USA...

      Don't flame me if this isn't feasible... I'm just wondering.

    11. Re:akamai overseas ? by Groote+Ka · · Score: 2, Informative
      My experience is that quite some US companies only file patent application in the US. On the other hand, Japanese and European companies file at home AND in the US.

      Guess who's really laughing...

      Mirror Image Internet, Inc., since they were wise enough to file almost everywhere, contrary to quite some others... Go to the Espacenet, the European Patent Office search database and search for Mirror Image Internet as applicant.

      The fat lady will be singing for quite a while in this case.

    12. Re:akamai overseas ? by Anonymous Coward · · Score: 0

      Yes - but they would install so called "virtual" servers (you probably heard of them) which *seem* to be in the US (fast delivery of content, et cetera), but are actually in India.

      So there will be no problem, I think. ;-)))

    13. Re:akamai overseas ? by Laur · · Score: 1
      selderrr said: "If they move all their assets to India or other low-cost countries, they hit a double whammy : cheaper labour + no pattent fees. The US pattent office is well on it's way to push every profitable tech offshore."

      duffbeer703 replied: "Free trade is wonderful, isn't it?"

      It certainly sounded to me that you were saying that patents forcing jobs overseas (what selderr said) is all part of free trade, which AFAIK it is not. Cheaper labor, on the other hand, is part of free trade and competition. I apologize if I misunderstood the intent of your post.

      --
      When you lose something irreplaceable, you don't mourn for the thing you lost, you mourn for yourself. - Harpo Marx
    14. Re:akamai overseas ? by Anonymous Coward · · Score: 0

      Errr, wait!!!

      Sueing everyone using the letter "t" is handled by the German "Deutsche Telekom" (owner of trademarks like "T-ISDN", "T-Net", ... in Germany).

      They get even p*ssed off if someone uses the color of their logo: Magenta (they were sueing a small book publisher that placed magenta colored ads)..

      Thanks, Deutsche Telekom - we love you.

    15. Re:akamai overseas ? by WCMI92 · · Score: 3, Insightful

      "The US pattent office is well on it's way to push every profitable tech offshore... hey, maybe I should pattent that !"

      You are dead on there... The United States is PATENTING itself out of it's tech lead.

      Patents when they work as originally intended are supposed to ENCOURAGE, not stifle innovation. Our current "rubber stamp" patent process encourages innovation only in the Microsoft meaning of the word: command and coercion.

      Software and business method patents should NOT be granted. Patents should only be granted for MATERIAL things, actual PRODUCTS.

      But, this is the 21st Century world. Intellectual Property is the new oil, the new gold, and the rules are set up so that only the largest multi corporate cartels can own, develop, or exploit any of it.

      Anyone outside of that strata who comes up with a new idea will either find it stolen from them (because they can't afford to patent it or even FIGHT patent infringement by a corp), or will find themselves sued out of existance by any IP cartel that finds itself threatened.

      Look at Napster... One of the last truly "killer apps" invented. Instead of BUYING it and running it as a paid service, while they could have done so, the RIAA chose to sue the world.

      The p2p battle is just the beginning of what is going to happen all over the place in the coming years: UNDERGROUND IP.

      --
      Corporatism != Free Market
    16. Re:akamai overseas ? by Anonymous Coward · · Score: 1, Funny

      It kinda defeats the purpose of a cache if you put it far away. Hey, maybe you can patent that idea.

      The distant cache: method and device to put a cache as far away from its users as possible, in order to increase the price of communications between a web user and a web server.

    17. Re:akamai overseas ? by Lord_Dweomer · · Score: 1
      "if they move all their assets to India or other low-cost countries, they hit a double whammy : cheaper labour + no pattent fees."

      Don't worry, once Bush realizes that all the money is in IP, he'll um...'liberate' the countries that are being used as safe havens for people who use other peoples IP.

      --
      Buy Steampunk Clothing Online!
    18. Re:akamai overseas ? by aminorex · · Score: 1

      Nah, the added value of Akamai is that BitTorrent
      uses 5 times as much upstream as downstream.

      --
      -I like my women like I like my tea: green-
    19. Re:akamai overseas ? by scosol · · Score: 1

      Mirror Image (Xcelera) is actually based out of the Cayman Islands.

      Yeah- sounds like a very trustworthy company to be dealing with :p

      --
      I browse at +5 Flamebait- moderation for all or moderation for none.
    20. Re:akamai overseas ? by HiThere · · Score: 1

      Better idea might be LEO. Europe and Japan already have a lot of launch capability, and China is working on it, so move the servers to LEO and the corp HQ to the Cayman Islands. You'd need to use multiple servers because they'd keep spinning out of range, so you get automatic backups. All you need stateside is a ground-based receiver. (Chevron seems to do something similar with their data links...though I suspect that the servers are on the ground, so this would halve the turnaround.)

      You couldn't use a stationary orbit, because the delays would be too long, but LEOs are (best case/time) around 100 miles. Nothing! Of course, you couldn't count on the best case, but if there were four satellites in an orbit, at least one would be fairly close.

      Now you'd probably need solid state disks and solar panels, etc. which would drive the costs up a bit. But telecoms do it all the time, so it can't be *truly* horrendous.

      Perhaps it would be better if your corporate HQ was in Hong Kong. That might cause the Chinese to give you a cut rate on the launches.

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    21. Re:akamai overseas ? by cait56 · · Score: 1

      Akamai's paying customers are interested in reducing actual bandwidth. There's nothing virtual about it.

    22. Re:akamai overseas ? by Anonymous Coward · · Score: 0

      Ah, but as you're an AC, where would he collect his royalties from?

  4. GPL'd patents by Anonymous Coward · · Score: 5, Interesting

    What we need is people to allow their patented software to be used royalty-free in GPL'd software. This way, they would still get royalties from commercial vendors (which they should) without hurting open source. It seems like this would be a perfect candidate.

    1. Re:GPL'd patents by Karem+Lore · · Score: 1, Insightful

      Erm, yeah, except for the fact that currently it is OSS that is the main competitor! I don't see companies accepting this...Although it should be the case!

      Karem

      --
      When all is said and done, nothing changes...
    2. Re:GPL'd patents by jesco · · Score: 1

      Why should OpenSource software be treated any different by the law? It's not that OSS is something special in lawmens terms.

    3. Re:GPL'd patents by jarkko · · Score: 1

      This way, they would still get royalties from commercial vendors (which they should) without hurting open source.

      Sorry, but that's a Bad Idea.. For example who says commercial vendors wouldn't be selling open source software ?.

      Nope, the US patent system is complex enough already and it will not become better by adding more clauses.

    4. Re:GPL'd patents by Rich0 · · Score: 1

      The whole goal of open source is to get enhancements back into the source tree to improve the software. If a big company tweaks some open source software they have incentive to publish the patches so they don't have to keep patching every version. Everyone benefits.

      Just look at the linux kernel - we all benefit from changes submitted by commercial companies. IBM isn't charging users to use the substantial features they've contributed to the kernel.

      Also - an individual developer is probably more likely to contribute to a true GPL solution than to a semi-closed one. After all, why should I spend my after-hours labor on a hobby just so somebody else can make a buck from it?

      Somebody with a patent is of course free to license that patent freely under the GPL for some software, and they are free to sell it in other closed-source software. Of course, there is nothing they can legally do if somebody issues a patch to the GPL software which makes it fully imitate the closed software.

    5. Re:GPL'd patents by HiThere · · Score: 1

      That's not the way it should work. (Read the GPL again...or even BSD, but the GPL has been more productive of open work.)

      OTOH, no straight adaptation can be made to work. The primary reason is that filing for a patent costs a deal of money and paperwork, where copyrights are easier to get than to relinquish. (N.B.: I didn't say a large deal of money. But if you don't expect any profits, then even a filing fee is a considerable discouragement.)

      Also the rules for patenting mean that if you openly publish your ideas, anyone reading it has a period of time to copy them down and file for a patent. They would need to claim independant development, but after the patent was granted, YOU would be presumed in violation, and THEY would be presumed innocent. Even though you published before they filed. You might win, but it would be a very expensive defense. And you might not. In which case you could be stuck for and amount of damages that SCO's imagination should allow you to guess.

      The US patent system is so upgefucked that we'd be better off without any at all. (My comments don't apply only to IP, but to any patent developement or work of invention.) It's not just patents on IP that are vile. The *whole* system is broken, and for sale to the highest bidder. (Well, not directly. I'm not asserting explicit bribery, but rather structural defects that have the same effect.)

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    6. Re:GPL'd patents by JoeBuck · · Score: 2, Informative

      This is already being done. Here are some examples:

      • IBM and Rice University have both licensed patents having to do with register allocation, so that GCC can use them.
      • IBM has licensed its RCU patent, which is used by the Linux kernel (this is a case where SCO is claiming ownership of the technology even though IBM owns the patent!)
      • Raph Levien, of Advogato and Ghostscript fame, has licensed a whole series of patents he holds with respect to printing technology for use in GPLed code.

      In all cases, these patents are free to use by any GPLed software, but not by non-copylefted free software.

    7. Re:GPL'd patents by wildcard023 · · Score: 1

      No,

      But SCO is trying to charge users for substantial features that IBM has contributed.

      --
      Mike

      --
      -- Mike wildcard@illuminatus.org
  5. Re:Frist Ninnle Pist! by andyclap · · Score: 3, Funny

    I'm sorry, but our comnpany has patented First Posts. Our lawyers will be in touch shortly.

    Oh, I see you have a different implementation (first Pists), but that means diddly squat nowadays doesn't it, bwah-ha-ha.

  6. I have a new idea for a Patent by Eric(b0mb)Dennis · · Score: 5, Funny

    I am patenting a system for the moderation of online discussion boards using different models of messages and a scoring system that can allow users to browse only high-rated or sometimes-funny but nefariously modded down posts.

    They will range like so:
    Insightful
    Funny
    Offtopic
    Troll
    Informati ve
    Flamebait

    The scoring will range from a -2 though 5 basis, users may boost certain catagories of messages by as many points as they want, further allowing them to see what they want to see.

    This system is free to use, but you must agree to the EULA

    EULA:

    Me ( Eric(b0mb)dennis ) hereby reserves the right to freely use any property you own, including, but not limited to:
    Kitchen and/or pantry (I need to eat)
    Toiletry (The bush just aint cutting it anymore)
    Your personal computer(s) (My name is Juan and I am posting this message from a chicken coupe in The Country formally known as Iraq, i am using RFC 1149 in conjunction with a new form of animal telepathy to post this message -=patent pending=-)

    I also reserve the right to change the moderation of any post I see fit.. (This should be modded +5 Troll, if it's not done, expect some SCO action on your butt)

    Thank you, and please be sure to invite me over for dinner... 50,000 Dinas isn't even buying me a zucchini anymore

    --
    Excuse me, I don't mean to impose, but I am the ocean
    1. Re:I have a new idea for a Patent by Eric(b0mb)Dennis · · Score: 1

      SOrry I'm so late to correct the spelling error, that's Dinars... The damn pigeon flew smack dab into my just cleaned window... dropped an r :(

      --
      Excuse me, I don't mean to impose, but I am the ocean
    2. Re:I have a new idea for a Patent by El+Cubano · · Score: 2, Funny

      They will range like so:

      Insightful
      Funny
      Offtopic
      Troll
      Informative
      Flamebait

      I believe you have forgotten "Redundant" and "Intersting."

      Now I would like 25% of all patent royalties you receive.

    3. Re:I have a new idea for a Patent by Eric(b0mb)Dennis · · Score: 1

      It's not my fault, I already told you When I was sending in the correction for that particular part, the goddamn pigeons wouldn't go anywhere near CowboyNeal... they came back.. something about a smell So, please forgive me :(

      --
      Excuse me, I don't mean to impose, but I am the ocean
    4. Re:I have a new idea for a Patent by Eric(b0mb)Dennis · · Score: 0

      Touche, that I am

      --
      Excuse me, I don't mean to impose, but I am the ocean
    5. Re:I have a new idea for a Patent by JediTrainer · · Score: 1

      I believe you have forgotten "Redundant" and "Intersting."

      I'm going to moderate you "Overrated", because you forgot "Underrated".

      --

      You can accomplish anything you set your mind to. The impossible just takes a little longer.
    6. Re:I have a new idea for a Patent by Anonymous Coward · · Score: 0

      At least I get to keep my first-born :P

    7. Re:I have a new idea for a Patent by Anonymous Coward · · Score: 0

      You think so, huh?

  7. ...for the lazy by Anonymous Coward · · Score: 5, Informative
    1. Re:...for the lazy by Peter+Allan · · Score: 1

      Akami have their own patents, notably 6,502,125 which will likely cover what they do. The application postdates the subject patent, but the grant predates it. Plenty for the lawyers to bill on.

    2. Re:...for the lazy by Syre · · Score: 1

      This is clearly an invalid patent.

      The application date is in 1999. I was using Squid in 1997 and I'm sure it's at least a year or two older than that.

      Can you say "prior art"?

    3. Re:...for the lazy by Syre · · Score: 4, Informative

      Oops.. that is, they filed in Sept. 1997, and I was using Squid before that.

      Here's much of the early revision history of Squid.

      Version 1.0beta1 was April 19, 1996, and that was based on Harvest which was even earlier.

    4. Re:...for the lazy by Peter+Allan · · Score: 1

      In the US you can apply to patent something up to one year after its first sale. You could invent something in 1990, start selling it in 1998, and apply for a patent in 1999. Consult a lawyer for more precise inforation.

    5. Re:...for the lazy by yandros · · Score: 1

      Yup, although it doesn't have to be a sale; the grace period (nearly unique to the US) applies from the date of first ``commercial use''. The courts have shown a willingness to interpret `first commercial use' pretty broadly.

    6. Re:...for the lazy by yandros · · Score: 2, Informative

      Simply using Squid will not (necessarily) provide examples of prior art -- the patent (thankfully) covers something more specific than just `using squid'.

      Someone certainly could use Squid as part of a system to do what the patent claims, and I suspect that some people were. the average Squid user was NOT engaged in this sort of activity, however.

    7. Re:...for the lazy by divisionbyzero · · Score: 2, Informative

      Ommm... Not to be rude, but don't you think they might have heard of squid before? It's not like it is some rare, esoteric technology. I'm sure the folks at MII are more than well aware of squid and its implication for their patent claim. Akamai also used squid at one one time in conjunction with their penguin boxes. Anyone who has spent five seconds googling "web caching" knows about squid.

    8. Re:...for the lazy by angle_slam · · Score: 1

      It should be a requirement for /. to post the uspto.gov link to the patents being discussed.

  8. Write to your European Member of Parlemant NOW! by chrestomanci · · Score: 5, Informative

    This is an Excellent example of why software patents are bad

    Right now, if you are a European citizen, like I am, then Write to your European Member of Parliament (MEP), and tell them that you think software patents are a bad thing, and that they should vote against them on June 30th.

    The forthcoming European vote was covered here on slashdot a few days ago, but did not make the front page, so did not get much coverage.

    You can find a list of European Members of Parliament here To avoid annoying them, do write you your MEP, not to a party leader. If you have several, please take a look at which issues they cover, and chose the one that take an interest in trade/technology etc.

    Remember, Write NOW! we don't want this sort of cr*p in

    1. Re:Write to your European Member of Parlemant NOW! by nzyank · · Score: 1

      What't the email address again? I want to tell them how great I think software patents are, especially since I have 11 pending in the US, UK, Espana and Japan. Hate to see them thrown out because some people are bitter because they can't get any.

    2. Re:Write to your European Member of Parlemant NOW! by Anonymous Coward · · Score: 0

      I'll give you the 11 in the US, UK and Japan, but who cares about some tiny Pacific island prinicipality? I assume thats what you meant when you said Espana, anyway, because I don't know of any country called Espana.

  9. Getting out of hand by Manic+Ken · · Score: 5, Insightful

    This is starting to get out of hand!
    I dont live in US(god bless that nation), but I am afraid that these "IP properties" enforcements is going to far. I use the term "IP properties in general though I shouldn't, but you know what I mean. Will patents and court decision made in US affect me in europe? Will I have to move to some obscure island where no enforcment of US interests exist?

    1. Re:Getting out of hand by Rich0 · · Score: 1

      Uh - which island would that be?

      The only obscue lands where there is no enforcement of US interests are lands where there are no US interests in the first place. What might make a land have no US interests?

      1. Absence of important resources. (ie don't plan on living in the middle east)
      2. Absence of potential terrorist training camps. (a deserted island next to an Al Qaeda hideout is probably not a safe place)
      3. Absence of civilization. (civilization means people - people means a market for exported goods - a market means a need for IP enforcement)
      4. Absence of any kind of a threat to US interests. (ie if you use your island to set up a huge file-sharing site you are now on the radar screen)

      Basically as long as you live as a hermit nobody will bother you. But you can do that in Montana if you want. The last time I checked the RIAA wasn't going after anyone who doesn't have internet access...

    2. Re:Getting out of hand by ggambett · · Score: 1

      This has been starting to get out of hand for years now :)

  10. Mirror Image is not Akamai by Sique · · Score: 5, Informative

    Having worked with Mirror Image I have to say that the way Mirror Image is doing the caching differs strongly from Akamai's.

    While Akamai is putting cache servers in many IP provider's locations (I think more than 5000 so far), Mirror Image is concentrating its caches in about 20 locations connected to the big exchange and peering points. The Mirror Image presenters were explicitely stressing this point and that this other approach is the key to Mirror Image's success. So I guess the patent covers the Mirror Image Way Of Doing Things rather than the idea to cache websites to speed up transfer rates.

    --
    .sig: Sique *sigh*
    1. Re:Mirror Image is not Akamai by Bartmoss · · Score: 3, Insightful

      That difference is absolutely negligible. Even if it's a difference in the fine points of the company strategy, it should NOT be sufficient for a patent. To me this is definitely another case of patent abuse.

    2. Re:Mirror Image is not Akamai by dpilot · · Score: 3, Insightful

      So I guess this means that I probably don't have to worry about Mirror Image filing suit if I were to (only hypothetically, of course, ;-) ) run a Squid+IPTables transparent proxy at home.

      Who's going to patent adding SquidGuard to that mix?

      --
      The living have better things to do than to continue hating the dead.
    3. Re:Mirror Image is not Akamai by jkujawa · · Score: 1

      More like 15-20K
      -an ex Akamaite

    4. Re:Mirror Image is not Akamai by ajakk · · Score: 2, Insightful

      The point, however, is not how Mirror Image actually operates, but what their patent covers. If you read the patent, it really describes any transparant proxy. The system just needs to intercept the request, see if the request is for a particular web page, then redirect it if it is or pass it on if not. From just browsing the published patent it appears that the priority date of the patent is in 1997, so this patent has been tossing around in the PTO for a while. It might be a pain to find some decent prior art for this, but I suspect that people were doing this sort of thing for quite a while.

    5. Re:Mirror Image is not Akamai by Anonymous Coward · · Score: 0

      In this case prior atr exists and any compatitor whu is sued can abolish the patent and caounter-sue for damages.

    6. Re:Mirror Image is not Akamai by ajakk · · Score: 1

      I agree that prior art probably exists to most of the broader claims. I haven't read through the narrower claims in the patent to see if they are any better. However, even if the patent is invalid, you can't counter-sue for damages. The only time you can get sanctions against someone for suing you is if they bring something completely without merit. Because the patent has been granted by the PTO, it has a presumption of validity. Thus, it is not frivolous to sue someone who is infringing the terms of the claims.

    7. Re:Mirror Image is not Akamai by Sique · · Score: 1

      That difference is absolutely negligible.

      It is not. I did actually read the presentation of the intervention given in the patent statement, and I remember some parts of the presentation we once got.

      Here are the main differences to Akamai and Squid:

      1. Mirror Image determines which source to use by looking where the request comes from first. This is actually done by having ".mirror." (or another subdomain similar to this one) as part of the requested URL and the subdomain's resolver being part of the Mirror Image system. So the resolver knows where the request comes from and thus triggers the right source to actually deliver the requested information.

      2. Squid and Akamai always deliver the content themselves, either from cache or by first requesting the information from the server and delivering it then to the user. Mirror Image instead, if not able to serve the request from cache, sends a 302 Redirect page to the browser (so the browser sends a new request to the original source) and then itself requests the information and stores it in the cache. Thus, Mirror Image claims, the responsivity of the cache increases.

      So Squid and Akamai don't have anything to worry about because of this patent. They are operating a different way not covered by the patent.

      --
      .sig: Sique *sigh*
    8. Re:Mirror Image is not Akamai by Bartmoss · · Score: 1

      Still, the patent then falls under the "obvious" clause.

    9. Re:Mirror Image is not Akamai by poot_rootbeer · · Score: 1

      That difference is absolutely negligible. Even if it's a difference in the fine points of the company strategy, it should NOT be sufficient for a patent. To me this is definitely another case of patent abuse.

      So basically you're saying that you, some anonymous guy on Slashdot, knows US Patent Law than the patent examiners who work for the US Patent Office.

      Yeah, okay, right.

    10. Re:Mirror Image is not Akamai by WEFUNK · · Score: 1

      Because the patent has been granted by the PTO, it has a presumption of validity. Thus, it is not frivolous to sue someone who is infringing the terms of the claims.

      Great point, but perhaps a challenge to this presumption would be the best legal challenge to counter these out of control patents and perhaps a good way to earn some public and political points in the process.

      We need someone with a valid case (and probably good lawyers and deep pockets) to counter-sue over an invalid patent. They could bring forward patents like the infamous "swinging sideways on a swing" and other less humourous, but more more serious dumb patents to make the case that the patent system is more of a registry for applications than a proper validation system. If they win on this point they could effectively lower the bar for the consideration of patent validity and remove the seemingly blanket immunity enjoyed by those who abuse the system.

      Such a case, especially if it were brought to a higher court, would also have some great PR value in the fight against stupid patents by introducing some of the dumbest ones as evidence. I would love to see someone like Lessig join forces with someone like an IBM (maybe over the SCO case?) on this one!

      --
      My next sig will be ready soon, but friends can beat the rush!
    11. Re:Mirror Image is not Akamai by Rich0 · · Score: 1

      I doubt this would work.

      The courts would find that congress has given the PTO authority to decide what does and does not constitute a valid patent application. In theory the patent office should fine companies who file frivalous applications.

      The problem is the system is flawed. While it doesn't seem to be popular these days the solution to a flawed system is to change the system. What seems to be more common is to get a judge to propose changes to the system, which get overturned by some other judge, and so on. Rather than having congress making laws we're just having judges do it for us...

      Congress needs to fix the PTO problems. Any other solution will just be a patch.

    12. Re:Mirror Image is not Akamai by WEFUNK · · Score: 1

      You're probably right about it not working, and certainly right about there being better ways to fix the system - but I still think it's worth a shot. One of the outcomes would simply be the opportunity to introduce all these silly patents into evidence and perhaps get more publicity for the problems with the system than either a regular patent case about some technical matter that the average person (or legislater) doesn't understand or an offbeat or funny news story about a silly patent that just seems harmless. This would combine the two (easily to relate to silly patents with economicly significant silly patents) and help establish a pattern for the general public and lawmakers that is already obvious to most slashdot readers.

      Also, the fact that it's not cut and dry might give the case a chance to make it past a lower court to at least a higher profile appeals court. And I do think there's a chance it could work (at least as a temporary band-aid) but it might be better if it was thrown out on appeals since it would make the point that the underlying system needs to change, not the interpretation.

      --
      My next sig will be ready soon, but friends can beat the rush!
    13. Re:Mirror Image is not Akamai by grahamm · · Score: 1

      Especially in a fast growing area such as IT, patents should not be allowed to 'hang around' in the patent office for so long. In order to serve thieir stated purpose of encouraging innovation they need to be published in a timely manner.

    14. Re:Mirror Image is not Akamai by HiThere · · Score: 2, Insightful

      No. He's saying that he knows technology better. And that the technical difference between the two approaches is tiny.

      I somehow doubt that the USPTO examiner has as much as looked at, e.g., squid.

      And could this claim made now be used successfully as a defense in the future? Do you want to bet *your own* company/job+bank account on that?

      --

      I think we've pushed this "anyone can grow up to be president" thing too far.
    15. Re:Mirror Image is not Akamai by Anonymous Coward · · Score: 0

      What are the odds of finding a /. user who knows less about computer networking than a USPTO examiner?

    16. Re:Mirror Image is not Akamai by Bartmoss · · Score: 1

      What I am saying is that some anonymous guy on Slashdot knows the underlaying technology a hell of a lot better than the patent examiners who work for the US Patent Office.

      I really thought that much was obvious, no?

  11. Programmed suit job by Rosco+P.+Coltrane · · Score: 4, Funny

    Can you say 'patent infringement suit'?

    Yeah, I bet Akamai even installed a vixie-cron job to launch the suit automatically in the next few days.

    --
    "A door is what a dog is perpetually on the wrong side of" - Ogden Nash
    1. Re:Programmed suit job by Surak · · Score: 1

      Can you say 'patent infringement suit'?

      Yeah, I bet Akamai even installed a vixie-cron job to launch the suit automatically in the next few days.


      From Akamai's /var/log/cron:


      Jun 25 04:00:00 main.akamai.com CROND[5248]: (root) ALL UR CACHE R BELONG TO US!!!


    2. Re:Programmed suit job by Fesh · · Score: 1

      Why does the image of launching a suit appeal to me?

      Suit: Um... What are you doing with that... Thing?
      Tech: Oh, nothing... Just stand right there and wait for the cron job to kick off.
      Suit: "Cron" what???

      Device: *poomf!*
      Suit: Aieeeee!
      Laws of physics: *splat!*

      --
      --Fesh
      Kill -9 'em all, let root@localhost sort 'em out.
  12. I'm going to patent by Sevn · · Score: 1, Funny

    Pretend web caching. That's where you:
    mv hellworld.c superduperwebcacherino.c and charge
    joe cluelesscorp 25 grand for it. It's so perfect
    you don't even have to reconfigure your browsers!
    Then you go to mexico and live like a king for
    3 years before coming back with a new identity
    and patent pretend IDS.

    --
    For every annoying gentoo user, are three even more annoying anti-gentoo crybabies. Take Yosh from #Gimp for example.
  13. Why by mgcsinc · · Score: 2, Insightful

    Does the patent office seem more interested with getting new patents out of the hideous "pending" ohase instead of investigating the ramifications of such patents? Patent law is specific, and it is not supposed to be this easy to get a patent on a technology that everyone has been using for so long...

    1. Re:Why by Kierthos · · Score: 1

      As has been brought up before, the Patent Office is rated on the number of patents they approve, not the number they review. To continue to get "Huge Gobs of Federal Money(tm)" they have to approve a large number of patents, regardless of merit, prior art, etc.

      In other terms, imagine a customer service centre where the phone-monkeys are paid based on the brevity of their call-time, not on whether they actually helped anyone. More must be better then less, right?

      Kierthos

      --
      Mr. Hu is not a ninja.
    2. Re:Why by Anonymous Coward · · Score: 0

      They are paid per patent granted. More patents granted = more money for them. Mkaing sure that all patents were new and inventive would increase their costs and decrease their income.

    3. Re:Why by Anonymous Coward · · Score: 0
      Does the patent office seem more interested with getting new patents out of the hideous "pending" ohase instead of investigating the ramifications of such patents? Patent law is specific, and it is not supposed to be this easy to get a patent on a technology that everyone has been using for so long...

      The patent claims a priority to October 14, 1996. At the time of filing it may have been novel and nonobvious, and that's all that matters in the patent world. The fact that the patented technology has become "standard" in the intervening years does not make the patent any less valid or deserving.

      [Extra Credit: Do you really want the USPTO to be in the business of judging the ramifications of technology?]

    4. Re:Why by Anonymous Coward · · Score: 0

      Squid 1.0 was 1997, but contains Copyrights from an earlier implementation dating back to 1994. However, it is unlikely that in the period 1994-1996 that transparent proxying was obvious. In fact, I'd say that this is the exact sort of perfectly valid patent that I don't have any problems with!

      It seems that all you need to do to get your submission on Slashdot is to write about a patent that you havn't read or done any homework on, make it sound as though you are suitably outraged, and it'll be posted.

      Look, there are plenty of crappy, bad patents out there. This certainly isn't one of them though.

    5. Re:Why by Anonymous Coward · · Score: 0

      Actualy, most call centers do use the brevity of the call in their metrics for employee performance reviews.

  14. The EFF should patent stuff by brunes69 · · Score: 4, Interesting

    If we want to fight this patent battle the solution is not to sit back, wait until a patent comees out, then bitch about it. We need to be pro-active.

    The EFF and/or the FSF should be actively going out and patenting every software idea that comes out of free software under the sun. They could then just release the patents with some kind of liberal license, with a revocation clause.

    This would give you two things... it would supposedly prevent other companies from patenting the same thing, and it would also give us a portfolio a-la IBM to use as defense... as in if these guys try to sue squid, the EFF comes in and says "well we have a patent on using the color red on menus... so if you sue squid we will revoke your patent license and sue you!" Stupid example but you get the idea.

    1. Re:The EFF should patent stuff by machine+of+god · · Score: 1

      Yeah but then wouldn't they have to somehow exercise their patents over evil or lose them anyway?

    2. Re:The EFF should patent stuff by Anonymous Coward · · Score: 0

      Patents cost money, right?

    3. Re:The EFF should patent stuff by femto · · Score: 4, Interesting
      There is no need for EFF/FSF to patent stuff.

      Instead, EVERYONE should be writing 'Free' patents on every idea under the sun and publishing them far and wide. Once it is published, it's prior art. Surely 100,000 geeks can match a bunch of lawyers? We have the advantage that we don't have to pay for 'free patents' and there is no red tape.

      Maybe EFF/FSF's contribution can be to set up a wiki which can be used to make a permanant, easily searchable, record of all these ideas?

      I guess such a scheme addresses the 'prevention aspect' but doesn't address the 'bargaining' aspect.

      If a patent is only gong to be used as a bargaining chip, it probably doesn't have to be particlarly strong, so it might be possible to D.I.Y. and eliminate legal fees. That way, it might be affordable to patent some of the 'better' ideas.

    4. Re:The EFF should patent stuff by kinnell · · Score: 5, Insightful
      The EFF and/or the FSF should be actively going out and patenting every software idea that comes out of free software under the sun

      This is completely pointless. Simply by making the software available, you can claim prior art, which invalidates any patents filed later by third parties on the same technology. Similarly, if the software source has been made public, it can't be patented anyway by anyone.

      --
      If I seem short sighted, it is because I stand on the shoulders of midgets
    5. Re:The EFF should patent stuff by Anonymous Coward · · Score: 0

      No, you are allowed to selectively enforce patents. Trademarks you have to defend at all costs (see Google) but with patents you can ignore infringements and still have the patent. Later on you can then enforce hte patents, either to make money to force the GPLing of something. See Unisys and the gif patent.

    6. Re:The EFF should patent stuff by Anonymous Coward · · Score: 0

      Now that is a good idea. The FSF might be better at this, as they could then release "proof of concept" code under the GPL. Anyone who uses the GPL automatical has a license to use it then, closed source users can see that the algorithm works and can pay for a license.

    7. Re:The EFF should patent stuff by nzyank · · Score: 2, Interesting

      Sorry...I don't see where the 'interesting' mods come from unless maybe the poster has 5 aliases. Last I heard it cost $20k a pop to get a patent through. That's not counting the $3000 some companies like HP pay the inventor for filing (or at least they used to). I don't know much about the EFF financial situation, but I seriously doubt that they're going to come up with that kind of money. And the funny part is that they don't have to. If they publish the idea it becomes prior art and no one else can get an enforceable patent on the idea anyways. So maybe what you meant to say was that the EFF should start publishing this stuff?

    8. Re:The EFF should patent stuff by inflex · · Score: 1

      It's a good idea - and I've often wanted to do the same. Who can fund this, who can organise this?

      Regards.

    9. Re:The EFF should patent stuff by doodleboy · · Score: 1
      If we want to fight this patent battle the solution is not to sit back, wait until a patent comees out, then bitch about it. We need to be pro-active.
      But if the EFF and/or FSF argue that software patents are an illegitimate attempt to appropriate obvious or inevitable innovations of the computer using public, they can't then turn around and participate in the same evil scheme without undermining their own position.
    10. Re:The EFF should patent stuff by Anonymous Coward · · Score: 0

      No. Software patents are bad. We (and the EFF) should fight or disregard them. There is no way an organization which is designed around freedom can win a battle for reduction of freedom. Having patents under the control of the EFF would not help open source developers anyway: The core argument against software patents is that it is impossible to write significant software without unknowingly violating a patent. This is not going to change with more patents.

    11. Re:The EFF should patent stuff by Anonymous Coward · · Score: 0
      Not so. Copyleft (the GPL) is quite an effective use of copyright to flip things 'upsidedown' to ensure software freedom instead of hindering it. One doesn't necessarily fight copyright by avoiding it.

      Unfortunately it is not as easy with patents, as they cost money to get. The best one can do is 'opensource', by establishing prior art, rather than 'Freedom'. Paying for patents will also have the undesirable effect of finacially supporting the patent regime.

      It would be great if the FSF could patent fire, then freely license it to everyone on the condition that other patents are freely licensed. (And collect large sums of money from those who violate the cndition.) Unfortunately it is not realistic. (And is it probably dangerous to have *anyone* in control of such a fundamental idea)

    12. Re:The EFF should patent stuff by Theovon · · Score: 1

      If you only publish it, someone will patent it anyhow. I personally came up against a patent for which I also found prior art, but I can't afford to fight it, and the EFF ignored me when I tried to talk to them about it.

    13. Re:The EFF should patent stuff by Anonymous Coward · · Score: 0

      And if you patent it, you need to defend the patent when the PTO grants an overlapping patent. Rock and a hard place...

    14. Re:The EFF should patent stuff by larry+bagina · · Score: 1
      The EFF and/or the FSF should be actively going out and patenting every software idea that comes out of free software under the sun.

      Actually, they did try doing that. Unfortunately, FREE/Open Source software isn't as innovative as you might think, and there haven't been any patents granted yet.

      --
      Do you even lift?

      These aren't the 'roids you're looking for.

    15. Re:The EFF should patent stuff by bill_mcgonigle · · Score: 1

      Simply by making the software available, you can claim prior art, which invalidates any patents filed later by third parties on the same technology.

      Don't you have to file a suit to get a patent invalidated? That would cost more than filing a patent application.

      Or is there a nice webform? Patent #: ... URL: :)

      --
      My God, it's Full of Source!
      OUTSIDE_IP=$(dig +short my.ip @outsideip.net)
    16. Re:The EFF should patent stuff by smallpaul · · Score: 1

      This is completely pointless.

      He said that the EFF should get patents for *two* reasons. You've argued that one of them is unnecessary. What about the other?

    17. Re:The EFF should patent stuff by Anonymous Coward · · Score: 0

      The USPTO fees alone run to $8,140--if everything goes smoothly. The landshark will probably cost a lot more.

    18. Re:The EFF should patent stuff by pbhj · · Score: 1

      In UK this is called 'defensive publication' (as a patent is a monopoly and merely publishing is not therefore a 'patent').

      Patent practitioners have a limited amount of time to search every publication (print, audio and video inclusive) in the known universe ... hence they cut a few corners. One of those corners involves only searching in certain places (though the internet is one possible place) - patent databases win as number one search place in most technical areas.

      However, certain companies (like IBM, HP) produce technical disclosures (which are tantamount to defensive publications) which are included in non-patent databases that patent practitioners use. One such database is http://www.researchdisclosure.com/searchrd/index.h tml. Another, and some more info is at http://www.delphion.com/products/research/products -priorart.

      In UK at least the patent office (http://www.patent.gov.uk) will take submissions from third parties concerning a particular application (eg if you spotted prior art - http://www.patent.gov.uk/about/consultations/dereg ulation/chapter4.htm, search on "section 21") in the few months after the first publication ... no doubt other jurisdictions do the same.

  15. The message this company's trying to get across by abhisarda · · Score: 3, Funny

    All you cache are now belong to us.

    1. Re:The message this company's trying to get across by Anonymous Coward · · Score: 0, Funny

      What happen?
      Someone set up us the patent!
      We get legal notice!
      Mail program turn on.
      It's you..
      How are you, gentlemen?
      All your cache are belong to us!
      What you say?
      You have no chance to innovate, make your time.
      Ha ha ha.
      Move every offshore GPL project for great justice!

  16. Prior art? by mindbooger · · Score: 1

    Can somebody please explain how this is so different from the transparent proxy setup (ipf/ipnat rules and squid) that's been well documented in, for example, the OpenBSD world for ..... well for a really long time?

    *sheesh*
    #include "gettingoutofhand.h"

    1. Re:Prior art? by Anonymous Coward · · Score: 0

      Well, the first public release of squid 1.0.0 was if 1996 according to the Changelog>

      That date appears to be prior to the patent application

    2. Re:Prior art? by Anonymous Coward · · Score: 0

      Squid alone is not a transparent cache though. Show me a widespread use of transparent caching prior to 1996 and I'll accept that this is a bad parent. I don't believe you can show me that, though. This is, in fact, a valid patent.

      Slashdot needs to get rid of this purile fucking "Your Rights Online" section, stories like this are posted far too often. What happened to the real technical/Geek stories about kids building nuclear reactors, or the latest X-Prize contestent or whatever? All we get is an SCO story of the day, some little chest beating "Your Rights Online" shitfest like this one, and an Apple jobs-cocksuck of the week.

      Blah.

  17. These guys are still around? by AndrewNelson · · Score: 3, Interesting

    I worked for MII a few years ago (the company I worked for was bought out by them) and everything I saw indicated they were on their way to destruction and should make their time.

    The Vik brothers have been using MII as part of a shell game for years - I wonder when they got the bright idea to try and make money with it?

  18. Vixie by technoid_ · · Score: 4, Insightful

    I commented before about not trusting Vixie very much due to some of the things he has done in recent years, and he proves me right.

    Makes MAPS a pay service after orbs (their biggest competitor at the time) closes up shop.

    Creates the "members-only" only bind list which deals with bind related security problems.
    (http://slashdot.org/article.pl?sid=01/ 02/03/16562 43&mode=nested&tid=95)

    I don't know if maybe he is pissed off since he isn't thought of as a god or what, but turning internet community related items into pay services isn't a way to become the net got.

    --
    Two wrongs don't make a right, but 3 lefts do - Lew of GO magazine
    1. Re:Vixie by Anonymous Coward · · Score: 0

      http://groups.google.com/groups?q=Paul+Vixie+paten t&hl=en&lr=&ie=UTF-8&oe=UTF-8&selm=199811250534.VA A06513%40bb.rc.vix.com&rnum=7

      Pot calling kettle black ....

      There was a time I had a great deal of respect for Paul Vixie. Not anymore.

    2. Re:Vixie by Anonymous Coward · · Score: 0

      ... isn't a way to become the net got.

      What is a "net got", and why would he like to become one?`

      If you one the other hand were thinking of a "goat"...

    3. Re:Vixie by Anonymous Coward · · Score: 0

      This is the very thing that Open Source and Free Software lead too.

      I have been happily paying for software for 20 years now and I have always dreaded the idea that software should be free but services/support should be for pay (It has been going on here and there for longer than 20 years, but not in the PC areana). It is a far more sinister way to screw people out of their cash.

      As more and more software becomes free, more and more content or the right to use that software will become a subscription service. I saw this coming years ago and it's finally happening.

      5 years from now we'll all be paying $10-$15 a month for 10-20 "services" just to do the same things we are doing today on line. (Hey, look where /. itself is going)

      Currently a redhat subscription costs about 3x what a copy of XP Pro costs over the typical lifetime of a machine. Now whose gouging?

    4. Re:Vixie by Anonymous Coward · · Score: 0

      I am not currently affiliated with mirror image internet. In fact I shredded my MII CTO business cards in 1997 or 1998.

      For the record, when this patent was filed in 1996, I knew of no prior art. Just because everybody does transparent caching today doesn't mean it was easy or obvious when MII first started doing it.

      Sorry to disappoint y'all. I normally enjoy the whole evil emperor thing, but this time it's not me.

      --vix

  19. This is not "Tranparent Web Caching" by tyagiUK · · Score: 5, Informative

    The generally accepted term for this type of technology is "Content Distribution Networking" or "Content Delivery Networking". Akamai, Speedera, Digital Island etc. are Content Distribution companies which will (according to the necessary commercial agreements), take a customer's content and distribute it around their overlay CDNs. Generally speaking, these CDNs overlay the traditional Internet using co-located space in customer or exchange point datacentres. There are, however, some CDN organisations who take the approach of building their own infrastructure.

    "Transparent Web Caching" on the other hand is generally a term applied to the transparent redirection of TCP port 80 IP traffic on access equipment through a set of HTTP proxy devices. This technique is used by many ISPs to force users to use their Webcaches even if the user thinks they are being clever by disabling the pre-defined HTTP Proxy settings in their Web browser.

    Until recently, you could build your own CDN ($$$) using software from people such as Inktomi, but can still use devices from other manufacturers such as Network Appliance or Cisco Systems.

    --
    Contribute to the online videogame encyclopedia: GamerWiki
    1. Re:This is not "Tranparent Web Caching" by Anonymous Coward · · Score: 0

      Both techniques are closely related though, my real problem with this kind of thing is that ultimately its an architechtural thing. Reverse proxying, transparent proxying and split-dns are all implementable without buying anything from inktomi or alteon, and without going anywhere near akamai or digital island.

    2. Re:This is not "Tranparent Web Caching" by tyagiUK · · Score: 1

      Absolutely, and the world would be a more interesting place if more ISPs had implemented in-house CDNs rather than leaving it at basic HTTP proxying.

      Like you say, it is relatively easy to implement some sort of DNS proximity testing, possibly using BIND views (or a box from Alteon/Cisco/whoever) and some standard caches (Squid, NetCache etc.). Streaming media can also delivered in this manner to save on core network bandwidth using application-layer stream splitting from people such as Network Appliance.

      --
      Contribute to the online videogame encyclopedia: GamerWiki
    3. Re:This is not "Tranparent Web Caching" by listen · · Score: 1

      build your own CDN ($$$)

      Build your own Canadian dollar? I know its a weak currency, but thats going a bit far....

    4. Re:This is not "Tranparent Web Caching" by Anonymous Coward · · Score: 0

      How does that differ from normal, physical distribution methods being used for decades by the retail industry?

      Distance in the Internet is measured by network throughput, not miles. In this sense, "closer" to the user means where it's faster for the user to access the files.

      If you describe any retail industry distribution method and replace "goods" with "files" and "miles" with "throughput", you would get a lot of new patentable ideas, wouldn't you? In fact, I should go patent all of them myself...

    5. Re:This is not "Tranparent Web Caching" by Anonymous Coward · · Score: 0

      UNfortunately most of the customers don't want this kind of thing at all. I worked for Cable & Wirelss, (who actually baught digital island), and we got to play with all manner of exotic CDN kit, as I said though, I never saw anything we couldn't have done using squid, bind views, transparent proxying.

      The only thing that ever came to fruition (inktomi traffic server) got stamped on by the customers and we were forced to turn it off. Unfortunately network security and privacy are complicated subjects and rather than learning people prefer to get all uppety about things like proxying and cookies. 'course they are also the first to moan when ping times start to drop aswell.

      Many of the hardware vendors don't help matters. They sell hardware load balancers and the like as if they have all the reliability of a atm switch, when infact most of them are seriously unreliable. HLB have become the industry panacea for scalibility issues and I think anyone that has done any serious work with the things would agree that they aren't.

      Then of course there is the old telco. mentality that still prevails. IP Multicast should have seen off so many of the straming media issues by now and yet most streaming media vendors won;t go near it, 'cos most ISPs wont enable it on thier core networks. Unfortunately, with the telco mentality, it is not profitable for ISP's to reduce the amount of traffic going across thier backbones. Barking mad I know, but sadly it seems to be the case.

      Ahhh life in an ISP, we could fix it all, if only the bastards would let us.

    6. Re:This is not "Tranparent Web Caching" by julesh · · Score: 1

      Have you read the patent?

      Which part of Transparent Web Caching is not covered by or is different to the following claim of the patent?


      A method for transferring information via the Internet, comprising the steps of:

      intercepting a message from an Internet user directed to a content provider address;

      determining whether or not the message is an information request;

      sending the message to the Internet without being affected if the message is not an information request;

      determining whether or not said information request relates to a content provider address having a corresponding alternative address, said alternative address providing at least part of the information provided at said content provider address; and

      directing said information request to said corresponding alternative address, if existing, or sending said information request to the Internet without being affected, if not.

  20. Filed in 1996? by pgregg · · Score: 3, Informative

    From the article: "Mirror Image developed the transparent Web caching patent in 1996"

    From Mirror Images "About Us"
    1997: Mirror Image Internet Inc. is founded.

    The earliest date on the Patent itself is September 30, 1997.

    IIRC Squid also was around in '97.

    The exact dates will be interesting.

    1. Re:Filed in 1996? by mpsmps · · Score: 3, Informative

      This is a quirk in US patent law. Prior art needs to exist a year before for the filing date to invalidate a patent provided the patentholder can provide evidence that they developed the technology before then.

      By contrast, non-US patents can be invalidated by any art prior to the filing date.

    2. Re:Filed in 1996? by pgregg · · Score: 1

      That's OK then, since the Filing date from the patent is:
      Filed: June 30, 1999

      Paul.

    3. Re:Filed in 1996? by mericet · · Score: 1
      USPTO: Foreign Application Priority Data:Oct 14, 1996[SE] .

      It was filed abroad (sweden?) as PCT first, probably before MI was founded, this is common practice for inventors: i.e.

      1. invent
      2. patent
      3. start a company
      4. The inventors assign rights to their company
      5. profit (either by using it or sueing)

      After reading the independent claims I don't think squid is effected as a cache, unless the cache is distributed.

    4. Re:Filed in 1996? by pclminion · · Score: 1
      So what? Sometimes companies are founded around a technology. Some people come up with an idea, think "Hey, this could be big," so they patent it. Then they organize and start up a company.

      I don't see why you think this is bizarre.

    5. Re:Filed in 1996? by yandros · · Score: 1

      It's not that prior art needs to exist for a year before the filling date of the patent. What's going on is this:

      The U.S. (and very nearly only the U.S.) allows a one-year grace period between first commercial use of an invention (remember, patents are about inventions) and the filing of the patent on said invention. If the patent is granted, the patent protection extends back to the invention date. (This is partially what spawned those `patent pending' inscriptions you see everywhere.)

      Most countries require that you apply for the patent before making first commercial use of the patent.

  21. I think AOL might have been first by dschuetz · · Score: 3, Informative

    They might want to watch out, because from what I understand AOL has the world's largest internet cache system (all running Linux, actually). And I'd bet that it's been in place since before 1996.

    1. Re:I think AOL might have been first by Anonymous Coward · · Score: 0
      Nice way to throw linux in there for some extra karma, asshole.

      AOL had a cached proxy server. Might as well tell us that your daddy bent pages in books to "cache" where he was without a bookmark.

    2. Re:I think AOL might have been first by Anonymous Coward · · Score: 1

      I think it was running SunOS. To this day, many machines inside the AOL network run on SunOS and Solaris.

  22. Dare you challenge me? by Eric(b0mb)Dennis · · Score: 1

    'patent infringement suit'

    Where is my farking cookie?

    --
    Excuse me, I don't mean to impose, but I am the ocean
  23. Dammit by ddeyoung · · Score: 1

    This is the kind of crap that both pisses me off and freaks me out.

    It's like what's next? A system of delivering electronic information and images over telco voice and data lines? When are we going to get some sanity injected into our wonderful patent office? I shudder, knowing it just ain't going to happen any time soon...

    It's like you have to be a fricken jerk to make it in this world. Seems only people like this make it while you and I fight to find that next contract or maybe that next training/cert will convince some non-technical HR person that our skills/ed. actually DO fit the job requirements "and then some".

    Now I have to try and get some sleep and I'm all worked up! Crap.

    1. Re:Dammit by tomstdenis · · Score: 3, Informative

      You think computers are the only area of patent crapola? Try looking up "multiplication" in the USPTO website thingy... You'll find tons of patents for blatantly obvious [to a math nerd] algorithms [I've even seen Karatsuba's 1962 multiplication algorithm patented].

      I imagine the same shit happens in other fields.

      The problem with patents isn't the law. Isn't the idea of patents. Its the enforcement. Too many people filing too many patents has caused the patent office to stop caring whether the patent is valid or not.

      What I think would be fun though is upto a $100K fine for patents which can be proven to be blatant rip offs, fakes or incompletes [e.g. patents on things not yet invented fully just to stifle competitors].

      Then you will see companies like this really feel some pain.

      To make it even more fun, whoever can prove the patent is a ripoff gets 10% of the fine. Make it a sport for the average citizen!

      Tom

      --
      Someday, I'll have a real sig.
    2. Re:Dammit by Anonymous Coward · · Score: 0

      So write to your congresscritter and point out that overzealous patenting of obvious and trivial things is damaging the US economy and driving jobs to countries with stricter patent requirements (amoung other cost savings). There have been enough examples reported on /. and other sites that you can point to. The only way you will change things is by doing something, whining on /. doesn't count.

    3. Re:Dammit by glaHHg · · Score: 1

      Suppose there was a big red button near the exit of a department store that, when pressed, used 3d scanners to determine all the merchandise you were carrying and scanned your face and matched it to your credit card, which was then automatically charged. The machine that did that would be pretty cool, right? Worthy of a patent?

      So I can see how the uspto morons can think things like Amazon's one click BS seem new and innovative, but they just don't understand how trivial they are to implement.

      Note: I'm not defending the uspto, I agree they're morons, and need to hire some educated people.

    4. Re:Dammit by theTerribleRobbo · · Score: 0

      There's a big problem with this:

      The big guys will always find some way of proving 2+2=5, ie. in this case, proving they had the idea before you did.

      Hence all the little people cop the fines.

      Not such a great idea, anymore, eh?

  24. OpenBSD + Bridge + Squid by debrain · · Score: 1

    I've been doing this with OpenBSD IP Bridging and Squid for about 4 years. I'm sure others have been doing it longer. I wonder if there is prior art in that (or if the non-obvious clause applies).

    1. Re:OpenBSD + Bridge + Squid by Anonymous Coward · · Score: 0

      Well, the first public release of squid 1.0.0 was if 1996 according to the Changelog>

      That date appears to be prior to the patent application

  25. I see it as a US only issue by arcanumas · · Score: 1
    Are these pantents respected or even enforced in other countries? (EU for example)
    If yes, i see the following problem:

    Country X has a maniacal patent office that patents every possible idea (breathing , sex, everything). Then companies from country X , sue companies from countries A,B,C and win. This way, country X has a strong grip on world bussiness and innovation.
    Because of such a scenario, i think countries will protect themselves from runaway patenting fury. It is a big problem in the US and i suspect it is only growing bigger, but i doubt others will be affected by this unless we adopt the same techniques. (which we sometimes blindly do).

    --
    Slashdot Sig. version 0.1alpha. Use at your own risk.
  26. Re:Then What ?? by Montressor · · Score: 0

    Well, Slashdot readers won't be much affected by that last patent. Unless you cover porn, or goatse.

  27. Karma Whoring USPTO Patent Link by SecGreen · · Score: 0, Redundant
    --
    Dupe posts are /.'s tacit protest on the rights of users to time-shift content...
  28. This anti-software patent crap on here gets so old by nzyank · · Score: 0, Flamebait

    Some of us, particularly those of us smart enough and opportunistic enough to actually get software patent applications submitted, believe in them (well...most of them anyways).

    I and many others busted our asses thinking of ideas and developing them and I think it's a bunch of crap that you boneheads on Slashdot think that's a bad thing. You think it's fucking easy to think of something for the first time, prove that it works, do the prior art and existing patent searches and then write up the application?

    It's a lot easier to moan about the evils of software patents than to actually *earn* one. I don't work on carburetors or maybe I'd patent some new nozzle or something. I choose to invent software things which are every bit as real to me as a more efficient carburetor is to a hardware guy. It's an invention and to my little programming mind it's a real thing.

    I've said it here before and I'll say it again. In twenty years I'll have patents on the wall with my name on them and be damn proud of them. You can print out your little anti-software patent diatribes on Slashdot and hang those up and maybe your grandkids will be as impressed with those as mine will be with my patents, but I fucking doubt it.

  29. Here's one solution.. by Anonymous Coward · · Score: 0

    OK! Someone here with the resources to do so should create a website where people can post their ideas, just to fight these useless *BUSINESS* laws at their very own playingfield.

    Better still; ban all patents in the software world (which would mean that the USPTO would lose a lot of money), it's the beginning of a better world.

    I think people have enough crap to go through each day than to have *BUSINESS* laws stealing ideas from people who GENUINELY want to improve something for everyone.

    It adds up... That's for sure!

  30. Re:Chat Live in the Slashdot AIM Chat Room! by Eric(b0mb)Dennis · · Score: 1

    Listen, buster. I have no idea what you are talking about "chat-room" but it doesn't sound good. I also have no idea why you decided to taint my post which, (using my amazing powers of influence to gain knowledge of slashdot articles 3 days ahead of time) took me a good 12 hours to write, relay to pigeons, and send them on their way... I'm telling you, though... RFC 1149 is utterly useless when CowboyNeal is the editor... they won't even go near that stench... that's a bug, please fix it. Best regards, Juan

    --
    Excuse me, I don't mean to impose, but I am the ocean
  31. Wrong attitude by banana+fiend · · Score: 4, Insightful

    'We anticipate that these patents and our technology solutions will encourage large groups of corporations to become customers of Mirror Image services'

    It's the technology that should be getting the customers, not the patents, it's this kind of attitude (we're using patents to encourage customers - read FUD) that leads to forgetting why patents are there, to allow you to enjoy the benefit of the attractiveness of your INVENTION, not the attractiveness of your patent

    --
    Johns: Well, how does it look now? Riddick: Looks clear.
    1. Re:Wrong attitude by Anonymous Coward · · Score: 0

      Thank-you for posting this!
      I couldn't agree more! I'm glad someone said it on the first page!!!

  32. Annoying by Crashmarik · · Score: 1

    This one looks like its perfectly legitimate, but given the nature of the business and the patent system I doubt he will get very much out of it.

  33. you have no clue by ProfBooty · · Score: 1

    applicants ay the patent office for each application they file, as well as different fees for the number of claims filed, for continuations of applications and a lot of other things.

    The patent office also gets paid for term extensions, that means when your patent is issued, the applicant pays the issue fees, and then at set years, additional fees to continue the patent term, the applicant just doesnt magically get 20 years of protection without additional costs. In fact several hundred patents expire every 2 weeks because the fees werent paid.

    The vast majority of patents are approved the first time, believing so is just ignorant.

    --
    Bring back the old version of slashdot.
  34. Re:This anti-software patent crap on here gets so by gbjbaanb · · Score: 1
    nobody cares about software patents on /., everybody is complaining about business process patents.

    If you create something new and innovative, then all power to you - only the most rabid OSS freaks will complain about that. However, if you patent 'using dual muscle/bone hybrid appendages for transport' (ie walking), or of course amazon's 'click once to purchase items' or even BTs 'using links to navigate the web' then everyone is going to get upset.

  35. Re:This anti-software patent crap on here gets so by Anonymous Coward · · Score: 0

    "You think it's fucking easy to think of something for the first time,"

    I do that every day mate, every bloody day.

    "prove that it works,"

    Likewise - it's called my job (Research Associate BTW), if it doesn't work then I'm not doing my job properly.

    "do the prior art and existing patent searches and then write up the application?"

    No, because I never would.

    " I don't work on carburetors or maybe I'd patent some new nozzle or something."

    Yeah, you could probably get some ideas by studying the inside of your own nose, you seem to have your head so far up your own arse that you'll be able to see it quite clearly.

    "In twenty years I'll have patents on the wall with my name on them"

    Assuming that civilisation last 20 years (which I doubt), I hope you do. Because then your grandkids will know how much of a wanker up their grandad was.

  36. Anti-Patent or Anti-Process? by pmiller396 · · Score: 2, Interesting

    Whoa, wait a minute here.

    There are a lot of people, myself included, who think that the problem lies with the way software patents are researched and granted in the US, not necessarily with software patents by themselves. Not to mention the fascination US companies have with taking everything to court.

    IANAL, but I believe there are at least two main tests that should be applied before granting a patent: (1) it should be new, and (2) it should not be obvious.

    The first test looks at "prior art": is this a common practice or is this really novel and unique? Many software patents have been given for things that are very commonplace: the online "shopping cart", using XOR to draw a cursor on a graphics screen, and now (possibly) caching Internet content. The Patent Office seems to be doing a particularly poor job of making sure that software techniques being patented are actually new and different. It seems to stem from a huge number of applications coupled with a fundamental lack of understanding about software.

    The second test, that it is not obvious, is a little more confusing, at least to me. Things that are obvious to programmers probably aren't obvious to, forgive me, normal people.

    Having said all that, I'm sure that some people disagree with software patents altogether. I'll let them explain their point of view.

    1. Re:Anti-Patent or Anti-Process? by Anonymous Coward · · Score: 0

      "(1) it should be new, and (2) it should not be obvious."

      This is what the patent office are supposed to do by law anyway! These checks have always been mandatory.

      The problem is there are too many of these filthy software patents for the patent office to handle properly. They do not have the experience to decide if a particular patent is obvious or not.

      So they just give them out like sweets. However, they need to realise that these 'sweets' are poisonous to software developers who did not file the patent.

      Who would want a software patent anyway? They are useless, and are only used by the software industry to cross licence.

      IBM (as an example of a large corp) would not cross licence with a programmer who has 200 patents. They will just ruin his life by letting him attempt to sue them. Then he will just sell them his entire portfolio to try to regain some cash (to eat) and they will gain the small drop of patents into thier huge portfolio.

  37. Locomo? by d99-sbr · · Score: 1

    I am fairly sure these guys used to run a company called Locomo here in Stockholm, that did Akamai-style hosting. I am also fairly sure they went bankrupt. Living la vida Locomo.

  38. Re:This anti-software patent crap on here gets so by psykocrime · · Score: 1

    It's not so much software patents in general, as the ridiculously absurd software patents, that clearly did not deserve to be granted in the first place, that get people riled up; "One Click" ordering, for instance. Patents are not meant for things that are obvious or trivial. Far, far, too many software patents that are granted, are either one or more of:

    trivial

    obvious

    already implemented, dozens of times over

    covered by other existing patents

    etc.

    That said, I oppose software patents in general, anyway. Software can (and should) be copyrighted, which prevents somebody from stealing your implementation. If somebody else can work out a better (or just alternative) way to do what your software does, they should be allowed to use it, IMHO.

    --
    // TODO: Insert Cool Sig
  39. Isnt that illegal??? by Anonymous Coward · · Score: 0

    isnt "intercepting a message from an Internet user directed to a content provider address" illegal in the States? Wouldnt this be conducive to acts of terrorism?

    Such a free country becoming not so free so quickly on the backs of the so free laws. Damn shame.

  40. DONT WRITE! read first by biehl · · Score: 3, Insightful

    Hi,

    If you read the texts published by the EP-members that published eg

    this

    then you will see that they claim to avoid these kinds of "frivolus patents". I guess that one has to really read the proposal to be sure. At least make sure that you say something else than "Don't do it - it will be like horrible like in America" - because the MEP's are told that it won't be like that.

    You should remark that the examples of "ok to patent" from the linked text

    # an invention in which an X-ray apparatus was controlled by a data processing unit in a way which provided an optimum balance between potentially conflicting operational requirements

    # an invention in which an increase in processing speed in a computer was achieved by a new and non-obvious method

    actually allows the sorts of patents one sees in the US unless the EUPO is given _ample_ technical expertise to assert which ideas really are new.

    Even better is of course to explain why patents on software are evil in all shapes and forms (if that is true).
    Or to explain that the bennefits of "good patents" will be outweighed by the disasterous roadblocks to normal conpetetion on the software market that the inevitable "bad/frivolous patents" will create.

    In short - MAKE SURE THAT YOUR ARGUMENT IS NOT EASILY DISMISSED BY YOUR MEP AS "OUR PROPOSAL TAKES CARE OF THAT"! If it is dismissed easily your mail will do more harm than good.

  41. 15 minute Patent Summary & Analysis by aeaeae · · Score: 4, Informative

    The patent is at Delphion (free registration required) and the USPTO. Paul Vixie is listed as an inventor but probably has no ownership rights, or even the ability to collect on royalties. So don't lynch him yet...

    The first base (or independent) claim is:

    1. A method for transferring information via the Internet, comprising the steps of:
      • intercepting a message from an Internet user directed to a content provider address;
      • determining whether or not the message is an information request;
      • sending the message to the Internet without being affected if the message is not an information request;
      • determining whether or not said information request relates to a content provider address having a corresponding alternative address, said alternative address providing at least part of the information provided at said content provider address; and
      • directing said information request to said corresponding alternative address, if existing, or sending said information request to the Internet without being affected, if not.

    Doesn't sound much like my understanding of how Akamai works (I didn't think Akamai "intercepted" requests -- the origin servers actually pointed to the cache servers in their img src tags). It does sound an awful lot like a transparent proxy however.

    There's 36 claims, but only 3 are independent -- the rest are derived from those 3 (dependent claims). It's only the claims that are worth reading and worth worrying about. Press releases, abstracts and summaries are all irrelevant to what a patent actually covers. I find them more confusing than useful.

    Let's concentrate on the 3 independent claims then. Here's the other 2:

    • 15. A system for transferring information via the Internet, comprising:

      • first means for intercepting a message from an Internet user directed to a content provider address;
      • second means for determining whether or not the message is an information request;
      • third means for sending the message to the Internet without being affected if the message is not an information request;
      • fourth means for determining whether or not said information request relates to a content provider address having a corresponding alternative address, said alternative address providing at least part of the information provided at said content provider address; and
      • fifth means for directing said information request to said corresponding alternative address, if such a corresponding alternative address exists, or sending said information request to the Internet without being affected, if not.
    • 36. A method for efficiently delivering cached information to Internet users, comprising the steps of:

      • intercepting a message from an Internet user directed to a content provider, the message requesting specific information;
      • determining whether or not the message relates to a content provider address having a corresponding alternative address, the corresponding alternative address providing at least part of the information provided at the content provider address;
      • determining whether or not the specific information is within the at least part of the information provided at the corresponding alternative address; and
      • providing the at least part of the information to the Internet user, if the specific information is within the at least part of the information, or sending the message to the Internet, if not.

    As you can see, the differences between these claims are very subtle. I'd need to spend more time reading those claims to understand

    1. Re:15 minute Patent Summary & Analysis by tankbob · · Score: 1

      Erm squid can be configured with rules to determine which upstream cache to use or to fetch direct based on regex url matches. so it can select from multiple caches. Squid can also be used as a transparent proxy, so it does seem to fit all the criteria of this patent...

    2. Re:15 minute Patent Summary & Analysis by CustomDesigned · · Score: 2, Insightful
      To me what they seem to be desribing is a particular application of DNAT. Implementing what they describe on Linux to logically replace an entire server (claim 1) is indeed trivial with iptables out of the box using DNAT and quite obvious. In fact, I've always done it without thinking when moving HTTP servers (or SMTP servers or squid cache or IMAP servers or anything else with a host and port) to new boxes.

      However, the second two claims mention replacing/mirroring only part of the content of a server, which would require a kernel module to parse HTTP request packets. This is not so trivial to implement - but still an obvious elaboration. Of course, a tool to automatically maintain DNAT tables based on a high level network description would be non-trivial to implement also - but an obvious labor saver for large networks.

      If only there was a patent on DNAT, they couldn't get away with this. In fact, claim 1 seems to be exactly DNAT if generalized to arbitrary ports. This illustrates the fundamental problem with software patents. Most software engineering is putting together building blocks in simple combinations to fit a particular application. Imagine getting a patent on particular combinations of programs in a pipeline. I'm patenting "ps -ef | grep".

      If their patent covered only parsing HTTP packets in a router, I would be only annoyed. If I needed the capability bad enough to devote the time to do it, I could probably use their product cheaper. However, if claim 1 is going to prevent me from ever using DNAT again, I am outraged - but impotent as usual. Like it or not, I probably violate thousands of stupid patents every day without knowing it. What's one more.

  42. We need more than that by roystgnr · · Score: 3, Insightful

    By documenting prior art, you can invalidate any patents filed later by third parties on the same technology.

    By filing a defensive patent, you can negotiate against any patents filed later by third parties on different but still obvious (*cough* - 1-click anything - *cough*) technology.

    Since the patent office seems to currently approve patents on "doing something people have done for centuries... but with a computer!" this may be necessary.

    Of course, I'd want to see in writing something which grants open source software a perpetual license to use such patents, as opposed to say Red Hat's "we promise not to enforce our patents against free software unless someone buys us out or we change our minds" promise.

    1. Re:We need more than that by Anonymous Coward · · Score: 0

      Cross-license negotiation only applies to productive businesses. There are lots of "inventors" you can't threaten with a patent infringement counter-suit because they don't make anything but lawsuits.

  43. Prior art on their other patents by Bazzargh · · Score: 2, Insightful

    The press release also mentions patent no.s 5,991,809, 6,370,580 and 6,480,893.

    It turns out the last two deal with offloading requests for static content to a separate webserver. Well, isn't that a common use for mod_rewrite? It certainly existed back then, this is the earliest page I can find where it became an 'official' part of apache (I am sure theres more in the cvs logs) - thats from Jan 97, version *3* of mod_rewrite. The patents weren't filed until 5 months later.

    Before it was an official apache module, mod_rewrite was released in 1996 and there is evidence of people using it for offloading requests from one server to another that same year.

    -Baz

  44. Not just publishing stuff. by MickLinux · · Score: 1

    The EFF should not just publish stuff. The EFF should publish stuff, and keep an anti-patent database that can be mirrored, downloaded, printed out, and whatnot.

    The source for these things should be recorded, if the person desires [for example, I can have this under my name, and give contact info. That makes me a possible expert witness for $$$, or it makes me in line for consultation, if someone wants to carry this through] or it can be anonymous.

    If they did this, I would frequent that location often, as I *often* have ideas that are more than marginally patentaable [seeing this], and very practical in some cases.

    I would then record my ideas, and software developers could implement them or not, as they see fit.

    The problem with just publishing an idea is that it is hard to track it down later. So that's why I think the EFF should proactively begin a database. Begin it, and I will start submitting from day one, and keep submitting.

    -----

    For example of what I might submit: *** AND THIS IS NOW PUBLISHED, THOUGH I DO NOT GUARANTEE IT TO BE NEW *** to efficiently code a compressed movie, subtract two frames' values. Then run an FFT on portions of the frames. First FFT should be only about 8 pixels wide on 32x32 blocks, if need be second can be 16 pixels on 64x64 blocks, and so on.

    The subtraction will yield "fringes" where picture movement has occurred. The FFT will then yield high frequencies that changed, informing the computer which motions to check.

    From that, you generate a motion map. From the motion map, you then generate (1) object shapes (2) object motion maps, (3) scaling motion implies object rotation. As objects become well defined, it becomes less necessary to predict this or send new information about it. Indeed, you begin to generate object shape libraries for quick reference. A ford has a particular shape from the side; so does a bicycle. Match a few parameters, and its motions become quite predictable.

    Where the mean color-curves of a frame change heavily, you compare it with the last frame with similar mean color curves.

    From that, you generate frame predictions. Now, you transmit information from the worst predicted blocks, first the worst predicted half, then the 2nd worst predicted half, and so on, until it is more efficient to send the whole new block, than it is to split it any further. In this way, you minimize the data that must be stored for updates.

    --
    Correct Horse Battery Staple: 72 bits of entropy. Enter "Correct H" into google. When it generates the phrase, that's
  45. Stop the madness... by andreMA · · Score: 2, Interesting
    Regardless of how original an idea might be, USPTO should be required to consider the economic impact of granting a patent. Patents are often a useful thing and used properly do spur innovation by rewarding inventors, but that needs to be balanced against harm to others. That balance seems to be sorely lacking at times.

    I wonder if there's any way for victims of patent extortion involving patents which have later been overturned can engage in a class action lawsuit against USPTO and force a more careful review of patent applications to eliminate nonsense like this? Let alone recovering damages... Somehow I think it's likely that they've made themselves immune from such, however.

    Power without accountability is not the same as taxation without representation, but it has a similar sour taste...

    1. Re:Stop the madness... by Anonymous Coward · · Score: 0

      The problem is that the USPTO doesn't have to clean up after its own mess. They should be penalized every time a patent is successfully challenged in court.

      Or better yet, the burden of proof for any patent that is challended should rest on the USPTO itself. They screw up, they must clean up the mess.

    2. Re:Stop the madness... by Anonymous Coward · · Score: 0
      Yeah... maybe fire the patent examiners with the worst record for having patents they approved later invalidated.

      But that sounds dangerously like merit-rating, and that's unlikely in USPTO...

  46. Stop all this pointless bickering! by tilleyrw · · Score: 0

    This is God. As an omniscient, omnipotent, and omnibenevolent Creator,
    anything possible in your universe can be traced back to me as prior art.

    I want my licensing fees!

    --
    This post encoded with ROT26. If you can read it, you've violated the DMCA. Handcuffs please, sergeant.
  47. Akamai is not a transparent cache by kriston · · Score: 4, Insightful

    I'm not sure what the poster meant by "sounds like what Akamai do", but Akamai is far from a "transparent cache proxy". Anyone who has used Akamai for more than 2 minutes would realize this. The only things Akamai might do that could be somehow linked to the patent is that Akamai is a cache that distributes data regionally. It's not transparent and it's not terribly easy to use for the we developer, either.

    Kris

    --

    Kriston

  48. Is this the end of Slashdotting? by Zog+The+Undeniable · · Score: 1

    If so, maybe it's a good thing (although it was always amusing when the site went down before the 5th post).

    --
    When I am king, you will be first against the wall.
  49. Is caching really patentable? by tjstork · · Score: 1


    Caching is a pattern that is hardly without prior art. I don't know how well that patent would stand up against a wealthy holder.

    --
    This is my sig.
  50. Prior art by gr8_phk · · Score: 1
    "We also recognize that this technology is a critical component of other content delivery services"

    Doesn't that suggest they are aware of a lot of people already doing this? I bet they didn't mention those other 'services' on their patent application. Obviously it's a case of "gee let's patent something everyone is doing and charge them for it because the PTO only recognizes prior art if it's in prior patents".

    IANAL but I thought if a company can show that they were doing something before a patent application they don't have to pay to continue doing so. If not, can't they challenge the patent on the basis of their prior art? At least in principle, even though they may not be able to afford it?

  51. Doesn't work that way. by MickLinux · · Score: 3, Insightful
    It isn't country A suing country B. Those are companies doing the suing. The companies make donations to politicians who will pass laws allowing them to sue. The amount of the donation (the price of the country's people/sheep) is small enough compared to the value of what they take (lamb chops), that the investment makes sense.

    This is all addressed in Zechariah 11 of the Bible (apt-get --install bible; bible; Zec 11;;;;). It isn't a US-only thing. It isn't a today-only thing. It's shepherds eating their sheep, and selling their sheep to each other to eat. But the problem, as outlined in Zec 11, is that the sheep get the shepherd they deserve.

    Sorry, them's the breaks.

    --
    Correct Horse Battery Staple: 72 bits of entropy. Enter "Correct H" into google. When it generates the phrase, that's
    1. Re:Doesn't work that way. by arcanumas · · Score: 1
      Yes, actually i mention that "companies" do the sueing and not countries. I am reffering to the way that a "cooperation" in patent law between countrys could enable a strong country to abuse this system against the other countries.
      An corporations are not irrelevant to goverments. On the contrary.

      I do not say this is a US only issue but rather that if this were to happen , then countries whould try and defend themselves (by ,let's say, 'redefining' treaties) ,leaving US to suffer the consequencies of an already abused patent system.

      --
      Slashdot Sig. version 0.1alpha. Use at your own risk.
  52. No can do by Inf0phreak · · Score: 1

    From the preamble of the GPL: "Finally, any free program is threatened constantly by software patents. We wish to avoid the danger that redistributors of a free program will individually obtain patent licenses, in effect making the program proprietary. To prevent this, we have made it clear that any patent must be licensed for everyone's free use or not licensed at all." Sorry, but that is not possible. Which is why something like XviD is in violation of the GPL even though they claim that the source is distributed under the terms of said license (They should have rolled their own license, I guess...).

    --
    ________
    Entranced by anime since late summer 2001 and loving it ^_^
  53. Mirror Image story by dmorin · · Score: 1
    We used Mirror Image where I'm at. For awhile they were competing with Akamai for our business. During one tech evaluation the engineer started using Linux *against* Akamai, and calling it shareware. I started yelling at her, screaming that she was wasting her time with that line of reasoning, that everybody in the room knew it was ridiculous, and she was losing points with me fast.

    The account manager stepped in quickly. :)

    Ah, the good old days. We did pick Mirror Image, and were quite happy with them. One important trick was to write a master switch into our software that could turn URL rewriting on/off at will. So some mornings if there was trouble with an MI location we could just flip the switch and have no troubles.

  54. Re:squid-Unsavory combinations. by Anonymous Coward · · Score: 0

    "Oops is a more than worthy alternative, that was developed outside the US."

    How appropriate. Oops you got your patent law in my program. You got your program in my patent law. Two tastes that tastes terrible.

  55. Has to be "published" by xyote · · Score: 1
    Simply making software source publically available doesn't constitute publishing w.r.t ip law. It has to be published using only technology that existed at the time the U.S. constitution was orginally authored, i.e. the printing press.


    The only thing I've found that comes close is disclosing things in a usenet discussion group, and even that does not constitute publishing. It simply makes it a little harder for a patent applicant to show that no prior art exists.

    1. Re:Has to be "published" by yandros · · Score: 1

      This is either not as true or not as important as you think -- the publishing guidelines you mention are more or less correct (submission of a paper to a tech journal, for example, is an excellent step), but you can also establish your invention by making public `commercial use' of it. The courts have been very liberal in interpreting use as `commercial' (like, ``Use this software to save money on internet access.'').

      Sometimes it's depressing how much the commercial/corporate/business aspects dominate the laws in this area, but that was really the original goal of the framers (to create commercial/business incentive without starving/killing the public/state of the art).

  56. Re:Fight against patents and Vixie ! by Anonymous Coward · · Score: 0

    Boycott the cron daemon !

    Or, better yet - use the Dillon crond - and get yourself a product with a better security record in the process.

    I gotta wonder - Bind, ISC DHCPd, Vixie Cron - are there any products Vixie's been involved with that didn't suck?

  57. Mirror Image's original caching service vs. CDN by kriegsman · · Score: 5, Informative

    It looks to me like Mirror Image's original "transparent supercache" system is what's described in this newest patent (not so much their Content Delivery Network). The patent looks like its fairly broadly worded, and probably covers some similar models too, but on the other hand, they cite plenty of prior art in their own patent. So overall I would guess that "ordinary" transparent caching is not covered by this patent, but then again IANAL, and in particular IANAPA.

    Mirror Image's original business plan was to provide a client-side supercache service to client-side ISPs in places where upstream bandwidth was scarce/expensive (ie, Europe in the 90s). MII would 'mirror' popular high traffic (American) content onto supercaches located just a few hops from the ISPs. ISPs subscribing to the MII service could then configure their proxies to do a "look aside" and access popular content from the local MII supercache rather than have to sent requests across the ocean and pull the content all the way back. It worked nicely for ISPs that needed it, but there were fewer and fewer client-side ISPs willing to pay for access to the MII supercaches. So MII expanded into the server-side part of the caching business: "Content Delivery Networks".

    In 2001, MII bought an existing CDN technology company (Clearway Technologies) and in the process acquired a nifty server-side software agent (your choice of Apache module or IIS plug-in) that automatically "Mirrorizes" *coughcoughlikeAkamizescough* all of the output from an origin Web server, so getting your server's content onto the MII CDN only takes a couple of minutes and you don't have to alter any of your Web content. That agent and its associated methods are covered by the other patents mentioned in MII's press release.

    Personally, I believe that if MII wanted to sue Akamai for patent infringement, they probably could make a case for it these days, but --as always-- it's unclear that that would be the best use of their resources.

    -Mark Kriegsman
    Former Chief Scientist, Mirror Image Internet;
    Founder, Clearway Technologies;
    Inventor, US Patents 5,991,809, 6,370,580 and 6,480,893 (now assigned to MII)

  58. Re:Chat Live in the Slashdot AIM Chat Room! by Fesh · · Score: 1

    So, waitasec here. If you set the evil bit on your RFC 1149 packets, do you get the scenario documented in this gem of a film? *shudders*

    --
    --Fesh
    Kill -9 'em all, let root@localhost sort 'em out.
  59. From the SCO school of business ethics by Fefe · · Score: 5, Insightful

    First he takes over maintenance of BIND, then proceeds to blackmail his "customers" into paying him to be told about the copious amount of security problems, essentially capitalizing on the work of others.

    Then he had BIND 9 written, which has nothing to do with BIND. We call it BIND then? Again, to capitalize on the work of others (not that the BIND name is something to carry proudly).

    Now he patents what Linux could do at least since 2.0 (1996) with a patched squid 1 (been there, done that). Granted, his patent appears to be earlier than Akamai (1998) but Digital Island may have been early enough to invalidate the patent. They were bought by Cable and Wireless a while ago.

    1. Re:From the SCO school of business ethics by Anonymous Coward · · Score: 0

      wrt BIND9, the license is still just

      Permission to use, copy, modify, and distribute this software for any
      purpose with or without fee is hereby granted, provided that the above
      copyright notice and this permission notice appear in all copies.

      please suggest changes if you feel it's too restrictive

      --vix

    2. Re:From the SCO school of business ethics by Fefe · · Score: 1

      I didn't say the license is too restrictive.

      I said the name was chosen to capitalize on the name of BIND, which is other people's work, basically.

      All I'm saying is: you could have named it "vixdnsd" if you wanted people to use it on its own merits, not because they think they finally get a BIND version without all the pesky security problems.

      It's the same as writing a web browser and calling it "Internet Explorer 7"; aside from trademark and copyright issues that's downright rude and a cheap way to capitalize on other people's work.

  60. Just my 2 cents as a Patent Attorney by Compulawyer · · Score: 2, Interesting
    I just read claim 1 in this patent (traditionally, claim 1 is the broadest claim in the patent) and my first thought was that this patent has to have a heck of a prosecution history with a lot of comments that will narrow the interpretation of this claim in order for this to have been allowed. Then again, the filing date is 1999 and I don't know how much caching was being done then.

    Bottom line: SOMEONE had to invent caching. It very well could have been these guys. But if they approached one of my clients with an offer to license this thing, I would want to do a LOT of investigation before advising one way or the other.

    --

    Laws affecting technology will always be bad until enough techies become lawyers.

  61. FSF and EFF should yada yada yada by Mammothrept · · Score: 1



    To those who before me in this thread who reel off a list of things the FSF and EFF should be filing patents on, calm down and think for a minute.

    Filing a single patent application costs thousands of dollars once you figure in the cost of the lawyer--if you can find one qualified to file a patent application. Lawyers qualified to practice patent law are few and far between. In order to become a patent attorney, you have to have a B.S. in Science and a large percentage (probably most) of people who opt for law school have a background in arts and crafts. The rare lawyer who meets this prerequisite can, after passing the regular bar exam try to pass the patent bar exam. Now, make an estimate of how many lawyers the FSF and EFF between them can afford and then decide how much of their time ought to be spent filing patent applications that they never intend to use for generating revenue. And god help them if they ever have to litigate a patent dispute. Expect to spend hundreds of thousands of dollars a pop if you get into an all out court fight over a patent.

    If after considering these facts, do you still think FSF and EFF should be spending their scarce resources on anything besides lobbying to change the patent system? If you still believe they should be filing patent applications, how much are you willing to contribute to help them fund it?

  62. this is the fourth such A/C post in the thread by moogla · · Score: 0

    Hello Paul???!?

    --
    Black holes are where the Matrix raised SIGFPE
  63. The nub of the problem by BigBadBri · · Score: 5, Insightful
    as it appears to me is the patenting of business processes as a series of 'desirable outcomes'.

    Their patent claims read like a first-pass analysis of the caching-load balancing problem.

    To my mind, this sort of thing should not be patentable - it is merely a problem analysis, not an innovative solution.

    Most competent people who understood networks and the issues behind content provision would have come up with a similar, if not identical solution.

    This could have been failed on the 'non-obvious' requirement, but hasn't been.

    It seems that the technical abilities of the patenting authorities are not of a level to deal with patent applications such as this one competently (or indeed in a timely fashion, if it was filed in 1996).

    The best solution for everyone (except greedy patent factories such as this example) is to outlaw the patenting of software and software designs. There's plenty of copyright law out there to protect the code you write, and if it's not the best code at the most appropriate price, then you'll fail in the market and too bad.

    If on the other hand you have a true innovation in your field, you'll have a good 12 months to build the initial market before the competition comes to play.

    If America really is true to the principles of the Founders, it's time that the politicians looked at this issue and came up with a solution to stamp on parasitical patents such as this. Even if unsuccessful in their aims of extracting money, the costs to others in the field of dealing with the attentions of these people is a disruption to trade, and needs to be eliminated.

    --
    oh brave new world, that has such people in it!
    1. Re:The nub of the problem by HBI · · Score: 1

      How about - instead of ranting on /., the USPTO let us comment on patent applications in a /. style message board.

      Then, they could use the clue delivered to rule appropriately on such patents.

      Nahhh...makes too much sense.

      --
      HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
    2. Re:The nub of the problem by Anonymous Coward · · Score: 0

      US patent applications are strictly confidential. The solution is to hire smart people and stop rewarding them for acting in haste, not to ask the community to do their damn job for them gratis.

    3. Re:The nub of the problem by Master+of+Transhuman · · Score: 1

      "If America really is true to the principles of the Founders"

      Well, that ruins your argument right there, doesn't it?

      America hasn't been since, oh, maybe ten years or less after the Founders...even some of the Founders weren't, since one of the Adams suspended habeus(sp?) corpus in Massachusetts during one of the "after-Revolution revolutions" so he could detain rioters indefinitely...

      The Constitution is a worthless piece of paper that has done nothing to prevent the United States from becoming and acting as a fascist dictatorship of the corporate/political elite...

      --
      Richard Steven Hack - This sig is TOO GODDAMN SHORT TO DO ANYTHING USEFUL WITH! MORONS!
    4. Re:The nub of the problem by BigBadBri · · Score: 1
      Nah - you had president right up to...

      well, Andrew Jackson, at least, that cared for the Constitution.

      I wish ny country had a Constitution - but you maybe wouldn't. (hint - if we had a constitution, Blair would be up against the wall....).

      I admire America - it is the first nation in modern times to embrace freedom and all the problems that frredom brings. I am not so sure about America as it has turned out - have you ties to Guantanamo Bay?

      America, as it was founded, should be the leaders of the world, since America is founded on freedom.

      >Let the Founding Fathers speak, and the world will be at peace.

      --
      oh brave new world, that has such people in it!
  64. How to detect "Tranparent Web Caching" by ISP by xyote · · Score: 1
    The usual sites that echo back your browers client paramters, e.g. ip address, etc..., to determine whether your ISP is doing this, won't work because they set or should set http header attributes to prevent the returned page from being cached for privacy reasons. You'd need a site that deliberately set the header to fake out a cache server and returned innocuous data to allow you to determine what is going on.

    This is worrysome since most ISP terms of use agreements state that they can track customers web browsing and use that information as they see fit.

    Looks like we need a mechanism to append "?" to every URL sent out to prevent it from being cached.

    1. Re:How to detect "Tranparent Web Caching" by ISP by hexmem · · Score: 1

      That still won't prevent an ISP from monitoring where you are going on the Internet. As long as the data passes through their network, they can see everything you do. Don't like that? Then create an encrypted tunnel to some proxy server that you trust.

  65. Bribery? by Anonymous Coward · · Score: 0

    It might be interesting to investigate if patent office officers (kind of military names, aren't they?) are getting bribes to pass these kinds of patents.

  66. Can't withstand the urge by shadowtramp · · Score: 1

    In reality Paul may become a god, say Sarupaul or Vixieron. I mean the dark one.
    And thus by by owning the patent (made of gold, showing words when heated) he will rule "them all" untill some little perky geek (one lived his youth in the well furnitured hole) will accidientaly drop this ... uhm ... patent in the ... uhm ... paper basket

    --
    I'm not a brake. I'm an accelerator. Just a slow one...
  67. Funny Joke: by PredictableJokeTroll · · Score: 1

    Akami have their own patents, notably 6,502,125 which will likely cover what they do...

    What, Akami have over 6 million patents? They must work very hard!

  68. Except when the patent is retarded. by moogla · · Score: 1

    Look, here's the litmus test.

    "I have a patent on a device that does XYZ"

    If I, the college undergrad, can think of in a few short minutes, a way of implementing XYZ with existing (and possibly old) technology and techniques, then it is too obvious for me to respect said patent.

    You say "Transparent Web Cache" and I can give you 5 different ways of accomplishing it by the end of the week, without even having to hear you explain exactly what it does.

    That, too me, is utter bullshit. And I've never looked at the content of the patent before filing so it's not like I'm claiming it after the fact.

    The patent system is broken and/or this patent is bung.

    Maybe if you invent the next LZW, then the more power to you.

    --
    Black holes are where the Matrix raised SIGFPE
    1. Re:Except when the patent is retarded. by Anonymous Coward · · Score: 0

      Even if it's beyond the college undergrad's ability to solve the problem so easily, if an expert in the field can do it then it fails the legal test.

      OTOH, that doesn't mean that if a problem already has a dozen solutions, there isn't room for a patent on a new way of doing it that nobody ever thought of, as long as that method is really new and couldn't be invented without a lot of research. Say if everyone had been doing DFTs the hard way forever, and someone patented the FFT because nobody previously had the insight to come up with the idea. The new patent wouldn't preclude the old ways of doing things, though.

      Of course, the Doctrine of Equivalents is thrown around so loosely that my second point should be rendered invalid, except that the Doctrine of Equivalents hasn't become the two-edged sword that it ought to be.

  69. So, these are the bastards... by SmurfButcher+Bob · · Score: 1

    that made the illegal technology specifically intended to speed the sharing and transfer of large, copywritten materials... ... and they even go so far as to make a copy of it themselves, no less. I say these pirates and piracy enablers need to go to jail!

    heh.

    --

    help me i've cloned myself and can't remember which one I am

  70. NO by Ender+Ryan · · Score: 0
    Software patents are wrong no matter how you slice it. If we* are against software patents when it hurts us, we should also be against them when it helps us.

    * FOSS supporters who are against software patents - If you don't fit under that umbrella, I'm not talking about you.

    --
    Sticking feathers up your butt does not make you a chicken - Tyler Durden
  71. Caching or cashing in? by Anonymous Coward · · Score: 0

    At the time of filing, the whole concept of "caching" had been "invented". Nothing new there..

    Ah, yeees. Let us examine the implementation details... Aha.. Mhm.. Mkaay?

    *STAMP* PATENT APPLICATION DENIED!

    Hey George, please take these with the others.. Okay then, get me another shredder.. What do you mean they all are in use, there are 1024 of them on this floor alone, and this is a 256-floor object!! Fine, I'll shred it manually again..

    Oh yeah, I almost forgot our standard speech: NOW PAY US $$$ FOR WASTING OUR TIME AND /. FOR WASTING BANDWITH ON THIS SUBJECT AND FOR ME WASTING MY TIME AND ENERGY ON YOU AND YOUR "INNOVATIVE" COMPANY.

    Case closed.

  72. Filed in 1997, granted in 2003. by kriegsman · · Score: 1

    They filed the application in 1997, but the patent was just granted this month. MII is simply asserting that that other companies have started using the patented method/apparatus in the time between when they filed and when the PTO granted their patent: nothing mysterious there.

  73. Lots of prior art .. by LionsFate · · Score: 2, Informative

    Ok, I'm not anywhere familiar with reading patents, but as far as I can guess, we have plenty of prior art.

    From reading the basics of it, and having almost gone into convulsions for attempting to understand it, heres what I can gather.

    Re-directing a user to an "alternate address" is covered. So it doesn't have to be transpartent in the proxy sence, the client can be re-directed.

    We all know CPAN, right?

    CPAN redirects you to a mirror automatically. Thus CPAN is covered by this patent, if I read correctly that redirection is considered 'transparent'. CPAN also had a 'local copy' that you may have been redirected to. Further making it appear to be more of a 'proxy'. CPAN was created in 1995, two years prior to this patent.

    There are hundred of other sites that were using this method prior to that, all prior to the patent.

    AOL uses proxies, as does many countries (China anyone?), anyone know when they were first setup?

  74. Paul Vixie, eh? by Pig+Hogger · · Score: 1

    No wonder that jerk is getting a software patent. What else would you expect from an asshole who is in stupid admiration of Aynd Rand. What a moronic caveman!!!

  75. Protection from "date of invention" by kriegsman · · Score: 1

    For what it's worth, US patent law can actually protect inventions starting from the "date of invention", usually meaning the first time that a description of the invention was written down.

    And anyway, it doesn't look to me like all transparent caching is covered, just MII's old (late 90s) "supercaching" system. Nevertheless, the language in the patent is reasonably broad, and if they wanted to pay lawers to stir up a ruckus, they probably could.

  76. US Patent Office by MantiX · · Score: 1

    What I am surprised by (being outside the US), is that common sense has not prevailed and the Patent Office either made redundant, or at least the process reviewed. Maybe I should not be surprised by this, seeing as it IS the US, a country founded on freedom, easily manipulated into greed.

    Generally speaking, people respond to this with an attitude of, "Is it possible to patent a process, by which the person recieving the patent was fully aware of a given entity(s), who have exercised a similar R&D process, to come up with a similar product". Does this not imply that the US Patent Office, is in itself, promoting Anti competitive behaviour, the exact same practice that the DoJ took Microsoft to court with?

    If Microsoft can argue, and win, that something as obvious as a Graphical User Interface which Apple came up with first does not belong to them(before you start I'm a PC User), what right does this office have to say that something as simple as a single click, an online auction, a transparent cache and so on, is a process that someone can say is exclusively their technology.

    The answer here is: Apple, go patent the GUI. Now watch Microsoft reply. Watch them win. Watch the rest of the world use the case as precedence, and have the Patent Office effectively thrown out the window.

    Now take a step back to reality, and watch the rest of the world look at the United States Patent Office, as quite literally, a joke. And you wonder why the world looks at you and says:

    Only in the United States.

    If you do not look beyond the short term, it will have a detrimental effect on Intellectual Property that has legal right to this process. Probably to the point where most people just dont care what the USPTO says, and simply goes ahead anyway with whatever it was they are doing. If a governing body cannot act responsibilty, sensibly, and in a way that appeals to the common sense of the community, then the community through its actions will render it ineffective.

    1. Re:US Patent Office by Predius · · Score: 1
      If Microsoft can argue, and win, that something as obvious as a Graphical User Interface which Apple came up with first does not belong to them(before you start I'm a PC User), what right does this office have to say that something as simple as a single click, an online auction, a transparent cache and so on, is a process that someone can say is exclusively their technology.


      Someone else will likely respond to this as well, but Apple did NOT invent the GUI. Both Apple and MS got the idea from the Xerox Star system. There is also much prior evidance of the concept in pre mac platforms, albeit much cruder implimentations.
    2. Re:US Patent Office by MantiX · · Score: 1

      Fair enough. My bad. However the point remains the same, whoever it may have been, who got the ball rolling......

  77. Evidence of transparent caching from August 1996 by lifegonehazy · · Score: 4, Interesting

    This is the earliest reference to transparent caching that I could find in the squid-users archive.

  78. solution: create a new periodical -Prior Art Press by McFly777 · · Score: 1

    Ok, If it needs to be "published" in dead tree format. Then perhaps someone should start a new magazine. Published monthly, it could collect ideas online and publish them to preserve their freedom.

    On the other hand, with patents if you were to very generally describe an idea, others could still patent a very specific implementation. If you were to be specific, others would just have to be specifically different. It would still be better to actually patent some of these ideas (ala IBM) for defensive use.

    Also, I am not sure, but I think that somebody could still patent the published idea within one year of the public disclosure.

    --

    McFly777
    - - -
    "What do people mean when they say the computer went down on them?" -Marilyn Pittman
  79. In this case it is by Anonymous Coward · · Score: 0

    Free trade is giving a good smack down to a country that has a stupid policy. And that is good.

    I am only speaking of this hypotheical situation (since Akami hasn't moved their servers to India, yet). I don't want to get in a big thing over free trade (which WTO, NAFTA, etc are not), since I have work to do.

  80. What do I do if... by MickLinux · · Score: 1

    ... I am a resident of one of the many countries that are joining, but do not yet have a voice in the European Parliament?

    --
    Correct Horse Battery Staple: 72 bits of entropy. Enter "Correct H" into google. When it generates the phrase, that's
  81. But someone still has to pay the lawyer fees by Anonymous Coward · · Score: 0

    The current system is designed to create high paying jobs for lawyers. It benefits nobody else. The solution isn't more patents. The current system allows the USPTO to screw up and then have somebody else fix the mess. In this case, millions of dollars are wasted in court and half the patents are deemed invalid. The solution is to make the USPTO clean up its own mess. Free of charge to the public.

    It's like a disease. It's better to prevent than to heal later. The best solution would be a patent reform (unlikely) or, at least, a lawsuit against the USPTO for reckless endangerment of the Internet marketplace and serious omission.

    Then you fire everybody that had part in this big mess and start fresh with new people and a new little rule estipulating that any US citizen could demand (for free) a patent reviewed in light of some evidence of prior art or even of broadness and lack of novelty. A patent is a license to monopolize an idea and all the public should have the right to challenge the patent without having to waste hundreds of thousands of dollars in court. Basically, shift the burden of proof to the USPTO. Don't even bring the patent holder into the discussion. The USPTO screwed up. They must fix it.

    Yes, it would be a mess at first, but companies like IBM, Amazon, Microsoft, and others, would think ten times before even trying to file a stupid patent that wouldn't stand the public challenge. Also, the USPTO would do better research before granting any patent. Only really new ideas would survive being challenged by the public (and those are very few as we all know).

  82. someone has to by Anonymous Coward · · Score: 0

    All your caches are belong to us.

  83. Mega-Corps of the Future? by Lord_Dweomer · · Score: 1
    Kind of off-topic, I know...but this whole IP patenting shitstorm thats been going on lately has made me think. You know all those sci-fi stories where the world is run by a handful of megacorps? How did they gain as much power as they did? I believe it is through IP law. Once you own the rights to the technology/ideas/business models that a society becomes dependent on, you can pretty much do whatever the hell you want, and you collect money from everybody.

    You think the corporations we have now are massive? Give it a couple decades. Consolidation and Corporate Darwinism will ensure that for the largest areas of business, we will have but a handful of truly MEGA corporations, that own every aspect of our lives.

    I could just be extremely paranoid from reading too much cyberpunk...but I think the current trends of patenting IP are the beginning of the biggest 'snowball-effect' we'll ever see economically.

    --
    Buy Steampunk Clothing Online!
  84. Common Public License by LauraW · · Score: 1
    This is one thing IBM got right with its Common Public License. When you contribute to a CPL'd project, you're granting a royalty-free license to any/all of your patents required by the contribution, but *only* to recipients using the contribution within the CPL'd project. Someone can't just take the contributed, patented code and use it on its own in some other project.

    CPL also points out that there's no way for any contributor to guarantee that they're not unknowingly infringing on some third party's patent. IMHO, this sort of accidental patent infringement is the scariest part of patents and OSS.

    The older IBM Public License had some onerous text that made the royalty-free patent license go away if you sued the contributor for infringing another patent, even one totally unrelated to the OSS project. I think this was intended to make "offensive" patent lawsuits unattractive, which was a nice goal. But the result was different -- some companies refused to use IPL'd projects because the license would have prevented them from suing IBM "defensively" if it intentionally infringed on some totally unrelated patent for hardware or whatever. I managed an open-source project at IBM for a while and we had a few potential users with this objection. After I left, the group managed to re-license the project under the X license. I'm glad IBM finally fixed this in the CPL.

    Laura

  85. There are no frivolous/obvious patents by Anonymous Coward · · Score: 0

    The level of specialization in the sciences has gone too far for patent examiners to be able to judge obviousness ... if there is a 100 thousand people in the world to which an idea is obvious, the chances of the patent examiner being one of them is slim.

  86. They dont want it because it doesnt work by Anonymous Coward · · Score: 0

    HTTP is an ungodly mess and collection of bugs, turned to features for backwards compatibility, which makes transparant caching near impossible to do reliably.

    1. Re:They dont want it because it doesnt work by Anonymous Coward · · Score: 0

      A great deal of that is unfounded paranoia which is compounded by poorly developed web services. The vast majority of sites on the net will have absolutely no problems with proxied clients. It's certainly advisable for ISPs to allow people to opt out of proxying, but equally ISPs should be standing up to the minority of users that think they know better.

  87. Transparent proxying sucks anyway by 0x0d0a · · Score: 1

    I'm all in favor of transparent proxying being wiped out, anyway. It's just a royal PITA for end users. I'll happily use an opaque proxy *as long as when I need to I can bypass the proxy*.

  88. Squid Started in 1995 by markw365 · · Score: 1

    If you goto the squid page, you'll find the squid cache was started in 1995. Looks like prior art to me.

  89. Prior art by Spazmania · · Score: 1

    Netfilter technologies (www.netfilter.net) has been doing transparent web proxying with Squid since port redirection was first introduced into Linux (was it version 2.0 in 1996 or version 1.2 in 1995? I don't remember). They modified squid to do it. The first customer it was deployed for was the Department of Veterans Affairs.

    Needless to say, the notion is _obvious_.

    --
    Moderating "-1, Disagree" is simple censorship. Have the guts to post your opinion.
  90. "we recognize there is a lot of prior art..." by kaltkalt · · Score: 1

    "...and we are sure the users of that prior art will soon become our customers."

    --

    Stupid people make stupid things profitable.
  91. Vixie by wuice · · Score: 0, Troll

    Paul Vixie is not your friend.
    If Vixie were an ice cream flavor, he'd be pralines and dick.

  92. stores content *requests*??? by donkiemaster · · Score: 1

    what good is that? don't they actually want to store and retrieve the content? isn't the request just a header that doesn't need to be stored? if that is the actual wording of the patent then i'm not real worried

  93. Mod up parent by swb · · Score: 1

    If this is true (it does have a low UID with a username that actually matches the guy's name), this should be +5 Informative.

  94. Actually by eyeareque · · Score: 1

    Akamai does not do transparent caching. they host files for large sites on networks all over to help cut down on internet congestion and link usage. they bring the content closer to the end users. Transparent caching is entirely different. If you want to know more about transparent caching a few good places to start would be on WCCP and GRE.

  95. Sounds more like epicRealm to me... by Svartalf · · Score: 1

    Having worked on the network infrastructure software for epicRealm, I can say that is exactly what they did- along with handling dynamic content caching. Keith had a patent on the system in question and had filed a US patent (important thing here...) six months prior to the Mirror Image US Patent application (They apparently filed elsewhere first...).

    --
    I am not merely a "consumer" or a "taxpayer". I am a Citizen of the State of Texas
  96. AMERICA = teh sux by asscroft · · Score: 1

    hey AMERICA wake up. You'll lose all your tech if you keep this up. The DMCA is already scaring people away and keeping conventions from happening in the US. the USPTO is stifling all under it's jurisdiction. This is technical suicide.

    but you don't care,you're waiting to export my job to india anyway. yeah for the share holders. wish I held enough shares to not need my job.

    --
    because I have been enjoined by this Holy Office to abandon the false opinion which maintains that the Sun is the centre
  97. Vixie is behind these log messages? by Anonymous Coward · · Score: 0

    (time) (hostname) named[7219]: client 65.216.72.15#55555: query (cache) denied

    Repeat over and over...

    15.72.216.65.IN-ADDR.ARPA domain name pointer bs1.ord.xpc-mii.net

    There are many more hosts like this, and they all do their crap from source port 55555. They ask questions about things that my systems will not answer, since I set up limitations on who can ask recursive queries. What a concept.

    Why would someone who supposedly has a clue about how to load balance, including tricks like anycasting, generate this kind of crap to get the job done?

  98. Aren't royalty-free licensed patents defensive? by yerricde · · Score: 1

    There is no such thing as a defensive patent application!

    Would you consider a patent with an irrevocable royalty-free public license to be a "defensive" patent?

    --
    Will I retire or break 10K?
    1. Re:Aren't royalty-free licensed patents defensive? by Anonymous Coward · · Score: 0

      All you have to do is publish an invention for it to serve as prior art. A "patent" that will never be enforced is nothing more than a ludicrously expensive way of doing this.

    2. Re:Aren't royalty-free licensed patents defensive? by yerricde · · Score: 1

      All you have to do is publish an invention for it to serve as prior art.

      This is true, but USPTO examiners are lazy. They're more likely to find the prior invention if it's been patented.

      A "patent" that will never be enforced

      What about offering the world a royalty-free license limited to using the invention in OSI Certified(tm) open source software?

      --
      Will I retire or break 10K?
    3. Re:Aren't royalty-free licensed patents defensive? by Narcissus · · Score: 1

      I wouldn't consider that "defensive", no. A defensive patent, as far as I can tell, is one that is taken out in an effort to ensure that if another company hits you with a claim of a patent violation, you will be able to hit them back with one of yours.

      Hence, that company won't make a claim against you (or you will at least be easily able to talk them around).

      Now, if you take out a patent and make it irrevocably royalty-free and public, then you would have no recourse against another company that infringes that patent. That means if they hit you with a claim, you won't be able to hit back with yours, as it's been made public.

      So no, an irrevocable royalty-free publicly licensed patent is not a "defensive" patent. Maybe more a "pre-emptive" patent?

    4. Re:Aren't royalty-free licensed patents defensive? by Anonymous Coward · · Score: 0

      The examiner, being incompetent and/or overworked, is going to grant the patent anyway. And the court is going to presume that prior art doesn't invalidate the patent because the examiner alrady looked at it. The key to invalidating bogus patents (besides having a pile of money you didn't really need) is to present the court with prior art that wasn't previously considered, because the court might take that seriously.

      A gratis license for Free Software could be useful, though I'd feel better about a list of specific licenses (which can be expanded over time) than relying on OSI never to be coopted (hell, they're already rubber-stamping crap like the APSL).

  99. Good by cperciva · · Score: 1

    Ok, software patents, patents for which vast prior art exists, blah blah blah, are generally Bad Things. But in this case I'm going to disagree.

    Considering all the problems I've encountered which were introduced by "transparent" web caches, I'm inclined to say that anything -- even Evil Patents -- which makes transparent caches less popular is a Good Thing.

  100. Sonny Bono lives, and he lives in Mexico by yerricde · · Score: 1

    How about setting things up in Mexico, right across the border ?

    According to what I've read, the copyright and patent laws of the United States of Mexico are just as restrictive as those of the United States of America. Recall that Mexico tried to extend copyright terms to life plus 100 years, which is 50 years beyond the minimum of the Berne Convention and 30 years beyond even what the EU and US set with the Bono Acts of the 1990s. ("Acts", plural; the EU had its own Bono Act as well.)

    --
    Will I retire or break 10K?
  101. At least there's hope now by serutan · · Score: 1

    After they finish fixing the copyright system maybe Lessig, Lofgren and Doolittle will take an interest in fixing the patent system.

  102. Excellent! by Peter+Cooper · · Score: 1

    I hate my ISP's crappy transparent web caching.. it causes no end of problems.. including, last year, all of Google's logos being replaced with bizarre images.

  103. Alexander M. Vik by Anonymous Coward · · Score: 0

    This guy is from my home country: Norway. He is a scumbag. Nice people like Paul Vixie should stay far from him.

  104. Patent air.... by Retarded_Ninja · · Score: 1

    Fuck...apparently you can patent anything these days....Who needs to work, just patent something and sit back and collect royalties. Hmmm...Ithink I'll patent AIR that way if you wanna breathe you must pay me. MUWHAHAHAHA!

  105. fines wont work by bani · · Score: 1

    ...for large corporations theyre just pocket change, and wont deter them from patent fraud.

    the only thing that might deter them from patent fraud is prison time.

  106. Free Trade by poptones · · Score: 1
    Free trade actually has a LOT to do with it. If you are in a trade alliance with your neighbors then your patents and copyrights (in theory) become much more valuable because your neighbors are supposed to be providing enforcement as well. In essence, you get to reap the economic benefits of having a much larger "virtual" nation because you are not only trading, you are also benefitting more from your own innovation. IP licenses are revenue sources as well, you know - and if your neighbor is bound by treaty to recognize that "property" then you reap the rewards of that (alleged) innovation - no matter if it's real innovation or not - so long as it's a license held in your country and not your neigbor's, you got it.

    The problem is you need to have as much "patented" as you can get, or else your neighbors might get it first. And the US wants to extend NAFTA well beyond the continent, and one of the politicos prime targets is asia - where "intellectual property" is often a completely alien notion.

    And then we have Mexico, which is seriously discussing the notion of extending copyright to life + 100 years and then allowing the government to license the public domain. That means every song ever copyrighted in mexico becomes, in perpetuity, the property of the government of Mexico.

    Now, do you think if that passes there the US won't follow right along? The lobbyists will argue we have to in order to compete and there goes US copyright. The problem is exactly "free trade." What made this country great is seting ourselves apart from the rest of the world. And since the coming of NWO pt.I (and parasite Sr.) all we have done is follow the "lead" set by the very countries we once rose above.

    And not just in patent and copyright law, either.

  107. Open Source in trouble? by Anonymous Coward · · Score: 1, Insightful

    This was predicted a while ago when patents were used as threats toward the Open Source community. If every idea in the world was to be patented tomorrow, what do you think would be the result? No, not anarchy, but definetly a breakdown in "the system" as we know it. More than likely after a few weeks or months of chaotic legal issues congress or some other form of government would step in and pass legislation changing how patents work. In the end though the Open Source community would be hit the hardest as they tend to be the most controversial source of innovation in technology.

    Lots of open source works are illegal in many countries because they perform the same function as other works which are closed-source and either patented or copyrighted or both. This is a result of laws which restrict freedom of thought and speech in order to maintain the status quo and capitalism's roots: dominance over competition. The problem is, Open Source works were not meant to compete with other products or companies. When you put the GNU General Public Lisence on your software, the last thing on your mind should be whether or not you will be able to keep others from reproducing the work or taking and developing it into something different or better. Open Source is a springboard from which new innovation and technology can come from. Yet it is being abused and in some respects destroyed by the principles some governments operate upon.

    When you patent something so simple and useful as web caching, you're cutting off the Open Source community and its users and developers from the freedom to express themselves. Who came up with one idea or another should have nothing to do with whether or not someone is allowd to take and use that idea. Essentially, patents are to the Open Source community as a muzzle is to freedom of speech.

    HowStuffWorks' "How Patents Work" describes a benefit of patents for society: They help disseminate technological information to other inventors. When you apply for a patent, you are required to submit a detailed description of your invention. This description becomes part of the patent office's database, which is public record. Once the patent has expired, the idea is more readily available than it would have been if it had never been patented. The problem with this "dissemination of technological information" is that it takes 20 years in the USA for it to occur. That's 20 years longer than it should take. Inventors can't just take an idea and use it for another idea like with Open Source; instead an inventor would have to purchase a license to use the original idea in his newly spawned idea. This puts Open Source "inventors" at a significant disadvantage because a great amount of Open Source work is made free in the monetary sense of the word (i.e. gratis). Because of that, many Open Source developers don't have the funds to purchase a license and therefore can't use the original idea. Now, profit isn't completely foreign to Open Source works. The GNU General Public License specifically encourages people to profit from an Open Source work by charging money for its distribution. Of course under the terms of the GPL someone could simply purchase the product (and therefore a copy of the source) and then give it out freely to everyone else in the world. This is what some people in business and government do not understand and do not take advantage of. Immediately these people say "but then you can't make a profit because someone is already giving it away!" And so the government is supposed to make sure that NOBODY can simply 'give it away'? What then is to become of the Open Source works that are made by developers who don't have $3,000 to spend on a patent they don't want to restrict anyone from using or enforce anyone to obey? They're supposed to get fucked, that's what is to become of them. In the name of the executive, the legislative, and the judicial powers, Amen.

    The idea of a patent is a great thing. Invent

  108. prior art by oohp · · Score: 1

    Hrr. There is prior art! I've been using transparent web caching (ipfilter+squid) for at least one year now and I bet the idea is older than that.

  109. cisco by oohp · · Score: 1

    I think cisco also does it with wccp or whatever it's called. It's been around for a while.

    Okay, I'm gonna patent the wheel.

  110. Oh wow! You all changed my mind! by nzyank · · Score: 1

    Lessee...one guy called me a 'wanker', that started convincing me, another was a 'Research Associate'. With a title like that he must be right. I think that's what I was called when I worked on the ALVIN Group at WHOI many years ago. Now that title was a joke. The funniest part is that nobody here knows who I am and never will. I don't particularly care.

  111. It was there in November 1994... by Anonymous Coward · · Score: 1

    ...and definitely did run on SunOS 4.1.3.

  112. Derivative works by Anonymous Coward · · Score: 0

    Oh, I see you have a different implementation (first Pists), but that means diddly squat nowadays doesn't it, bwah-ha-ha.

    Looks to me like a "derivative work", which means that you own it too. You should sue. For billions.

  113. prior art by Anonymous Coward · · Score: 0

    A substantially similar concept was globally marketed by a U.S.-based company called Orblynx several years ago. It involved pushing data out to caches from a data warehouse via satellite....

  114. wicked unibrow! by Anonymous Coward · · Score: 0

    oh yeah and patents suck!

    ac

  115. Or GPL the patent by yerricde · · Score: 1

    Now, if you take out a patent and make it irrevocably royalty-free and public, then you would have no recourse against another company that infringes that patent.

    However, I could impose a "free software only" limitation on the royalty-free public license and then use the patent against companies that want to use my invention in a proprietary program.

    --
    Will I retire or break 10K?
    1. Re:Or GPL the patent by MiloTin · · Score: 1

      I don't get it.. so why don't u just GPL it?? Save you the 10K of filing for the patent plus maintenance cost.

    2. Re:Or GPL the patent by yerricde · · Score: 1

      so why don't u just GPL it??

      GPLing only the copyright still allows independent reimplementation of the algorithm. Getting a patent and GPLing it, on the other hand, gives the patent holder a monopoly on all proprietary implementations of the algorithm.

      Save you the 10K of filing for the patent plus maintenance cost.

      And if the algorithm is novel enough and useful in proprietary software, that $10K could easily be recouped.

      --
      Will I retire or break 10K?
  116. Where is Paul Vixie mentioned in the articles? by mellon · · Score: 1

    I just read the press release and the MII web site, and there's no mention of him there. I actually worked for Vixie Enterprises back when the WGI (Web Gateway Interceptor) was put together, and wrote the hacks to the NetBSD kernel to do the interception (it's not as easy as you think, BTW, and I doubt Linux 2.0 could have done it without similar hacks).

    I don't recognize these other names, though. I notice that MII is located in Woburn, Massachusetts, which is a long way from Redwood City, CA, where Paul's offices are. I suspect that there's more to this story than we've heard so far - I don't remember Paul applying for a patent on the WGI.

    It'll be interesting to hear the rest of this story...

  117. Doesn't matter by Durindana · · Score: 1


    U.S. patent system goes by first to invent, not first to file (as in many other countries). "Prior art" needs to predate the invention, not the filing.

    How do you determine prior invention? Documentation.

  118. "legal" in the U.S. by brlewis · · Score: 1

    The latest word from the U.S. Supreme Court is that software patents are invalid (Diamond v. Diehr, 1981). Lower courts have contradicted this ruling since then, and the Supreme Court hasn't heard any relevant cases recently. Maybe if you could get your case up to the Supreme Court they would reinforce their 1981 ruling. Too bad lower courts have managed to make it "illegal" to "infringe" on patents that the country's highest court has ruled invalid.

    1. Re:"legal" in the U.S. by michael_cain · · Score: 1
      I believe you are correct, and that the Supreme Court ruled that all software was algorithms, and all algorithms were math, and math specifically cannot be patented. Since then, lower courts have held that some software, in binding together the parts of an apparatus or system, no single part being patentable by itself, was the innovative part of the overall system and could be patented.

      The world has changed a lot in 20 years, and I think that there is a reasonable chance that the Supreme Court would uphold that reasoning in some cases; if not, you could have the situation of a physical device that performs a new function that is not patentable, but would be if the controlling "algorithm" were implemented in some other form. Why should an electronic circuit that implements a function using a new and complex feedback loop be patentable, but the same function implemented as software on a DSP not be? If the government can grant a temporary monopoly on a useful way to wire transistors and such together to do a job, why not a temporary monopoly on the use of a particular piece of code to do that same job?

      That said, I'm afraid that many of the software patents that are granted by the PTO should not be because they fail the "novel" test. Donald Knuth said "I'm against patents on things that any student should be expected to discover." I would go further, and say that I'm against patents on things that competent programmers should be expected to discover. My name is on three software patents, but I believe that at least two of them should not have been granted because they fail the "novel" test. However, I worked for a giant corporation at the time that made a practice of obtaining software patents for defensive purposes.