How does Google App Engine sandbox work?

前端 未结 3 949
旧时难觅i
旧时难觅i 2021-02-13 00:42

How does Google App Engine sandbox work?

What would I have to do to create my own such sandbox (to safely allow my clients to run their apps on my engine without giving

3条回答
  •  长情又很酷
    2021-02-13 01:19

    You would probably need a combination of a restrictive classloader and a thorough understanding of the Java Security Architecture. You would probably run your JVM with a very strict SecurityManager specified.

提交回复
热议问题