K
K
krasn_miha2015-10-08 23:00:52
Web development
krasn_miha, 2015-10-08 23:00:52

How do online compilers work?

There are many online compilers, for example:
ideone.com
compileonline.com
and others.
Approximately the same thing is implemented in automatic systems for sports programming.
Pretty cool thing, I would like to do something like that. But I can't figure out how the server side compilation happens and how the results are pulled.
Are there any detailed articles on this topic or other similar information?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
DevMan, 2015-10-08
@krasn_miha

the code is compiled in the background (roughly speaking commandline), executed, the output is written to a file / database, then shown in the browser.
that's the whole article.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question