On Sat, Jan 17, 2015 at 1:40 PM, Bryan Goldberg <bgo...@gmail.com> wrote:

> I have a fresh install of an Ubuntu Compute Engine. I am using the php
> runtime of google app engine and I was wondering if there was a way to
> communicate with my GCE without installing apache on my GCE.
>


As Jim said, a socket connection is probably the best way to handle
communications to your GCE instance.

However - depending on your communications needs - you could go a lot of
different ways. For instance, you could have your GCE machine periodically
poll a page on your App Engine site. Another alternative is to communicate
over XMPP: the PHP GAE runtime doesn't have access to the XMPP service, but
you could write a Java/Python module and use the App Engine XMPP capability.


-----------------
-Vinny P
Technology & Media Consultant
Chicago, IL

App Engine Code Samples: http://www.learntogoogleit.com

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to google-appengine+unsubscr...@googlegroups.com.
To post to this group, send email to google-appengine@googlegroups.com.
Visit this group at http://groups.google.com/group/google-appengine.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-appengine/CALSvALDC1bSvVuY-_nwRTsPPD13YG5X_QExZrQE1cQkurNG48w%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to