website/index.html in evdispatch-0.2.4 vs website/index.html in evdispatch-0.2.5
- old
+ new
@@ -16,11 +16,11 @@
<div id="main">
<h1>evdispatch</h1>
<div id="version" class="clickable" onclick='document.location = "http://rubyforge.org/projects/evdispatch"; return false'>
<p>Get Version</p>
- <a href="http://rubyforge.org/projects/evdispatch" class="numbers">0.2.2</a>
+ <a href="http://rubyforge.org/projects/evdispatch" class="numbers">0.2.4</a>
</div>
<h4 style="float:right;padding-right:10px;">→ ‘evdispatch’</h4>
<h2>What</h2>
@@ -82,10 +82,14 @@
chances are high that the news_id will have returned it’s response
by the time it gets finished with the blogs. This is because the background thread does not block while ruby waits for the first response.
One thing to keep in mind is the background thread will block if it has to resolve <span class="caps">DNS</span> names.</p>
+ <p>In my testing I’ve successfully run 3 million requests. Doing 10000 iterations of 300 concurrent requests, on a Linux <span class="caps">FC7</span> duel P4 machine.
+Memory utilization stays flat at around 14 to 19 megs with about 2,000 – 12,000 objects.</p>
+
+
<h2>Demonstration of usage</h2>
<p><pre class='syntax'>
<span class="ident">require</span> <span class="punct">'</span><span class="string">rubygems</span><span class="punct">'</span>
@@ -128,13 +132,18 @@
<h2>F.A.Q.</h2>
<ul>
-<li><h5> I get an error when installing the gem: <strong>“error: ‘curl_socket_t’ has not been
- declared”</strong></h5>
- <p> You need to have at least version 7.16 of <a href="http://curl.haxx.se/download.html">libcurl</a>. I recommend at least version: 7.18.1.</p>
-</li>
+ <li><h5>I get an error when installing the gem: <strong>“error: ‘curl_socket_t’ has not been
+ declared”</strong></h5>
+ <p> You need to have at least version 7.17.1 of <a href="http://curl.haxx.se/download.html">libcurl</a>. I recommend at least version: 7.18.1.</p>
+ </li>
+ <li><h5>Mac <span class="caps">OSX</span> (Darwin) Crashing on <span class="caps">HTTP POST</span> request</h5>
+ <p>There are some issues with crashes on darwin builds when making an <span class="caps">HTTP</span>
+ <span class="caps">POST</span>. This doesn’t happen on Linux and I’m actively looking into the
+ issue on my apple.</p>
+ </li>
</ul>
<h2>License</h2>