can I host my online C compiler on google-app-engine?
My whole code is written in Java(jsps,and servlets,the jsps do contain some HTML tags,and I used CSS for the designing). For compiling the C code, I am using a native C compil开发者_Go百科er (gcc). So, can I host my web application on google-app-engine?
I don't believe GAE allows you to call external programs. At any rate, GAE doesn't allow you to save to the filesystem, so GCC probably wouldn't be able to run anyway.
加载中,请稍侯......
精彩评论