Home
Name Modified Size InfoDownloads / Week
libtimerpool-1.0.15.tar.gz 2012-04-28 469.7 kB
README 2011-08-13 864 Bytes
libtimerpool-1.0.14.tar.gz 2010-01-19 440.1 kB
libtimerpool-1.0.13.tar.gz 2009-12-19 438.5 kB
libtimerpool-1.0.10.tar.gz 2009-11-26 338.6 kB
libtimerpool-1.0.8.tar.gz 2009-11-24 337.5 kB
libtimerpool-1.0.7.tar.gz 2009-11-20 336.0 kB
libtimerpool-1.0.6.tar.gz 2009-11-20 336.0 kB
libtimerpool-0.5.0.tar.gz 2009-10-13 334.4 kB
libtimerpool-0.4.0.tar.gz 2009-09-23 334.2 kB
libtimerpool-0.2.0.tar.gz 2009-09-13 329.7 kB
libtimerpool-0.1.0.tar.gz 2009-08-24 329.3 kB
libtimerpool-0.0.0.tar.gz 2009-07-24 327.5 kB
Totals: 13 Items   4.4 MB 0
libtimerpool is a thread-safe library which simplifies running lots of timers.

See the libtimerpool info page for complete manual.

How to build?
On a unix system type configure; make; make install
On windows create an env variable BOOST_HEADERS which points to the directory with boost headers and evn var BOOST_LIBS which points to the directory with boost libs. Use visual studio project files to build.

How to use?
Include timerpool/timerpool.hpp and link against libtimerpool.

Tested on
    - amd64 freebsd 7.2 gcc-4.1.2
    - x86_64 linux 2.6.30-gentoo-r4 gcc-4.4.1, 2.6.33-gentoo gcc-4.4.3
    - i686 linux 2.6.31-gentoo gcc-4.4.1
    - i686 win32 visual c++ 9.0

Known issues:
Test tids_are_unique2() on windows works really slow in the debug mode when the number of timers exceeds 10000. It looks this slowness is due to the debug runtime on windows.

Source: README, updated 2011-08-13