Re: Embedding a compiler to my web page

2015-03-07 Thread Russell Keith-Magee
If you're going to be compiling code, you almost certainly don't want to be using subprocess for this. A view should be able to return in milliseconds. Very few native code compilations are going to be complete in milliseconds. What you should be doing is treating the compilation step as a

Re: Embedding a compiler to my web page

2015-03-07 Thread luis zarate
You should want to read about subprocess https://docs.python.org/3.4/library/subprocess.html Install your favorite compiler and call it with subprocess as a comand line program. 2015-03-07 9:01 GMT-06:00 Snehasish Sen : > How can I embed a c/c++ compiler to my site

Embedding a compiler to my web page

2015-03-07 Thread Snehasish Sen
How can I embed a c/c++ compiler to my site which can host a programming competetion -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to