Skip to main content

a little framework to simule multiprocessing over a lot of computers

Project description

import random
import org.py4grid.GP as gp


def testando(lista):
for x in range(2 * 1):
lista.append(random.random())
return lista


if __name__ == '__main__':

from multiprocessing.dummy import Pool as pool
remote = gp.RemoteProcess(pool, file=__file__)

ret = remote.processwork(__file__, testando, [[], [], [], []],
relative_path={'Darwin': '/Dropbox/BIBLIOTECA_PYTHON', 'Linux': '/Dropbox/BIBLIOTECA_PYTHON'},
hosts=[('localhost', 4680)])

for item in ret:
for sub in item:
print(len(sub), sub)


before use this framework,
starts PY4GRIDSERVER generated in PythonXX\Script directory for begin a server

example:

C:\Python33\Script\PY4GRIDSERVER <- starts the server on the default port 4680

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

PY4GRID-1.0.zip (6.6 kB view hashes)

Uploaded Source

PY4GRID-1.0.tar.gz (3.7 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page