[google-appengine] Protocol Buffers

2012-08-31 Thread Larry White
is there any support in appengine for using protocol buffers for data 
transfer (eg. through RPCs).  

If not, what recommended practices do people have for minimizing latency 
between AppEngine and clients, when clients are spread across the globe?

-- 
You received this message because you are subscribed to the Google Groups 
Google App Engine group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/-7T-KWknCvEJ.
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] Protocol Buffers

2012-08-31 Thread Drake
We haven't had much luck with the ProtoRPC on Python 2.7 Like hello world is
a pain to get up, and it is really poorly documented.

 

From: google-appengine@googlegroups.com
[mailto:google-appengine@googlegroups.com] On Behalf Of Larry White
Sent: Friday, August 31, 2012 4:54 AM
To: google-appengine@googlegroups.com
Subject: [google-appengine] Protocol Buffers

 

is there any support in appengine for using protocol buffers for data
transfer (eg. through RPCs).  

 

If not, what recommended practices do people have for minimizing latency
between AppEngine and clients, when clients are spread across the globe?

-- 
You received this message because you are subscribed to the Google Groups
Google App Engine group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-appengine/-/-7T-KWknCvEJ.
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.



Re: [google-appengine] Protocol Buffers

2012-08-31 Thread Kristopher Giesing
I thought protocol buffers were designed to minimize bandwidth, not 
latency?  I don't see how a data transmission format would minimize latency.

I've never had any serious problems with JSON, personally.

- Kris

On Friday, August 31, 2012 8:57:14 AM UTC-7, Brandon Wirtz wrote:

 We haven’t had much luck with the ProtoRPC on Python 2.7 Like hello world 
 is a pain to get up, and it is really poorly documented.

  

 *From:* google-a...@googlegroups.com javascript: [mailto:
 google-a...@googlegroups.com javascript:] *On Behalf Of *Larry White
 *Sent:* Friday, August 31, 2012 4:54 AM
 *To:* google-a...@googlegroups.com javascript:
 *Subject:* [google-appengine] Protocol Buffers

  

 is there any support in appengine for using protocol buffers for data 
 transfer (eg. through RPCs).  

  

 If not, what recommended practices do people have for minimizing latency 
 between AppEngine and clients, when clients are spread across the globe?

 -- 
 You received this message because you are subscribed to the Google Groups 
 Google App Engine group.
 To view this discussion on the web visit 
 https://groups.google.com/d/msg/google-appengine/-/-7T-KWknCvEJ.
 To post to this group, send email to google-a...@googlegroups.comjavascript:
 .
 To unsubscribe from this group, send email to 
 google-appengi...@googlegroups.com javascript:.
 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 view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/YXgWWLa19x8J.
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] protocol buffers (lastversion) support

2010-06-09 Thread alf
Can anybody tell me if  protocol buffers  (version open source) will
be add to gae soonly.?

-- 
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-appeng...@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] Protocol Buffers with Appengine

2009-04-20 Thread vijay
Hi All,I am working on a website(using GWT and appengine)  where I need to
save some data to app engine datastore using JDO, for this as mentioned in
tutorialshttp://code.google.com/appengine/docs/java/gettingstarted/usingdatastore.htmlI
need to write a persistent class, I would like to know if I can use
proto
buff http://code.google.com/apis/protocolbuffers/docs/overview.html and Is
there a way to make it persistent, I guess that will save me lot of time and
code. Any suggestions??

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