Re: [google-appengine] How to implement publish/subscribe broadcast functionality with the Channel Service?

2013-09-09 Thread Vinny P
On Mon, Sep 9, 2013 at 2:37 AM, Dan wrote: > I would like to broadcast one message to a 'channel' and have many > subscribers get updated in real-time using the App Engine Channel Service. > How can I do this? > send_message(client_id, message) is only intended to be used to send *one* > message

[google-appengine] CR+LF changing to __ in HTTP response header

2013-09-09 Thread Jeff Lockhart
Although community support has moved to Stack Overflow, I find it difficult to receive any attention to my questions there. I have come ac

Re: [google-appengine] Can't add a domain using my google apps account (paid subscription in the trial period)

2013-09-09 Thread Vinny P
On Mon, Sep 9, 2013 at 10:13 AM, GAEfan wrote: > Thanks, Vinny. That is a great help! > > Any tricks to getting email to the alias domain, e.g. ' > i...@aliaseddomain.com'? > > Really appreciate the time you've put into this. > Yes, the aliased domain's email is forwarded to the main domain re

Re: [google-appengine] Future of BlobStore and the FileService API

2013-09-09 Thread Vinny P
On Mon, Sep 9, 2013 at 8:58 AM, Alexander Bertram wrote: > At this point, I really don't consider the GCS a good replacement for the > BlobStore because of the high latencies between GCS and AppEngine - at > least that's been my experience with our EU-based app. Do you anticipate > that GCS will

Re: [google-appengine] Sideloading Data to Local Dev server datastore?

2013-09-09 Thread Vinny P
On Mon, Sep 9, 2013 at 12:56 PM, rdodev wrote: > We're trying to setup an acceptance/integration test environment for our > app engine application to be run against our local dev servers. To do so in > a time-efficient manner, we need to be able to side-load data to the > datastore, that is, ciru

[google-appengine] failure to setting up my proxy server and python

2013-09-09 Thread 金赫
Dear all, I want to build up private proxy server in China, Because it was too late when I access abroad website, even access to normal commercial site. So I try to build up proxy server as google app mentioned. But, The result was failure. I tried to double check to Japan side, it was working n

[google-appengine] failure to setting up my proxy server and python

2013-09-09 Thread 金赫
Dear all, I want to build up private proxy server in China, Because it was too late when I access abroad website, even access to normal commercial site. So I try to build up proxy server as google app mentioned. But, The result was failure. I tried to double check to Japan side, it was working no

[google-appengine] Google App Engine SDK 1.8.4 is now available!

2013-09-09 Thread Richmond Manzana
Hi Everyone, We're happy to announce that we have released the 1.8.4 SDK. For details, please read our blog post and release notes. http://googlecloudplatform.blogspot.com/2013/09/cloud-platform-updates-app-engine-184.html Release notes for Python/PHP: http://code.google.com/p/googleappengine/w

[google-appengine] Re: 250gb search index size limitation

2013-09-09 Thread bFlood
hi jon I'd be interested to know the size of your documents and the index itself. I guess mine are relatively small now (200K docs, <1kb each) but in production, the average search latency is around 200-300ms (haven't tested under significant load though). I've never seen 3 seconds for queries

[google-appengine] Re: 250gb search index size limitation

2013-09-09 Thread bFlood
there's not much data in there right now, probably because each of my documents only has 10-15 fields. I'm wondering how much perf degrades as the indexes grow. I was hoping they didn't at all but jon's 3sec latency must be coming from somewhere ~200K documents over 3 indexes. doc size is vari

[google-appengine] Re: 250gb search index size limitation

2013-09-09 Thread Kaan Soral
Hi Brian Can you share "Search API Basic Operations","Bytes Indexed","Stored Data","Complex Searches","Simple Searches " etc - from dashboard - if they are not private? I'm wondering how much actual data results in 250gb of indexes Thanks in Advance :) On Monday, September 9, 2013 8:38:55 PM

[google-appengine] Sideloading Data to Local Dev server datastore?

2013-09-09 Thread rdodev
Hi folks, We're trying to setup an acceptance/integration test environment for our app engine application to be run against our local dev servers. To do so in a time-efficient manner, we need to be able to side-load data to the datastore, that is, cirumventing the app altogether, wiping the loc

[google-appengine] Do channels in production still work?

2013-09-09 Thread PK
I would appreciate any input on this question... http://stackoverflow.com/questions/18690793/google-app-engine-channel-code-fails-in-production-with-javascript-cannot-read This falls in the dreaded bucket of something that works fine with the SDK and fails in production. PK http://www.gae123.co

[google-appengine] Re: Future of BlobStore and the FileService API

2013-09-09 Thread Christopher Ritter
I sure hope so... (Frankly the longer they delay the forced switch the better) Be interested to hear Chris Ramsdale's input on it. - Chris On Monday, September 9, 2013 9:58:45 AM UTC-4, Alexander Bertram wrote: > > Hi there, > > We use the BlobStore extensively to store application-created data

[google-appengine] Re: GAE 1.8.4 release is available on Eclipse update, but not announced yet?

2013-09-09 Thread Tom
Exactly. Yes, I am using Endpoints and that is why I'm scared to install. Doesn't appear that they test endpoints before rolling out new SDK's. Tom On Saturday, September 7, 2013 5:15:33 AM UTC-4, Johan Compagner wrote: > > i would not install it if you are using the cloud enpoint generation >

Re: [google-appengine] Can't add a domain using my google apps account (paid subscription in the trial period)

2013-09-09 Thread GAEfan
Thanks, Vinny. That is a great help! Any tricks to getting email to the alias domain, e.g. 'i...@aliaseddomain.com'? Really appreciate the time you've put into this. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from

[google-appengine] Future of BlobStore and the FileService API

2013-09-09 Thread Alexander Bertram
Hi there, We use the BlobStore extensively to store application-created data, using the FileService API. I understand that the FileService API is going to be deprecated in favor of GCS. At this point, I really don't consider the GCS a good replacement for the BlobStore because of the high lat

Re: [google-appengine] Moving application to European datacenter?

2013-09-09 Thread Aswath Satrasala
Any updates on this -Aswath On Tue, Aug 6, 2013 at 5:26 PM, stephanos wrote: > Are there any news on that question? > > > On Saturday, July 13, 2013 2:35:02 PM UTC+2, stephanos wrote: >> >> Just to be clear: Will I be able to move my existing app from US to EU or >> will I have to create a new

[google-appengine] How to implement publish/subscribe broadcast functionality with the Channel Service?

2013-09-09 Thread Dan
I would like to broadcast one message to a 'channel' and have many subscribers get updated in real-time using the App Engine Channel Service. How can I do this? The Channel Service send_message(client_id, message) is only