[google-appengine] Re: Some questions about instances

2013-06-04 Thread timh
Which is better is subjective. I prefer python, others java. Things to consider how much existing code from other sources for python or java that already run on appengine are you likely to use. That would feature highly in your decision making process. Performance with java seems to depend

[google-appengine] Re: How to set deadline for a PHP URL fetch?

2013-06-04 Thread 1moretime
Hi, Stuart Thanks for your reply, I tried following code, but failed. code $data = http_build_query($data); $context = array(http= array( method = POST, content = $data, //header = Connection: keep-alive\r\n, //deadline =

Re: [google-appengine] can I deploy any war file to GAE

2013-06-04 Thread Eman Hossny
many thanks for ur reply. I understood from ur reply that it is possible to deploy war file to GAE through using CLI.-- is what true? if yes, I hope to create an application that can be used to deploy any war file to GAE. so I asked if there exists any library which i can use in my app to deploy

[google-appengine] App Engine console really slow lately?

2013-06-04 Thread Jason Collins
Has anyone else found the App Engine dashboard/console really, really slow lately (perhaps the past week)? It's painful to use for me. j -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop receiving

[google-appengine] Re: App Engine console really slow lately?

2013-06-04 Thread Jason Collins
Oh - and lots of errors too: Server Error A server error has occurred. Return to Applications screen » https://appengine.google.com/ On Tuesday, 4 June 2013 08:22:27 UTC-6, Jason Collins wrote: Has anyone else found the App Engine dashboard/console really, really slow lately (perhaps the

Re: [google-appengine] Re: Memcache expiration

2013-06-04 Thread Vinny P
On Monday, June 3, 2013 9:18:14 AM UTC-5, Pertti Kellomäki wrote: In my case the memcache entry reflects what would be the result of a particular datastore query, so if the entry is purged the datastore query can always be run. That is exactly the recommended best practice way to use the

Re: [google-appengine] Re: Memcache expiration

2013-06-04 Thread Pertti Kellomäki
Glad to hear that ;-) Pertti On Tue, Jun 4, 2013 at 5:55 PM, Vinny P vinny...@gmail.com wrote: On Monday, June 3, 2013 9:18:14 AM UTC-5, Pertti Kellomäki wrote: In my case the memcache entry reflects what would be the result of a particular datastore query, so if the entry is purged the

Re: [google-appengine] Re: Some questions about instances

2013-06-04 Thread Barry Hunter
Dont forget Go. (and ultimately PHP :) By all accounts Go fares really well on AppEngine. And offers built in concurrency. On Tue, Jun 4, 2013 at 7:02 AM, timh zutes...@gmail.com wrote: Which is better is subjective. I prefer python, others java. Things to consider how much existing code

[google-appengine] get user by access token

2013-06-04 Thread Jozef Môstka
Hi all. I need login user in server side by access token and get their user infomrmations. it is possible ? Im looks in com.google.appengine.api but Im not find it. I get acces token in client side using google oauth2 and after send to server. thanks. -- You received this message because

Re: [google-appengine] UnicodeEncodeError but still saves to the Datastore

2013-06-04 Thread Renzo Nuccitelli
What i do in my application is setting unicode literals in my scripts. All of them start with: from __future__ import unicode_literals Once GAE and Jinja, my template system, work just fine with this configuration, i have no hadaches with strings. Good Lucky, Renzo On Monday, June 3, 2013

[google-appengine] Task Queues not running

2013-06-04 Thread Scott
My application isn't running tasks in the task queue right now. It hasn't been for four hours. I get errors on the dashboard when I try to view specific queues (sometimes) or when I try to manually run a task (all the time it seems). Is anyone else having this problem? These tasks really need

[google-appengine] 1.8.1 Pre-release SDKs Available.

2013-06-04 Thread Richmond Manzana
Hello Again Everyone! We've been busy since I/O! Pre-release SDKs for Python and Java here: http://code.google.com/p/**googleappengine/downloads/listhttp://code.google.com/p/googleappengine/downloads/list Please see the pre-release notes below. Cheers, Richmond Manzana App Engine Python SDK

[google-appengine] Re: How to set deadline for a PHP URL fetch?

2013-06-04 Thread Vinny P
Can you tell us what URL you're connecting to? The server may be slow or be difficult to resolve. I would suggest using *stream_get_meta_data* ( http://us3.php.net/stream_get_meta_data ) to inspect the stream and see what exactly is going on - you'll get a more detailed error message.

[google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-04 Thread Bryce Cutt
Regarding the Files API deprecation: Is this as of right now or as of the final release of SDK 1.8.1? I guess files already written will continue to work as is since they are no different than other blobstore files? Anything wrong with that assumption? With this announcement, Google's push for

[google-appengine] Re: get user by access token

2013-06-04 Thread Vinny P
On Tuesday, June 4, 2013 10:48:26 AM UTC-5, Jozef Môstka wrote: I need login user in server side by access token and get their user infomrmations. it is possible ? Im looks in com.google.appengine.api but Im not find it. What user information do you want? If you just need to authorize

[google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-04 Thread Doug Anderson
Could you please clarify this point? - The Experimental Files API has been deprecated in favor of the Google Cloud Storage library, now available as a Preview feature. Does this mean Blobstore writes are deprecated (I assume so)? Does it also mean the current Cloud Storage files based API is

[google-appengine] Re: How can I delete my Entity and Indexes in my app engine home page?

2013-06-04 Thread Vinny P
On Monday, June 3, 2013 12:59:59 AM UTC-5, 武萌 wrote: I have deployed some useless Entity and Indexes for testing. Now I want to delete them. How can I do that? Depends on the language for your app. If you have a Java application, you have a file marked datastore-indexes.xml in your /war/

[google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-04 Thread Kaan Soral
+1 on this question I've been using blobstore for years, it's not so bad, it's bad but not too bad Should I invest my time and switch to Cloud Storage? (I don't even know how it works, whether it's practical for image like files etc. since blobstore did the job I've never investigated it) On

[google-appengine] How do I create an App Engine application in the EU without a Premier account?

2013-06-04 Thread Jon Ramvi
It's stated in the documentation that it's possible: If you have an App Engine Premier account, you can specify that your new application should reside in the European Union rather than the United States. For developers that do not have a Premier account, you will need to enable billing for

[google-appengine] JPA @PrePersist does not work on a child :(

2013-06-04 Thread nermin . brgulja
Hello Group, I have a probably simple problem with my application which I am obviously not able to solve. Two Classes: CompanyX, TradesmanX CompanyX stays in a OneToOne Connection with TradesmanX I use @PrePersist on Tradesman in order to pre-set some fields (e.g. Has password or set Account

[google-appengine] Count datastore reads for request

2013-06-04 Thread Yair Eshel
I suspect one of my requests is taking more datastore calls then I set in my script. Any way to see datastore calls count, per request in my logs? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To unsubscribe from this group and stop

[google-appengine] Regarding the Backend development of my Android APP

2013-06-04 Thread innernetab
Hi, I am a newbie to Google app engine and android app. As I have got a project with specifications has Google app engine needs to be used. Now my problem is I am unable to find the tutorial for creation of database or table on app engine and uploading of my Backend PHP or python code. So can

Re: [google-appengine] Count datastore reads for request

2013-06-04 Thread Matt Jibson
You can use appstats to do that: https://developers.google.com/appengine/docs/python/tools/appstats Sorry for the previous link, thought it was on the go list. On Tue, Jun 4, 2013 at 11:08 AM, Yair Eshel guruy...@gmail.com wrote: I suspect one of my requests is taking more datastore calls

Re: [google-appengine] Count datastore reads for request

2013-06-04 Thread Matt Jibson
http://godoc.org/github.com/mjibson/appstats On Tue, Jun 4, 2013 at 11:08 AM, Yair Eshel guruy...@gmail.com wrote: I suspect one of my requests is taking more datastore calls then I set in my script. Any way to see datastore calls count, per request in my logs? -- You received this message

[google-appengine] Re: Task Queues not running

2013-06-04 Thread Diego
Mines either. On Tuesday, June 4, 2013 3:35:41 PM UTC-3, Scott wrote: My application isn't running tasks in the task queue right now. It hasn't been for four hours. I get errors on the dashboard when I try to view specific queues (sometimes) or when I try to manually run a task (all the

[google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-04 Thread Max Ross
Hi everyone, I'll try to batch answers to multiple questions into a single response. 1) We're not making any Blobstore announcements or decisions in this release. 2) The only thing we're announcing here is our intent to decommission the experimental Files API. That's

[google-appengine] Re: How to set deadline for a PHP URL fetch?

2013-06-04 Thread 1moretime
Thanks Vinny I'm trying to POST data to http://cx.xaa.cc/checksn.asp with gae php. It seems that my post request written in php closed in about 5 seconds, so i guess my request deadline was not set properly. GAE don't support fclose, so i don't know how to use stream_get_meta_data. Jason On

[google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-04 Thread Bryce Cutt
So, so I don't misunderstand, when you say experimental Files API you are not including this one? https://developers.google.com/appengine/docs/python/blobstore/blobstorefiles That is the one I thought was being deprecated when I saw the announcement. - Bryce On Tuesday, June 4, 2013 5:07:59

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-04 Thread Jason Galea
yeh, same here, but it looks like they should have said experimental Cloud Files API.. https://developers.google.com/appengine/docs/python/googlestorage/functions On Wed, Jun 5, 2013 at 11:27 AM, Bryce Cutt pandas...@gmail.com wrote: So, so I don't misunderstand, when you say experimental

Re: [google-appengine] Regarding the Backend development of my Android APP

2013-06-04 Thread Google Tasks Backup Moderator
Try these https://developers.google.com/appengine/docs/python/gettingstartedpython27/ https://developers.google.com/appengine/docs/python/gettingstartedpython27/usingdatastore PHP link on the left side at https://developers.google.com/appengine/ On 4 June 2013 18:18, innerne...@gmail.com

Re: [google-appengine] Re: 1.8.1 Pre-release SDKs Available.

2013-06-04 Thread Chris Ramsdale
Jason, that is correct -- in a future release we are going to decommission the Experimental Google Cloud Storage API Functions. These APIs and their Experimental status are documented at the following links: - https://developers.google.com/appengine/docs/python/googlestorage/functions -

[google-appengine] Changed instance type from F1 to F4, need to restart app for change to take effect, how?

2013-06-04 Thread Byron Gibson
Hi all, GAE docs say that for GAE Java, if you change the instance type you must restart your app for the change to take effect. But I'm missing the Restart button in the web control panel, and not finding the answer either here or at StackOverflow, or anywhere else. How do you manually

[google-appengine] Re: Changed instance type from F1 to F4, need to restart app for change to take effect, how?

2013-06-04 Thread Byron Gibson
Update: seems to have auto-restarted a minute later. On Tuesday, June 4, 2013 8:10:29 PM UTC-7, Byron Gibson wrote: Hi all, GAE docs say that for GAE Java, if you change the instance type you must restart your app for the change to take effect. But I'm missing the Restart button in the

[google-appengine] Re: Wordpress + AppEngine = PressEngine

2013-06-04 Thread @Mlaynes
..really PHP is a language with quite a presence in the web development world .. and a lot of opensource projects very interesting like Wp, Elgg, Drupal, Magento and others, now they will can to run within GAE platform without major changes.. I think is a great news @Mlaynes -- You received

[google-appengine] working GAE-Java projects on Netbeans

2013-06-04 Thread @Mlaynes
to work GAE-Java Projects with Netbeans IDE until version 6.9 we had the support of kenai.com, but really worth noting that Kenai is no longer provided adequate support to their plugin and the updates constants of SDK for Java of Google App Engine, so several times we were looking for and