Re: [google-appengine] Re: NDB Transactions

2012-09-25 Thread Moises Belchin
Thanks Guido. Regards. Moisés Belchín. 2012/9/24 Guido van Rossum > Sorry, the underlying Datastore does not (yet) support nested > transactions, so you cannot nest them at all. > > > On Monday, September 24, 2012 1:53:43 AM UTC-7, Moises Belchin wrote: >> >> Hi, >> >> In NDB we can use @ndb.tr

Re: [google-appengine] How to delete Text Search Name

2012-09-25 Thread Moises Belchin
Thanks Amy, We're testing this new feature and we have some "test" names we'd like to delete. Do you know when this feature will be available ? Regards. Moisés Belchín. 2012/9/24 Amy Unruh > > On 24 September 2012 18:48, Moises Belchin wrote: > >> Hi and thanks for answers, >> >> I removed

[google-appengine] How to display server information on html use kind of "Flush" use webapp2 ?

2012-09-25 Thread forNightmare TF
How to display server information on html use kind of "Flush" use webapp2 ? How to print the server information in console reflash the html ? -- 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

Re: [google-appengine] How to display server information on html use kind of "Flush" use webapp2 ?

2012-09-25 Thread Shilendra Sharma
Hi, See this may help to you http://stackoverflow.com/questions/12450868/how-to-print-html-source-to-console-with-phantomjs Regards & Thanks Shilendra Sharma +919891343808 shilendra...@googlemail.com On Tue, Sep 25, 2012 at 2:53 PM, forNightmare TF wrote: > How to display server information o

Re: [google-appengine] How to display server information on html use kind of "Flush" use webapp2 ?

2012-09-25 Thread forNightmare TF
Thank you, is there some way to solve it without use javascript ? 2012/9/25 Shilendra Sharma > Hi, See this > > may help to you > > > http://stackoverflow.com/questions/12450868/how-to-print-html-source-to-console-with-phantomjs > > Regards & Thanks > Shilendra Sharma > +919891343808 > shilendra

Re: [google-appengine] Request was aborted errors

2012-09-25 Thread Andrew Mackenzie
> > This morning (September 25, 2012) I was performing testing on an appID. >> >> Until about 12.30PM, CET there was no sign of errors. >> >> Since then (now 1PM) I get this error reported about 30%-50% of the time on >> my simple GET request to my simple test servlet that does nothing, except

[google-appengine] Re: Error code 104

2012-09-25 Thread radomir
I think it's not related to a particular User as we see really a lot of HardDeadlineExceededError errors (followed by the error code 104 message at the end of log) for the last few days, which is very disturbing. >From what I've seen, it happens when request is routed to a new instance that fa

Re: [google-appengine] Re: NDB Query offset - limit

2012-09-25 Thread Guido van Rossum
On Tue, Sep 25, 2012 at 1:12 AM, Moises Belchin wrote: > Hi Guido, > > Thanks for your comments and help. > > I think adding sort order by key is a problem. For example: > > If you have a kind on which you have equals filters using fetch with limit, > offset you don't need to use indexes. However

[google-appengine] Re: Issues associated with enabling multi-threading via

2012-09-25 Thread Hugo Visser
Hi Andrew, To me, the whole point is kinda moot, since threadsafe is a required setting for Java apps (which is a good thing). Also, the points that you raise in the post are not different from the gotcha's as they are present in a "normal" Java servlet stack. There's not much App Engine speci

Re: [google-appengine] Does app engine costs me when entity cache hit?

2012-09-25 Thread Jeff Schnitzer
Queries will always cost you. Get-by-key operations, however, can be satisfied from the cache and do not necessarily reach the datastore. Jeff On Mon, Sep 24, 2012 at 8:29 PM, shaca wrote: > https://developers.google.com/appengine/docs/python/ndb/cache > > According to this document, there is 2

Re: [google-appengine] Re: Issues associated with enabling multi-threading via

2012-09-25 Thread Andrew Mackenzie
Hi Hugo, Thanks for the comments. But its not moot. The element in appengine-web.xml is obligatory, but can be set to false. Current production environment respects it. I have done many tests to verify that with overlapped requests and the changes in behaviour when changing that setting. Point t

[google-appengine] Re: Reliability of GAE (Google App Engine) as a platform for an eCommerce website

2012-09-25 Thread Jairo Vasquez
Anyone from GAE answering about PCI DSS compliance? Thanks On Monday, October 31, 2011 4:53:03 PM UTC-2, 1qazxsw2 wrote: > > I own an eCommerce website running on BlueHost shared hosting with a > dedicated IP and an SSL certificate installed. All is working fine. > > I am now in the process of

[google-appengine] Re: PCI compliance for transmitting cardholder data?

2012-09-25 Thread Jairo Vasquez
Any answer from GAE team here? Thanks On Monday, July 13, 2009 1:02:06 PM UTC-3, Tony wrote: > > Has anyone attempted to achieve PCI compliance for an App Engine app > that transmits (without storing) cardholder data (e.g., Paypal's > "Payments Pro" version)? I was just curious if anyone has h

Re: [google-appengine] Re: Issues associated with enabling multi-threading via

2012-09-25 Thread Hugo Visser
Yes, you're right, I thought it was required, but supplying the element is now required, thanks for pointing that out. I don't see why you wouldn't want to use thread safe though, especially for Java apps and libraries that are in other environments also built with thread safety in mind. Hugo

Re: [google-appengine] Re: Issues associated with enabling multi-threading via

2012-09-25 Thread Andrew Mackenzie
Hi Hugo, Oh, we want it all-right, the performance / resource-usage benefits are compellingbut you just need to make sure *your* code (assuming libraries are OK) is ready for itor you're going to see some pretty difficult to debug bugs. -- You received this message because you are sub

Re: [google-appengine] Quota's haven't increased after 1st billing cycle

2012-09-25 Thread Chris
Hi Christina, They are: api-itheme & www-itheme Thanks Chris On Monday, September 24, 2012 10:09:30 PM UTC+1, Christina Ilvento wrote: > > Hi Chris, > > Can you provide an app-id that's having the issue? > > > Thanks, > Christina > > On Mon, Sep 24, 2012 at 1:57 PM, Chris >wrote: > >> Hi, >>

[google-appengine] Deployment problem : appcfg.py:2161 An error occurred processing file ''

2012-09-25 Thread Sadaf Noor
This is what I have got when I try to deploy my app :/ What can be done? >From where this blank file process is getting appeared? :/ Starting update of app: sadaf2605, version: 1 Getting current resource limits. 2012-09-26 02:03:49,990 ERROR appcfg.py:2161 An error occurred processing file '': . A

[google-appengine] Re: IE/Opera + Dev Server = slow, problematic

2012-09-25 Thread Bryce Cutt
Correction: The necessary argument is --address=0.0.0.0 On Monday, September 24, 2012 12:20:14 PM UTC-7, Bryce Cutt wrote: > > I have seen this before and I believe it is due to the browser making > multiple parallel connections to the dev server. The dev server only > supports a single connect

[google-appengine] Re: Naked https (SSL) domain?

2012-09-25 Thread Bryce Cutt
Waleed, VIP does not solve this issue. You get the same SSL cert warning. They imply that the IP could change at any time so I would not rely on it being the same for multiple requests. Thomas, If you just want a redirect you could set up a VPS that does the redirect for you and uses either you

[google-appengine] Re: IE/Opera + Dev Server = slow, problematic

2012-09-25 Thread Kaan Soral
Thanks for the suggestion Bryce -- 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/-/_x_9v9sn-fAJ. To post to this group, send email to google-appengine

[google-appengine] Re: PCI compliance for transmitting cardholder data?

2012-09-25 Thread D X
Hm... I thought I posted a reply but I don't see it. I asked this at a GAE Hangout once, the answer was no. You can't store payment info on GAE. You can implement ecommerce sites if you use a PCI payment gateway like stripe or paypal. On Tuesday, September 25, 2012 2:57:29 PM UTC-4, Jairo Vas

[google-appengine] Memcache seems to be cleared periodically

2012-09-25 Thread Tom Saulpaugh
I've been observing our production system memcache stats today and noticed that the oldest object in the cache is only 7 minutes old. On our test system, running the same code, the oldest object is over 4 hours old. On our production system, I saw today at least 3 times where the oldest aged

[google-appengine] Re: using app engine for extremely demanding multiplayer browser game

2012-09-25 Thread Edu
Hi Karel and Jay, I'm trying to project the cost of hosting and bandwith for a social game we're developing. It's a flash game, sort of like Mafia Wars Shake down (for comparison purposes). I was thinking of budgeting $70 per 1000 users. Not sure what cloud company should I use yet, although Ri

Re: [google-appengine] Custom SSL certificate with more than two intermediate CAs

2012-09-25 Thread Ivan Volosyuk
You may want to concatenate the files into your certificate.pem for extra compatibility with various browsers. On Tuesday, September 25, 2012 2:22:33 PM UTC+10, gops wrote: > > newbie here. > > my ca provide 3 .crt format certificates. > > and I am allowed to upload only one pem via google apps s

Re: [google-appengine] Re: using app engine for extremely demanding multiplayer browser game

2012-09-25 Thread Jeff Schnitzer
It sounds like your game has a relatively small amount of rapidly mutating data. In general, this is the kind of thing that GAE is bad at. GAE is great for large amounts of data, each piece of which changes slowly. Aside from the read and write cost, there is an update limit of one transaction p

Re: [google-appengine] Duplicate app when you have too many apps

2012-09-25 Thread Nicholas Jitkoff
I'm running into the same issue (using this address). I've got a dozen apps, and need to migrate them over. On Friday, August 24, 2012 7:32:37 AM UTC-7, Takashi Matsuo (Google) wrote: > > > Hi Dmitry, > > Which account you're using for app engine? I'm going to look into it. > > -- Takashi > > > O