Google Linux servers hit with $5m patent infringement verdict (The Register)
Google Linux servers hit with $5m patent infringement verdict (The Register)
Posted Apr 23, 2011 13:38 UTC (Sat) by Ad (guest, #74506)In reply to: Google Linux servers hit with $5m patent infringement verdict (The Register) by orcmid
Parent article: Google Linux servers hit with $5m patent infringement verdict (The Register)
Most of the cache associated network (DNS cache, HTTP server and may be browser) has expiry time associated with each entry. The key, value map in cache can also use hashing.
Also network programs using asynchronous IO typically has only one thread. Tasks (including GC) can be done only when processing events. No separate GC thread, no separate GC pass.
So if a cache implements a mechanism where, while inserting entry, iterates and also cleans up expired entries, does that count as violation of this patent?
Just curious.
