[google-appengine] Re: Unicode Support for Python 2.5

2011-06-30 Thread prakhil samar
Hi Julian, Thanks for your information. I am trying to upload a CSV file which contains some special characters (Unicode characters which are not in the ASCII range). The following is the data which the CSV file contains: Name Address City Country

[google-appengine] Re: Mapping Application Version to custom domain

2011-06-30 Thread Ugorji
I see there's a feature request for this: http://code.google.com/p/googleappengine/issues/detail?id=2878 Can this possibly make it to the roadmap? I think it will solve a lot of headaches for a lot of people. -- You received this message because you are subscribed to the Google Groups "Googl

Re: [google-appengine] Re: FAQ for out of preview pricing changes

2011-06-30 Thread Sameer Lodha
@Nickolas Daskalou +1 On Sun, Jun 19, 2011 at 9:39 AM, Nickolas Daskalou wrote: > Hi Greg, > Yet another "2nd 'next week' ending" has come and gone (for those playing at > home, that makes 4 weeks). > The application we had been working on has been halted in light of the new > pricing announcemen

Re: [google-appengine] A bug in custom domain / HR datastore app management.

2011-06-30 Thread Sergey Schetinin
The problem is still there. Can I please get a reply from a Google employee? On 29 June 2011 09:30, Sergey Schetinin wrote: > TLDR: There's a bug in Google Apps / App Engine that make it impossible for > me to manage an existing domain alias. > I have an application that uses HR datastore, the ap

Re: [google-appengine] Re: FAQ for out of preview pricing changes

2011-06-30 Thread Gregory D'alesandre
Hi Grant, it was indeed coherent! Under the new model if you get a Premier Account you'll be able to consolidate all of these apps under that account. We assumed a number of people would be in this situation. Greg On Wed, Jun 29, 2011 at 9:28 AM, Grant wrote: > Hi > > I have a question about

Re: [google-appengine] Re: Google DNS hosting service

2011-06-30 Thread Devraj Mukherjee
+1 On Fri, Jul 1, 2011 at 7:44 AM, JH wrote: > +1 > -- 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+un

[google-appengine] Re: Updated App Engine Pricing FAQ!

2011-06-30 Thread Tom Phillips
Re: http://code.google.com/p/googleappengine/issues/detail?id=4834#c13 FYI I don't think that fix works for JDO via jdoconfig.xml. I've added a comment after reverifying it just now. I can easily reproduce it under load with or without the suggested settings. On Jun 30, 2:06 am, "Ikai Lan (Googl

[google-appengine] Re: Combination of Android and Google App Engine

2011-06-30 Thread sebastián serrano
Hi, You may like this video from the Google IO: http://www.google.com/events/io/2011/sessions/android-app-engine-a-developer-s-dream-combination.html Best, Sebastian www.devsar.com -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

Re: [google-appengine] Much free email than price

2011-06-30 Thread 风笑雪
The old apps remain 2000 recipients/day. -- 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...@goo

Re: [google-appengine] Re: What's the difference between static and cached requests in the dashboard?

2011-06-30 Thread Waleed Abdulla
Along with the sharp increase in "cached requests" I'm also noticing a sharp increase in Outgoing Bandwidth (see image). It contradicts my original guess that "cached requests" are those that return code 304 because those don't send much data, while I'm noticing a 300% increase in Bytes Sent per se

[google-appengine] Re: Unicode Support for Python 2.5

2011-06-30 Thread Julian Namaro
Python2.5 supports unicode and GAE uses it pretty much everywhere already. I'd say you just have to tell the python method opening your CSV file to use utf8 encoding, or use decode('utf-8') on the raw data. On Jun 30, 4:41 pm, prakhil samar wrote: > Hi All > > Please help me out with the UNICODE

Re: [google-appengine] Much free email than price

2011-06-30 Thread Barry Hunter
Shh! Don't tell everyone, otherwise they will want a part of your extra quota. (Or actully its just that you 'grandfathered' into the old quota - if you promise not to tell anyone, I have the same in apps) On Thu, Jun 30, 2011 at 10:51 PM, rekby wrote: > I have 7000 mail API calls and 2000 re

Re: [google-appengine] Backend free quota on paid app?

2011-06-30 Thread Barry Hunter
Yes http://groups.google.com/group/google-appengine/msg/67373f7e0cb2ef58?hl=en On Thu, Jun 30, 2011 at 10:58 PM, rekby wrote: > Will paid app have free quota for backend? > > -- > You received this message because you are subscribed to the Google Groups > "Google App Engine" group. > To post to

[google-appengine] Backend free quota on paid app?

2011-06-30 Thread rekby
Will paid app have free quota for backend? -- 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...@g

[google-appengine] Much free email than price

2011-06-30 Thread rekby
I have 7000 mail API calls and 2000 recipients emailed instead of 200. App-Id: info-most -- 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

[google-appengine] Re: Google DNS hosting service

2011-06-30 Thread JH
+1 Amazon route53 is definitely great for those with special needs. However, I find it hard to believe that very many have such special needs. On Jun 30, 2:48 pm, Roberto Saccon wrote: > IMO currently the best option if you have special requirements: Amazon > route53 > > -- > Roberto -- You re

RE: [google-appengine] Cloud computing forum

2011-06-30 Thread Brandon Wirtz
I'll be starting a general one shortly, that will be platform agnostic. The hard part is keeping the people from hating... I use Amazon, Azure, GAE, and (hate to admit RackSpace) but most people tend to be as religious about cloud platform as they are about Football teams, deities, and Ford Vs. Che

Re: [google-appengine] Re: Updated App Engine Pricing FAQ!

2011-06-30 Thread Timofey Koolin
a. 2011/6/30 stevep > This was asked/answered indirectly in this thread I think, but having > hard time finding it (might have been a different thread). > > If logic is to progress through 20 entities serially which is better > now regarding costs: > > a) fetch(20) in a query, then do "for resu

[google-appengine] Re: Cloud computing forum

2011-06-30 Thread Ronoaldo José de Lana Pereira
What about this one? :) -- 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/-/Bf133YF-SOsJ. To post to this group, send email to google-appengine@googleg

[google-appengine] Cloud computing forum

2011-06-30 Thread Bruce Aloe
Hello, I am looking for a popular cloud computing forum. Do you have any recommendation? Thanks! Bruce -- 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

[google-appengine] Re: GAE data store indexing

2011-06-30 Thread Bruce Aloe
Hello Geoffrey, you mentioned "2 indexes (one in each direction) will be created for each property for each entity. " What are the 2 indexes and why? what are the 2 indexes names? Bruce On Jun 30, 7:51 pm, Geoffrey Spear wrote: > On Jun 30, 9:34 am,BruceAloe wrote: > > > Hello, > > > I have rea

[google-appengine] Re: Google DNS hosting service

2011-06-30 Thread Roberto Saccon
IMO currently the best option if you have special requirements: Amazon route53 -- Roberto -- 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/-/qlPO6XV

Re: [google-appengine] Google DNS hosting service

2011-06-30 Thread Waleed Abdulla
I starred your feature request. But since naked domains are on the roadmap and since the only way to make them work for GAE is for Google to host the DNS server, then I'm guessing they're already working on it. On Thu, Jun 30, 2011 at 11:34 AM, Alexander Konovalenko wrote: > Wouldn't it be nice

[google-appengine] Google DNS hosting service

2011-06-30 Thread Alexander Konovalenko
Wouldn't it be nice to host your DNS zones on Google servers? Currently you basically have three options: 1) Use whatever DNS servers your domain registrar or a hosting provider offer. 2) Get a specialized DNS hosting service (such as DNS Made Easy or DynDNS). 3) Run your own DNS servers. Person

Re: [google-appengine] Re: Updated App Engine Pricing FAQ!

2011-06-30 Thread Will
I cannot agree more. I have expressed the similar opinion three times since the discussion began, and I saw some others feel the same way. But so far, I'm convinced the change is inevitable, and I'll bite the bullet and stay, until I have a choice. Will On Thu, Jun 30, 2011 at 11:46 PM, johnP wr

[google-appengine] Re: Updated App Engine Pricing FAQ!

2011-06-30 Thread stevep
This was asked/answered indirectly in this thread I think, but having hard time finding it (might have been a different thread). If logic is to progress through 20 entities serially which is better now regarding costs: a) fetch(20) in a query, then do "for result in results:" or b) query the k

[google-appengine] Re: GAE data store indexing

2011-06-30 Thread Geoffrey Spear
On Jun 30, 9:34 am, Bruce Aloe wrote: > Hello, > > I have read the online documentation about GAE data store index, but > don't get it well. > > Suppose i have a kind (table) Employee, with columns (attributes) > (EmployeeId, Age, Position, Salary, StartingDate), and 1 employees > are stored

Re: [google-appengine] Re: Updated App Engine Pricing FAQ!

2011-06-30 Thread Branko Vukelic
On Thu, Jun 30, 2011 at 5:46 PM, johnP wrote: > I'd like to propose one thought:  It might be cheaper for Google to > lose money on Appengine than it is to lose trust with the developer > community. [...snippage...] I agree. On the other hand, it would be foolish if Google went forth with this c

[google-appengine] Re: HTTP header length limit bug regression

2011-06-30 Thread Michael
Is anyone from Google even watching this list? On Jun 17, 1:36 pm, Michael wrote: > Just bumping this - anyone at Google around to take a look at this > bug?  It's a little urgent still, I'm afraid. > > On Jun 9, 7:05 pm, Michael wrote: > > > > > > > > > Hello! > > > Issue 407 (http://code.googl

[google-appengine] Bind application to a single account

2011-06-30 Thread Nikolay Sohryakov
Hi, If it possible to bind my application with a google account? In other words, I want my application to be able to access a single user data without requesting of username and password. Why do i need this: I want my application to have XMPP bot which returns me some information from my acco

[google-appengine] Re: Updated App Engine Pricing FAQ!

2011-06-30 Thread johnP
One more related point. It makes sense that it's important for Appengine to generate profits for Google. I'd like to propose one thought: It might be cheaper for Google to lose money on Appengine than it is to lose trust with the developer community. Right now, a singular event is occurring. G

[google-appengine] Combination of Android and Google App Engine

2011-06-30 Thread gaara
Hi group, i want some some advantages of using Android with Google App Engine especially the Datastore API, Peace, Gaara -- 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.

[google-appengine] Re: GAE data store indexing

2011-06-30 Thread Jay Young
If you do not explicitly mark each property as unindexed, they will all be added to the built-in single property indexes. -- 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

[google-appengine] Re: Updated App Engine Pricing FAQ!

2011-06-30 Thread johnP
Tim - +1 to your message overall. You raised a fascinating point: when the mass of developers rewrite their code to obtain maximum advantage of Appengine, Google will need to change pricing again. If you look at the early days, the main limitation with Appengine was the need to keep requests s

Re: [google-appengine] Channel API - Increase quota of authorized to create channels

2011-06-30 Thread Johan Euphrosine
Hi Sahid, Please share your appid with me (privately if you want). Thanks in advance. On Thu, Jun 30, 2011 at 2:46 PM, Sahid Orentino Ferdjaoui wrote: > Hello, > I'm about 23% of authorized to create a new channels for my users. The next > quota reset is in 19hours. > i'm afraid to get an over

[google-appengine] Re: What's the difference between static and cached requests in the dashboard?

2011-06-30 Thread Ronoaldo José de Lana Pereira
I'm experiencing the same here. I'm having lots of instances and most of the requests are cached requests too. Does it means that they wasn't showing up before, or that we are a

Re: [google-appengine] GAE data store indexing

2011-06-30 Thread Pascal Voitot Dev
>From what I understand, I would answer no it shouldn't be indexed automatically until you add a specific index in the datastore-indexes.xml Pascal On Thu, Jun 30, 2011 at 3:34 PM, Bruce Aloe wrote: > Hello, > > I have read the online documentation about GAE data store index, but > don't get it

[google-appengine] GAE data store indexing

2011-06-30 Thread Bruce Aloe
Hello, I have read the online documentation about GAE data store index, but don't get it well. Suppose i have a kind (table) Employee, with columns (attributes) (EmployeeId, Age, Position, Salary, StartingDate), and 1 employees are stored in the data store. Does it mean all the attributes (E

[google-appengine] GAE data store and Google BigTable

2011-06-30 Thread Bruce Aloe
Hello, Since there is not much information about GAE data store and Google BigTable, I am wondering the relationship between them? If one make query to GAE data store, can one say it is querying Google BigTable? Is there any paper or link describes it? Thanks! Bruce -- You received this mess

[google-appengine] Channel API - Increase quota of authorized to create channels

2011-06-30 Thread Sahid Orentino Ferdjaoui
Hello, I'm about 23% of authorized to create a new channels for my users. The next quota reset is in 19hours. i'm afraid to get an over quota before the next reset. It's possible to increase my quota? PS: The form to increase quota are not avaible in my location, i'm already redirect to an ano

[google-appengine] Forbidden for getting gdata feed from appspot.com

2011-06-30 Thread Tom Wu
Forbidden for getting gdata feed from appspot.com. The error message is *HTTPError: HTTP Error 403: Forbidden* . Best Regards Tom Wu -- 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@goog

Re: [google-appengine] IP addresses for traffic from Google App

2011-06-30 Thread Barry Hunter
This sounds like an application for the Secure data connector http://code.google.com/securedataconnector/ If you where to whitelist appengines many IPs - you would be opening up your firewall to anyone with a app on appengine - or even access to a comprismised or low security app. (think shell.a

[google-appengine] Re: Updated App Engine Pricing FAQ!

2011-06-30 Thread Tapir
I have two questions about the datastore API: 1. now a query returns 1000 entities costs the same money as a query return 1 entity? 2. now a query returns 1 entity costs much more money than a key- fetch? -- You received this message because you are subscribed to the Google Groups "Google App En

Re: [google-appengine] Attempt to delete entities in HR Datastore Admin is stuck

2011-06-30 Thread Branko Vukelic
On Thu, Jun 30, 2011 at 5:04 AM, phtq wrote: > In the application kbdlessons2.appspot.com an attempt was made to The app seems to be MIA. -- Branko Vukelić bra...@herdhound.com Lead Developer Herd Hound (tm) - Travel that doesn't bite www.herdhound.com -- You received this message because yo

[google-appengine] IP addresses for traffic from Google App

2011-06-30 Thread liu
Dear all, We are setting up a network locally which is protected by a firewall, and we also have an application running on Google app engine to pull the data out of the network remotely. The problem is how I can whitelist the IP addresses for the traffic flow between the local network and the appl

[google-appengine] Re : Updated App Engine Pricing FAQ!

2011-06-30 Thread Mikael Couzic
Hi Greg, Thanks for this update. If find it very satisfying. The only thing I don't fully approve is the 15 minutes start-up fee, I would prefer more transparency and control, with scheduler knobs "Max idle time" and "Min idle time". But then I guess scheduler tuning could become very complicat

Re: [google-appengine] Re: Updated App Engine Pricing FAQ!

2011-06-30 Thread Tim
On Thursday, June 30, 2011 7:06:03 AM UTC+1, Ikai L (Google) wrote: > > The plan that is in place will be very close to what we launch with, > because when we looked at different pricing plans, our analysis of previous > usage trends and billing led us to believe that the one we have announced

[google-appengine] Unicode Support for Python 2.5

2011-06-30 Thread prakhil samar
Hi All Please help me out with the UNICODE issue on Google App Engine As GAE is using Python 2.5 which has default encoding system as "ASCII" and python 3.0 has default encoding system as "UNICODE" I have created one CSV file which contains some unicode characters like à á â these characters ar