Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-10 Thread Tapir
On Tuesday, February 11, 2014 1:32:23 PM UTC+8, Tapir wrote: > > I really like the basic part of your framework, the python route config > style and the simple view files. > > For it is also based on servlet, I think it can't solve the warmup problem. > Bit I would give it a try in my later new

Re: [google-appengine] Have anyone tried to port a java project with heavy framworks, such as struts and spring, to a pure jsp/servlet project?

2014-02-10 Thread Tapir
I really like the basic part of your framework, the python route config style and the simple view files. For it is also based on servlet, I think it can't solve the warmup problem. Bit I would give it a try in my later new projects. On Monday, February 10, 2014 5:29:32 AM UTC+8, Nick wrote: > H

Re: [google-appengine] Re: The Worst Google Service ever

2014-02-10 Thread Coto Augosto C.
Just for your information here is the ironic answer I received from Google Support (Case 03798195) when I claimed for the charge of $0.01 daily for a disabled PageSpeed *Created By: Szabolcs Feczak (1/10/14)* Dear Rodrigo, You wrote: "charging $0.01 daily for PageSpeed and it was disabled on

Re: [google-appengine] low python and java bug acknowledgment

2014-02-10 Thread PK
I agree with you, this is ridiculous. In addition to what you pay for the service, you need to pay extra for support so that they look at the bugs you report, even when they are Google's bugs. And from what I am reading, those who pay for support are not happy either. You thought you moved away

[google-appengine] Re: 1.9.0 Pre-Release SDKs are now available.

2014-02-10 Thread Kirill Lebedev
Thanks for this information. Actually one of our appengines is already on 1.9.0. And I have a compatibility question based on your notes: We are actively using Java version of MapReduce library. We are still on 0.2 version (Blobstore-based intermediate storage and InMemory Shuffling). We tried

[google-appengine] Can't access ODK data in data store

2014-02-10 Thread Leto Atreides
I'm trying to access data that ODK has pushed into the datastore. The below code words fine when I query an entity that I created via Python, which was called "ProductSalesData". The entity name ODK has given it's data is "opendatakit.test1". When I update the data model to class opendatakit.t

[google-appengine] Re: App engine import multiprocessing error

2014-02-10 Thread timh
You can't use multiprocessing on appengine. Multiprocessing is for creating and coordinating sub processes for parallelism. That is not an option on appengine. Appengine has other facilities like async methods, task queues and backends (which can use traditional threading). You will need to r

Re: [google-appengine] App engine import multiprocessing error

2014-02-10 Thread Vinny P
On Mon, Feb 10, 2014 at 2:20 PM, tao hong wrote: > I would like to use `multiprocessing` library for my site. However, I ran > into some import error in the local test environment. Can I have any > suggestions on how to fix this issue? or I have to use `threading` library > instead of `multiproc

Re: [google-appengine] It is possible to update datastore entities or delete entities of a Kind?

2014-02-10 Thread Vinny P
On Mon, Feb 10, 2014 at 11:23 AM, Juan de Dios Becerra < j.becerra4...@gmail.com> wrote: > It seems like I finally could retrieve an entity and modify the content, > my actual doubt is how can I retrieve more than 1,000 entities, because I > got a warning because I have more than 1,000 entitites i

[google-appengine] Re: low python and java bug acknowledgment

2014-02-10 Thread pdknsk
Unfortunately this hasn't changed, probably worsened. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to google-appengine+unsubscr...@googlegroups.com. To post

[google-appengine] Re: The Worst Google Service ever

2014-02-10 Thread husayt
It will be interesting to see Google's reply. I am concerned each time I hear stories like this. On Monday, 10 February 2014 21:18:28 UTC, coto wrote: > > Today I am asking to stop Google Cloud Gold Support, in my humble opinion, > the worst Google Service ever, > > Google Cloud has bad servic

[google-appengine] The Worst Google Service ever

2014-02-10 Thread coto
Today I am asking to stop Google Cloud Gold Support, in my humble opinion, the worst Google Service ever, Google Cloud has bad services, but Google Cloud Gold support was the worst ever. - $400 a month, we never received a solution for the most important issues, issues about Google bill

[google-appengine] App engine import multiprocessing error

2014-02-10 Thread tao hong
I would like to use `multiprocessing` library for my site. However, I ran into some import error in the local test environment. Can I have any suggestions on how to fix this issue? or I have to use `threading` library instead of `multiprocessing`. Thanks! Below is the traceback information.

Re: [google-appengine] It is possible to update datastore entities or delete entities of a Kind?

2014-02-10 Thread Juan de Dios Becerra
It seems like I finally could retrieve an entity and modify the content, my actual doubt is how can I retrieve more than 1,000 entities, because I got a warning because I have more than 1,000 entitites in a kind, how can I make this? El viernes, 7 de febrero de 2014 11:10:41 UTC-6, PK escribió:

[google-appengine] Re: 1.9.0 Pre-Release SDKs are now available.

2014-02-10 Thread Alexander Trakhimenok
What about Go language SDK? Is it still alive? Alex On Wednesday, 5 February 2014 05:43:41 UTC+4, Richmond Manzana wrote: > > We want to inform you that the pre-release SDKs for Python, PHP and Java > are now available. > > As previously > announced

Re: [google-appengine] Google rdbms server error

2014-02-10 Thread Vinny P
On Sun, Feb 9, 2014 at 1:44 PM, Dinakar Sandeep wrote: > I have given Instance and database name . There is no errors in the > program . I am getting 500 error . I checked the database name and table > name It is correct . > A "500 error" is a generic HTTP Internal Server Error code. Do you ha