pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/boost-threadpool



Module name:    wip
Committed by:   tonnerre
Date:           Thu Dec 29 22:40:18 UTC 2011

Import into wip/boost-threadpool

Log Message:
Import boost-threadpool-0.2.5 as wip/boost-threadpool.

threadpool is a cross-platform C++ thread pool library. In general terms thread
pools are an efficient mechanism for asynchronous task processing within the
same process. They realise the thread pool pattern.

A thread pool manages a group of threads in order to process a large number of
tasks. Since multiple threads can be executed in parallel this approach may be
very efficient regarding the overall program performance on many computer
systems. By restricting the number of threads and by reusing them resources are
saved and additionally the system stability is increased.

The threadpool library provides a convenient way for dispatching asynchronous
tasks. Pools can be customized, managed dynamically and easily integrated into
your software.

Status:

Vendor Tag:     TONNERRE
Release Tags:   TONNERRE_20111229
                
N wip/boost-threadpool/Makefile
N wip/boost-threadpool/PLIST
N wip/boost-threadpool/distinfo
N wip/boost-threadpool/DESCR

No conflicts created by this import


------------------------------------------------------------------------------
Ridiculously easy VDI. With Citrix VDI-in-a-Box, you don't need a complex
infrastructure or vast IT resources to deliver seamless, secure access to
virtual desktops. With this all-in-one solution, easily deploy virtual 
desktops for less than the cost of PCs and save 60% on VDI infrastructure 
costs. Try it free! http://p.sf.net/sfu/Citrix-VDIinabox
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs




Home | Main Index | Thread Index | Old Index