[google-appengine] Using GAE as a pipe

2011-08-18 Thread Mikael Grev
Hello,

Is it possible in a fairly easy way to use GAE as a pipe, basically
transporting custom binary data between two computers via a Google
server?

And if so (which I really expect to be possible) how will it perform?
I mean approximately which throughput will I get. And is there a way,
hopefully automatically, to make it use the closest server to pipe
through?

I ask because I was thinking about using GAE as a proxy server for VNC
when there's two computers between firewalls that wants to talk to
each other.

Cheers,
Mikael

-- 
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.



Re: [google-appengine] Using GAE as a pipe

2011-08-18 Thread Barry Hunter
No GAE wont really do this.

GAE basically speaks HTTP - and over a CGI model. I.e. requests/responses.

So a http requests comes in, a GAE script processes, it sends back
some data (usually HTML but doesnt have to be) and then when the front
end server gets the responce it forwards it back to the user.

Probably a cheap VPS hosting somewhere will be best.



On Thu, Aug 18, 2011 at 2:56 PM, Mikael Grev  wrote:
> Hello,
>
> Is it possible in a fairly easy way to use GAE as a pipe, basically
> transporting custom binary data between two computers via a Google
> server?
>
> And if so (which I really expect to be possible) how will it perform?
> I mean approximately which throughput will I get. And is there a way,
> hopefully automatically, to make it use the closest server to pipe
> through?
>
> I ask because I was thinking about using GAE as a proxy server for VNC
> when there's two computers between firewalls that wants to talk to
> each other.
>
> Cheers,
> Mikael
>
> --
> 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.
>
>

-- 
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.