<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Home</title><link>https://sourceforge.net/p/tinythreadpool/wiki/Home/</link><description>Recent changes to Home</description><atom:link href="https://sourceforge.net/p/tinythreadpool/wiki/Home/feed" rel="self"/><language>en</language><lastBuildDate>Thu, 01 Aug 2013 05:00:34 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/tinythreadpool/wiki/Home/feed" rel="self" type="application/rss+xml"/><item><title>Home modified by unixc l</title><link>https://sourceforge.net/p/tinythreadpool/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1 +1,53 @@
-opensource threadpool,you may find it's used like Java or C#,but it's C++ ,so it's wow ! You can use it freely,and you can post your idea to this project,let us make it better. 
+==================
+TinyThreadPool Library
+==================
+
+Introduction
+------------
+
+This library implements a thread pool based on POSIX threads. The pool
+has a set of p threads available after initialisation and executes any
+given tasks on the first free thread in the pool. After finishing the
+execution, the now idle thread is again available for other tasks.
+
+The reason for keeping the execution threads active the whole time is
+the time for starting a new thread, which can be rather large compared
+to the time for the simple assignment of a tasks to a thread. Especially
+for small tasks, the overhead due to thread creation can be visible or
+event dominant.
+
+Installation
+------------
+
+you can use Eclipse CDT open this project.In "config.mk" are compiler 
+definitions for Linux, Solaris, AIX and HP-UX.
+Other systems should also work.
+
+After entering "make" (GNU make !), the library "libthrpool.a" should reside
+in the main directory. 
+
+Unfortunately, no "make install" is provided. To compile your own programs
+you have to pass
+
+  -I/src -L -lthrpool
+
+to your compiler.
+
+Usage
+-----
+In the "test/" sub directory, some examples for the usage of the thread pool
+are given.
+
+License
+-------
+see License file
+
+Acknowledgements
+-------
+rok@mis.mpg.de
+Schindlerlee@gmail.com
+sumeet.chhetri@gmail.com
+http://www.eclipse.org/
+http://pocoproject.org/
+
+
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">unixc l</dc:creator><pubDate>Thu, 01 Aug 2013 05:00:34 -0000</pubDate><guid>https://sourceforge.net3aa03ec44d3e1180b300fcce7d2f285e297385e6</guid></item><item><title>Home modified by unixc l</title><link>https://sourceforge.net/p/tinythreadpool/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,8 +1 @@
-Welcome to your wiki!
-
-This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].
-
-The wiki uses [Markdown](/p/tinythreadpool/wiki/markdown_syntax/) syntax.
-
-[[members limit=20]]
-[[download_button]]
+opensource threadpool,you may find it's used like Java or C#,but it's C++ ,so it's wow ! You can use it freely,and you can post your idea to this project,let us make it better. 
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">unixc l</dc:creator><pubDate>Thu, 01 Aug 2013 04:33:12 -0000</pubDate><guid>https://sourceforge.net50a0894655b5be8024f6756441b457cd8874a167</guid></item><item><title>Home modified by unixc l</title><link>https://sourceforge.net/p/tinythreadpool/wiki/Home/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;Welcome to your wiki!&lt;/p&gt;
&lt;p&gt;This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: &lt;span&gt;[SamplePage]&lt;/span&gt;.&lt;/p&gt;
&lt;p&gt;The wiki uses &lt;a class="" href="/p/tinythreadpool/wiki/markdown_syntax/"&gt;Markdown&lt;/a&gt; syntax.&lt;/p&gt;
&lt;p&gt;&lt;h6&gt;Project Members:&lt;/h6&gt;
&lt;ul class="md-users-list"&gt;
&lt;li&gt;&lt;a href="/u/lunixc/"&gt;unixc l&lt;/a&gt; (admin)&lt;/li&gt;
&lt;/ul&gt;&lt;br /&gt;
&lt;/p&gt;&lt;p&gt;&lt;span class="download-button-51f9e1d5ea406b308ea88061" style="margin-bottom: 1em; display: block;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">unixc l</dc:creator><pubDate>Thu, 01 Aug 2013 04:19:33 -0000</pubDate><guid>https://sourceforge.netca123459e8d3fbaf7146021e1011c1c684a4495b</guid></item></channel></rss>