On 28 April 2010 09:15, Reinier Battenberg <[email protected]> wrote: > If I would have scripted (so readable) code that I would like to run on a > third party server, and I dont want that third party to see my code, is there > a way I can virtualize that without the third party being able to see it?
If you must use an interpreted language, obfuscation is probably your best bet. With Python for instance, you can deploy byte-code (*.pyc) – these are automatically generated by the compiler from the source code and contain everything required for the program to run. I use Slicehost for virtualization and their administrators have root access to my box – that's how their kernels are set up. However, there are key benefits such as a web terminal for system rescue. But it's an interesting problem you raise. \malthe _______________________________________________ LUG mailing list [email protected] http://kym.net/mailman/listinfo/lug LUG is generously hosted by INFOCOM http://www.infocom.co.ug/ All Archives can be found at http://www.mail-archive.com/[email protected]/ The above comments and data are owned by whoever posted them (including attachments if any). The List's Host is not responsible for them in any way. ---------------------------------------
