Questions tagged [zerocloud]

ZeroCloud is an integration of ZeroVM with OpenStack Swift. It allows for running computations directly on the storage cluster

ZeroVM allows for secure computation even with untrusted code. ZeroCloud is a Python middleware for Openstack Swift. It allows you to run compute jobs on the storage cluster. Such jobs can read/write Swift objects and different ZeroVM instances can communicate with each other to create map-reduce jobs.

See:

1 questions
2
votes
1 answer

ZeroVM import error: No module named thread

When working on a small ZeroVM application that will run on ZeroCloud (that is, the ZeroVM integration with Swift), and trying to import the multiprocessing module, I get an error: Traceback (most recent call last): File "test.py", line 1, in…
Martin Geisler
  • 72,968
  • 25
  • 171
  • 229