https://github.com/phadej/pylvi
yet another cloud computing thingie
https://github.com/phadej/pylvi
Last synced: about 1 month ago
JSON representation
yet another cloud computing thingie
- Host: GitHub
- URL: https://github.com/phadej/pylvi
- Owner: phadej
- Created: 2010-08-23T08:01:09.000Z (almost 15 years ago)
- Default Branch: master
- Last Pushed: 2010-08-23T12:05:26.000Z (almost 15 years ago)
- Last Synced: 2025-05-17T03:33:43.832Z (about 2 months ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.pod
Awesome Lists containing this project
README
=head1 TITLE
pylvi - Cloud computing anywhere
=head1 IDEA
(cat slave.py;echo "message")|
perl -e 'use File::Temp qw/tempfile/;sysread STDIN,$code,shift;($fh,$fn)=tempfile;print $fh $code;exec "python",$fn;' `cat slave.py|wc -c`=head1 DESCRIPTION
...
=head1 CLOUD CONFIGURATION
Cloud configuration file is in simple line based format. Empty lines and lines
beginning with # character are skipped.On every line there should be the hostname of the server, also there may be an
alternative path to the python executable and hard limit of the worker pool
size on the remote host.=head2 Example
# This is a comment
# host [pythonpath [poolsize]]
example.com /opt/python2.6/bin/python 3=head1 SEE ALSO
http://codespeak.net/execnet/