[google-appengine] Re: hosting a c compiler on gae

2011-09-29 Thread madmax
is finished. you can build it on Amazon for example. and again, let me tell you,  all the coding websites out there works like this. so improve yourself a bit, don't expect everything from gae On Sep 28, 7:56 pm, madmax mahendra0...@gmail.com wrote: Hi,   It looks like I have to move

[google-appengine] Re: hosting a c compiler on gae

2011-09-28 Thread madmax
. There will be inefficiencies here obviously, and you'll have to contend with the URLfetch size and time limits. You could also look for pure python compilers, which could run on Appengine. Cheers Greg. On Jul 31, 10:45 pm, madmax mahendra0...@gmail.com wrote: Hi,    I am writing a coding

[google-appengine] hosting a c compiler on gae

2011-08-01 Thread madmax
Hi, I am writing a coding website. I want to provide an option to the users to compile their c,c++ or java code. Basically I want to host a compiler in my app. Some google links said that it is not possible to host an external program on gae. Is there any alternative? Like connecting to a