mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-16 03:24:07 +00:00
f57171dfe6
- Add LICENSE_FILE - Add NO_ARCH - Sort USE_PYTHON - Allow concurrent installation (USE_PYTHON=concurrent) - Update WWW: SSL certificate has expired in Nov, 2014 Changes: https://bitbucket.org/hpk42/execnet/src/default/CHANGELOG PR: 218363 Submitted by: sunpoet (myself) Approved by: koobs (maintainer)
11 lines
444 B
Plaintext
11 lines
444 B
Plaintext
execnet provides a share-nothing model with channel-send/receive communication
|
|
for distributing execution across many Python interpreters across version,
|
|
platform and network barriers. It has a minimal and fast API targetting the
|
|
following uses:
|
|
|
|
* Distribute tasks to (many) local or remote CPUs
|
|
* Write and deploy hybrid multi-process applications
|
|
* Write scripts to administer multiple environments
|
|
|
|
WWW: http://codespeak.net/execnet/
|