Questions tagged [zerovm]

ZeroVM is a light-weight sandboxing technology.

ZeroVM is a sandboxing technology. It is based on software fault isolation, which is the same technology used in Google Native Client. It aims to be very light-weight and very secure.

More information:

2 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
0
votes
2 answers

Running awk deterministic

I'm looking for a way to run awk in a verifiably deterministic way, that is to say: result should be determined by input only. In other words, given that a program has output, I want to know that it is repeatable. This would mean removing access to…
ateles
  • 422
  • 3
  • 10