<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>benchmark/ApplicationPool.cpp</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -26,4 +26,5 @@ test/stub/mycook/log
 test/stub/zsfa/mycook
 test/stub/zsfa/foo
 benchmark/DummyRequestHandler
+benchmark/ApplicationPool
 pkg</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -309,8 +309,23 @@ subdir 'benchmark' do
 			&quot;../ext/boost/src/libboost_thread.a -lpthread&quot;
 	end
 	
+	file 'ApplicationPool' =&gt; ['ApplicationPool.cpp',
+	  '../ext/apache2/StandardApplicationPool.h',
+	  '../ext/apache2/ApplicationPoolServerExecutable',
+	  '../ext/apache2/System.o',
+	  '../ext/apache2/Logging.o',
+	  '../ext/apache2/Utils.o',
+	  '../ext/boost/src/libboost_thread.a',
+	  :native_support] do
+		create_executable &quot;ApplicationPool&quot;, &quot;ApplicationPool.cpp&quot;,
+			&quot;-I../ext -I../ext/apache2 #{CXXFLAGS} #{LDFLAGS} &quot; &lt;&lt;
+			&quot;../ext/apache2/System.o ../ext/apache2/Logging.o &quot; &lt;&lt;
+			&quot;../ext/apache2/Utils.o &quot; &lt;&lt;
+			&quot;../ext/boost/src/libboost_thread.a -lpthread&quot;
+	end
+	
 	task :clean do
-		sh &quot;rm -f DummyRequestHandler&quot;
+		sh &quot;rm -f DummyRequestHandler ApplicationPool&quot;
 	end
 end
 </diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>fb7a7564af49605b03394576018441652fa50485</id>
    </parent>
  </parents>
  <author>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </author>
  <url>http://github.com/FooBarWidget/passenger/commit/827cfb0421c644f77f41715146c8110d8c2b69e1</url>
  <id>827cfb0421c644f77f41715146c8110d8c2b69e1</id>
  <committed-date>2008-05-17T13:09:32-07:00</committed-date>
  <authored-date>2008-05-17T13:09:32-07:00</authored-date>
  <message>Add ApplicationPool benchmarking tool.</message>
  <tree>b0fd92054a93e6053e68fa3d02c4ae0cad3ae1e4</tree>
  <committer>
    <name>Hongli Lai (Phusion)</name>
    <email>hongli@phusion.nl</email>
  </committer>
</commit>
