[google-appengine] Re: Can C++ code be wrapped up on GAE?

2009-03-28 Thread GregF

As mentioned above, you can't run C++ on GAE. If you can easily
convert your C++ to python (or java - it seems that will be supported
soon), you can run it on GAE. This may be a better idea than it seems
- I wouldn't expose a C++ app to the internet without doing rigorous
security testing to make sure it can't be fuzzed. Switching to python
prevents this whole class of exploits.

Otherwise EC2 is a good production-ready option that will allow you to
run C++ (and anything else). I wouldn't trust a production app to
Azure just yet.

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Can C++ code be wrapped up on GAE?

2009-03-27 Thread 'Αλκης Ευλογημένος
No you can't wrap C++ in GAE.

Since you are new at it, you might find it useful to read the documentation
first. This part is covered here:
http://code.google.com/appengine/docs/python/runtime.html

On Fri, Mar 27, 2009 at 7:57 PM, VV zhou.vi...@gmail.com wrote:


 Hi, I'm new to GAE and I'm trying to put a application on GAE. but it
 was written by C++. Is there any a way to wrap up the C++ code as a
 class (or others) and then run on GAE?
 Or any other cloud computing system can support this way? like EC2?
 thanks


 



-- 

Alkis

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Can C++ code be wrapped up on GAE?

2009-03-27 Thread nima dilmaghani
Windows Azure will have C++ support.  You may want to contact them to see if
there is an early adopter program for it.  Contact me offline if you can't
find the right person.

Nima Dilmaghani

nimad.wordpress.com

2009/3/27 Alkis Evlogimenos ('Αλκης Ευλογημένος) evlogime...@gmail.com

 No you can't wrap C++ in GAE.

 Since you are new at it, you might find it useful to read the documentation
 first. This part is covered here:
 http://code.google.com/appengine/docs/python/runtime.html

 On Fri, Mar 27, 2009 at 7:57 PM, VV zhou.vi...@gmail.com wrote:


 Hi, I'm new to GAE and I'm trying to put a application on GAE. but it
 was written by C++. Is there any a way to wrap up the C++ code as a
 class (or others) and then run on GAE?
 Or any other cloud computing system can support this way? like EC2?
 thanks






 --

 Alkis


 



-- 
Nima

--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To post to this group, send email to google-appengine@googlegroups.com
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---