<?xml version="1.0" encoding="UTF-8"?>
<rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns="http://purl.org/rss/1.0/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
<channel rdf:about="http://blogmarks.net/api/marks/search/horsepower%2Cindicated">
<title>Public marks with search horsepower,indicated</title>
<description>Public marks with search horsepower,indicated</description>
<link>http://blogmarks.net/marks/search/horsepower%2Cindicated</link>
<items><rdf:Seq><rdf:li resource="http://blogmarks.net/api/user/pburin22/mark/1057650681"/>
<rdf:li resource="http://blogmarks.net/api/user/dimitrich/mark/1057418461"/>
<rdf:li resource="http://blogmarks.net/api/user/vista/mark/351116"/>
<rdf:li resource="http://blogmarks.net/api/user/areve/mark/47310"/>
</rdf:Seq></items>
</channel>
<item rdf:about="http://blogmarks.net/api/user/pburin22/mark/1057650681">
<title>Warn 68500 9.5xp Ultimate Performance Series 6-horsepower Self-Recovery Winch - 9,500-Pound Capacity</title>
<link>http://www.shopping-premium.com/automotive/warn-68500-95xp-ultimate-performance-series-6-horsepower-self-recovery-winch-9500-pound-capacity/</link>
<description>


Warn 68500 9.5xp Ultimate Performance Series 6-horsepower Self-Recovery Winch - 9,500-Pound CapacityProduct By WARNList Price: $1,514.88Price: $1,018.79 &amp;#038; this item ships for FREE with Super Saver Shipping.You Save: $496.09 (33%)Shipping: Usual...</description>
<dc:date>2008-01-11T20:50:22Z</dc:date>
<dc:author>pburin22</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.shopping-premium.com/automotive/warn-68500-95xp-ultimate-performance-series-6-horsepower-self-recovery-winch-9500-pound-capacity/"><img border="0" src="http://blogmarks.net/screenshots/2008/01/11/315de3cd8e31e2956fb0478bbcf6fe7a.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.shopping-premium.com/automotive/warn-68500-95xp-ultimate-performance-series-6-horsepower-self-recovery-winch-9500-pound-capacity/">Warn 68500 9.5xp Ultimate Performance Series 6-horsepower Self-Recovery Winch - 9,500-Pound Capacity</a></h4>
 
by <a href="http://blogmarks.net/user/pburin22">pburin22</a> 
<p class="description">


Warn 68500 9.5xp Ultimate Performance Series 6-horsepower Self-Recovery Winch - 9,500-Pound CapacityProduct By WARNList Price: $1,514.88Price: $1,018.79 &#038; this item ships for FREE with Super Saver Shipping.You Save: $496.09 (33%)Shipping: Usual...</p>
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057650681">Copy</a> | 
<a href="http://blogmarks.net/link/2628477">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/dimitrich/mark/1057418461">
<title>The C10K problem</title>
<link>http://www.kegel.com/c10k.html</link>
<description>It's time for web servers to handle ten thousand clients simultaneously, don't you think? After all, the web is a big place now.

And computers are big, too. You can buy a 1000MHz machine with 2 gigabytes of RAM and an 1000Mbit/sec Ethernet card for $1200 or so. Let's see - at 20000 clients, that's 50KHz, 100Kbytes, and 50Kbits/sec per client. It shouldn't take any more horsepower than that to take four kilobytes from the disk and send them to the network once a second for each of twenty thousand clients. (That works out to $0.08 per client, by the way. Those $100/client licensing fees some operating systems charge are starting to look a little heavy!) So hardware is no longer the bottleneck.

In 1999 one of the busiest ftp sites, cdrom.com, actually handled 10000 clients simultaneously through a Gigabit Ethernet pipe. As of 2001, that same speed is now being offered by several ISPs, who expect it to become increasingly popular with large business customers.

And the thin client model of computing appears to be coming back in style -- this time with the server out on the Internet, serving thousands of clients.

With that in mind, here are a few notes on how to configure operating systems and write code to support thousands of clients. The discussion centers around Unix-like operating systems, as that's my personal area of interest, but Windows is also covered a bit.
</description>
<dc:date>2007-08-27T20:01:28Z</dc:date>
<dc:author>dimitrich</dc:author>
<dc:subject></dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.kegel.com/c10k.html"><img border="0" src="http://blogmarks.net/screenshots/2007/08/27/8b120fc8b910301393b4eff7be8eb036.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.kegel.com/c10k.html">The C10K problem</a></h4>
 
by <a href="http://blogmarks.net/user/dimitrich">dimitrich</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/133907">3 other(s)</a> 
<p class="description">It's time for web servers to handle ten thousand clients simultaneously, don't you think? After all, the web is a big place now.

And computers are big, too. You can buy a 1000MHz machine with 2 gigabytes of RAM and an 1000Mbit/sec Ethernet card for $1200 or so. Let's see - at 20000 clients, that's 50KHz, 100Kbytes, and 50Kbits/sec per client. It shouldn't take any more horsepower than that to take four kilobytes from the disk and send them to the network once a second for each of twenty thousand clients. (That works out to $0.08 per client, by the way. Those $100/client licensing fees some operating systems charge are starting to look a little heavy!) So hardware is no longer the bottleneck.

In 1999 one of the busiest ftp sites, cdrom.com, actually handled 10000 clients simultaneously through a Gigabit Ethernet pipe. As of 2001, that same speed is now being offered by several ISPs, who expect it to become increasingly popular with large business customers.

And the thin client model of computing appears to be coming back in style -- this time with the server out on the Internet, serving thousands of clients.

With that in mind, here are a few notes on how to configure operating systems and write code to support thousands of clients. The discussion centers around Unix-like operating systems, as that's my personal area of interest, but Windows is also covered a bit.
</p>
<p class="tags">
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=1057418461">Copy</a> | 
<a href="http://blogmarks.net/link/133907">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/vista/mark/351116">
<title>? GMail code hints at coming domain feature | Googling Google | ZDNet.com</title>
<link>http://blogs.zdnet.com/Google/?p=95</link>
<description>Google's GMail has been firing on all cylinders, but it could be on the verge of getting even more horsepower.  Based on information found buried deep within the javascript source, we can start to see the bigger picture for GMail — what else could they possibly add to this mail client? 

Their next big move will likely be GMail for domains — a powerful way for anybody who owns a domain to utilize GMail as a mail server, not just a client.   Yahoo has their own small business mail product which does precisely this, and now evidence suggests Google is planning the same.</description>
<dc:date>2006-02-09T11:50:00Z</dc:date>
<dc:author>vista</dc:author>
<dc:subject>gmail, google</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://blogs.zdnet.com/Google/?p=95"><img border="0" src="http://www.blogmarks.net/screenshots/2006/02/09/d17ecf3abc11e98df4c811db323f53d0.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://blogs.zdnet.com/Google/?p=95">? GMail code hints at coming domain feature | Googling Google | ZDNet.com</a></h4>
 
by <a href="http://blogmarks.net/user/vista">vista</a> 
 &amp; <a class="public" href="http://blogmarks.net/link/526742">4 other(s)</a> 
<p class="description">Google's GMail has been firing on all cylinders, but it could be on the verge of getting even more horsepower.  Based on information found buried deep within the javascript source, we can start to see the bigger picture for GMail — what else could they possibly add to this mail client? 

Their next big move will likely be GMail for domains — a powerful way for anybody who owns a domain to utilize GMail as a mail server, not just a client.   Yahoo has their own small business mail product which does precisely this, and now evidence suggests Google is planning the same.</p>
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/gmail">gmail</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/google">google</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=351116">Copy</a> | 
<a href="http://blogmarks.net/link/526742">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> <item rdf:about="http://blogmarks.net/api/user/areve/mark/47310">
<title>16 Horsepower Official Web Site</title>
<link>http://www.16horsepower.net/</link>
<description></description>
<dc:date>2005-03-30T09:41:57Z</dc:date>
<dc:author>areve</dc:author>
<dc:subject>musique, artistes</dc:subject>
<content:encoded><![CDATA[<div class="mark">
<a href="http://www.16horsepower.net/"><img border="0" src="http://www.blogmarks.net/screenshots/2005/03/30/6e048d1597ac48e035933a90e2361edd.png" alt="" /></a>
<div class="xfolkentry">
<h4><a class="taggedlink" href="http://www.16horsepower.net/">16 Horsepower Official Web Site</a></h4>
 
by <a href="http://blogmarks.net/user/areve">areve</a> 
<p class="tags">
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/musique">musique</a>
<a rel="tag" class="tag public_tag" href="http://blogmarks.net/marks/tag/artistes">artistes</a>
</p>
<div class="action-bar">
<a href="http://blogmarks.net/my/marks,new?id=47310">Copy</a> | 
<a href="http://blogmarks.net/link/60561">React (0)</a></div>
</div>
</div>
]]></content:encoded>
</item> </rdf:RDF>