SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 

python-threadpool rpm build for : Mandriva 2011. For other distributions click python-threadpool.

Name : python-threadpool
Version : 1.2.7 Vendor : Mandriva
Release : 1 Date : 2011-03-16 10:50:31
Group : Development/Python Source RPM : python-threadpool-1.2.7-1.src.rpm
Size : 0.30 MB
Packager : Oden Eriksson < oeriksson_mandriva_com>
Summary : Easy to use object-oriented thread pool framework
Description :
A thread pool is an object that maintains a pool of worker threads to perform
time consuming operations in parallel. It assigns jobs to the threads by
putting them in a work request queue, where they are picked up by the next
available thread. This then performs the requested operation in the background
and puts the results in another queue.

The thread pool object can then collect the results from all threads from this
queue as soon as they become available or after all threads have finished their
work. It\'s then possible to define callbacks to handle each result as it comes
in.

RPM found in directory: /vol/rzm6/linux-mandriva/official/2011/i586/media/contrib/release

Content of RPM  Changelog  Provides Requires

Download
ftp.icm.edu.pl  python-threadpool-1.2.7-1-mdv2011.0.noarch.rpm
ftp.icm.edu.pl  python-threadpool-1.2.7-1-mdv2011.0.noarch.rpm
     

Provides :
pythonegg(threadpool)
python-threadpool

Requires :
python(abi) = 2.7
rpmlib(PayloadIsLzma) <= 4.4.6-1


Content of RPM :
/usr/lib/python2.7/site-packages/threadpool-1.2.7-py2.7.egg-info
/usr/lib/python2.7/site-packages/threadpool-1.2.7-py2.7.egg-info/PKG-INFO
/usr/lib/python2.7/site-packages/threadpool-1.2.7-py2.7.egg-info/SOURCES.txt
/usr/lib/python2.7/site-packages/threadpool-1.2.7-py2.7.egg-info/dependency_links.txt
/usr/lib/python2.7/site-packages/threadpool-1.2.7-py2.7.egg-info/top_level.txt
/usr/lib/python2.7/site-packages/threadpool.py
/usr/lib/python2.7/site-packages/threadpool.pyc
/usr/share/doc/python-threadpool
/usr/share/doc/python-threadpool/CHANGELOG.txt
/usr/share/doc/python-threadpool/README.txt
/usr/share/doc/python-threadpool/TODO.txt
/usr/share/doc/python-threadpool/api
/usr/share/doc/python-threadpool/api/class-tree.html
/usr/share/doc/python-threadpool/api/epydoc.css
/usr/share/doc/python-threadpool/api/frames.html
/usr/share/doc/python-threadpool/api/help.html
/usr/share/doc/python-threadpool/api/identifier-index.html
/usr/share/doc/python-threadpool/api/index.html
/usr/share/doc/python-threadpool/api/module-tree.html
/usr/share/doc/python-threadpool/api/redirect.html
/usr/share/doc/python-threadpool/api/threadpool-module.html
/usr/share/doc/python-threadpool/api/threadpool-pysrc.html
/usr/share/doc/python-threadpool/api/threadpool.NoResultsPending-class.html
/usr/share/doc/python-threadpool/api/threadpool.NoWorkersAvailable-class.html
/usr/share/doc/python-threadpool/api/threadpool.ThreadPool-class.html
/usr/share/doc/python-threadpool/api/threadpool.WorkRequest-class.html
/usr/share/doc/python-threadpool/api/threadpool.WorkerThread-class.html
/usr/share/doc/python-threadpool/api/toc-everything.html
/usr/share/doc/python-threadpool/api/toc-threadpool-module.html
/usr/share/doc/python-threadpool/api/toc.html
There is 4 files more in these RPM.

 
ICM