Or compilers implemented in Java. Might be more likely to find those.
On Mon, Aug 1, 2011 at 21:54, Greg <[email protected]> wrote: > You could have another server provide a compile service, and have your > Appengine app communicate with it via URLfetch, as you suggest. 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 <[email protected]> wrote: >> 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 Linode or linking to amazon ec2 ?? Any pointers would >> be great. >> >> Thanks and Regards, >> Mahendra Naik > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/google-appengine?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
