[google-appengine] Re: How to delete an application ID

2008-08-29 Thread Paul Kinlan
I don't think you can, I made the same mistake. I would also like to be able to rename one of my applications, as it has a name that really annoys me now... Paul. 2008/8/29 Edward <[EMAIL PROTECTED]> > > I want to move/associate an appEngine ID with a different gmail > account of mine; how can

[google-appengine] Re: Problem with Data Viewer

2008-09-02 Thread Paul Kinlan
I had a similar problem not too long ago. I would only get these errors when I deleted data via my application and then went to view it in the Data Viewer. It resolved itself after about 30 minutes; it makes you wonder if it is a caching thing. Paul. 2008/9/2 Sylvain <[EMAIL PROTECTED]> > > Di

[google-appengine] Re: recent spike in "megabytes stored" dashboard entry

2008-09-02 Thread Paul Kinlan
to pay for the space that my app is using. Kind regards, Paul Kinlan Sent from my iPhone On 2 Sep 2008, at 19:18, "Jeff S (Google)" <[EMAIL PROTECTED]> wrote: > > Hi Noah and Thomas, > > The changes in your megabytes-stored numbers are related to the > scheduled

[google-appengine] Quota Request

2008-09-03 Thread Paul Kinlan
d can you let us know when the pricing policy will come in to effect. Kind regards, Paul Kinlan --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send

[google-appengine] Re: Quota Request

2008-09-03 Thread Paul Kinlan
aul. 2008/9/3 vorun <[EMAIL PROTECTED]> > > don't hold your breathe for google to help you, i have the same issue > and its been months and never heard from from them on this > > On Sep 3, 1:15 am, "Paul Kinlan" <[EMAIL PROTECTED]> wrote: > > Hi, >

[google-appengine] Re: Quota Request

2008-09-03 Thread Paul Kinlan
ns / metadata using the google images api? > > - Thomas > > On Sep 3, 6:37 pm, "Paul Kinlan" <[EMAIL PROTECTED]> wrote: >> I hope they will help me out. It is not a good avertisment for the >> app >> engine when the app that is on the &qu

[google-appengine] Re: Naked Domains

2008-09-07 Thread Paul Kinlan
The problem that I have is that if the host doesn't support redirects there is little that we can do. For instance, my site eweri.com really needs to have the naked domain. I am not a DNS expert, so I am not to sure what we can do otherwise. Paul. 2008/9/5 Ross M Karchner <[EMAIL PROTECTED]> >

[google-appengine] Re: Cannot create naked or alternate domains for my GAE app.

2008-09-08 Thread Paul Kinlan
Yeah I had to do this one as well. I don't think Google solution is a long term viable solution for the majority of users. For instance I can't configure my host to move eweri.comto www.eweri.com. What is the reason why Google changed this? Paul. 2008/9/8 Dennis <[EMAIL PROTECTED]> > > Worke

[google-appengine] Re: Anything better than naked domains?

2009-07-29 Thread Paul Kinlan
If you have the server, it is possible to quickly set up a reverse proxy using nginx that will forward the requests (and change the host header from domain.com to www.domain.com) to the app engine, obviously there are latencies and a single point of failure involved. Paul 2009/7/29 Nick Johnson (G

[google-appengine] Re: Maintenance Timing

2009-08-17 Thread Paul Kinlan
I think they are in a rock and a hard place, especially if it is critical work - Your late night is my early morning - it is a global service that could quite possibly have more developers in the rest of the world than there are in the US. Paul 2009/8/17 Joshua Smith > > I really appreciate th

[google-appengine] Re: Snow Leopard Compatibility

2009-08-29 Thread Paul Kinlan
I have not seen any problems but I have only just updated. Paul 2009/8/29 bentford > > Does anyone have any news about running the Google App Engine Launcher > on snow leopard? Any issues? > > I'm about to upgrade my development machine, so I'll post my results > soon. But I thought I'd ask. >

[google-appengine] Re: Merge-Join Performance?

2009-09-02 Thread Paul Kinlan
There is a video about building scalable apps by Brett Slatkin on http://code.google.com/io At the end of the video it is hinted (I believe - I could be wrong) that the order of your filters matters, so that means that you should choose key with the highest entropy first (my terminology might be in

[google-appengine] Re: accepting payments

2009-09-09 Thread Paul Kinlan
Integration with Google Checkout works pretty well for me. 2009/9/9 Andrew Arrow > > Is there a good way to accept payments inside a google app engine app > yet? > > Integration with paypal or google checkout? > > Thanks. > > > > --~--~-~--~~~---~--~~ You receive

[google-appengine] TaskQueue API eta Question

2009-09-12 Thread Paul Kinlan
Hi Guys, Just a quick question. Is there a maximum time that eta/countdown that I can use on Task, for instance can I set a task to run a year into the future? I have searched taskqueue.py in the SDK and can't see anything obvious that indicates that I would be limited, but that might be differen

[google-appengine] Re: Google apps DNS configuration and App engine configuration

2009-09-13 Thread Paul Kinlan
Your CNAME to ghs.google.com is missing a dot at the end. Normally it is " ghs.google.com." Paul 2009/9/13 FolkenDA > > Hi, > > I am trying to update my domain name DNS configuration to use Google > Apps. > This is my first experience with DNS configuration, I surely made I > mistake I cannot f

[google-appengine] Re: TaskQueue API eta Question

2009-09-14 Thread Paul Kinlan
's no upper limit on the ETA you can set. > > -Nick Johnson > > > On Sat, Sep 12, 2009 at 7:51 PM, Paul Kinlan wrote: > >> Hi Guys, >> Just a quick question. Is there a maximum time that eta/countdown that I >> can use on Task, for instance can I set a task to

[google-appengine] Re: TaskQueue API eta Question

2009-09-14 Thread Paul Kinlan
thon/taskqueue/overview.html > > Best, > Benjamin > > On 14 Sep 2009, at 12:38, Paul Kinlan wrote: > >> Excellent, I potentially have a situation where it could be a task >> could be scheduled for a couple of months into the future and I am >> trying to work out if

[google-appengine] Inbound Mail Handler

2009-09-19 Thread Paul Kinlan
Hi Guys, I was just browsing the SDK and I found that the inbound mail handler API appears to be present: http://code.google.com/p/googleappengine/source/browse/trunk/python/google/appengine/ext/webapp/mail_handlers.py It seems to have been created at the same time as the XMPP handler. Is this jus

[google-appengine] Re: Can't update indexes and cron jobs have stopped running

2009-09-19 Thread Paul Kinlan
Hi, I also actually think cron isn't running either. I recently uploaded a new version of my app and none of the tasks have run yet. One thing, I reckon an update to the dashboard was deployed because it changed a bit today but has been rolled back. Paul 2009/9/19 _matt_ > > Hi, > > I have an

[google-appengine] Re: key name as integer

2009-09-20 Thread Paul Kinlan
I believe that you are not supplying a string, you are supplying a number. The original issue was that in a string if the first letter was an numeric then you could not use it as a key. Paul 2009/9/20 vivpuri > > Just to add, this error is happening on localhost and i have installed > sdk 1.2.5

[google-appengine] db.Query and cursor

2009-10-14 Thread Paul Kinlan
Hi Guys, Just browsing the source for the 1.2.6 to see if there is support for querying multiple ancestors (something I think I need but I don't think is supported) and I noticed that _BaseQuery and Query has compilation options and associated cursor support. Is this for iterating across results >

[google-appengine] Re: db.Query and cursor

2009-10-14 Thread Paul Kinlan
For sure, that is what I was thinking would be happening. Was wondering if anyone had tried it to see if it was working yet (since it wasn't in the release notes). P 2009/10/14 Rodrigo Moraes > > On Wed, Oct 14, 2009 at 4:03 PM, Paul Kinlan wrote: > > Hi Guys, > > Just

[google-appengine] Re: Associating receive email address with account.

2009-10-15 Thread Paul Kinlan
Hi, You can send from *anyth...@yourapp.appspotmail.com *without it being registered as a developer. Paul 2009/10/15 bvelasquez > > Hello, I would like to send mail as the same address I expect replies > for the Email Receiver. For example, the email for receiving is > jacob...@jacob-6.appspot

[google-appengine] Re: Associating receive email address with account.

2009-10-15 Thread Paul Kinlan
I would create an issue and star it (and share it with the group so it gets some attention), and do the same for incoming emails too. Or allow your own custom domains (which is the most important in my opinion) P 2009/10/15 Prashant > *anyth...@yourapp.appspotmail.com *is little longer id, why

[google-appengine] Re: Store JSON data into Datastore: your opinion ?

2009-11-10 Thread Paul Kinlan
Hi, I am doing something similar at the moment on http://www.ahoyo.com. We parse feeds and aggregate them into a canonical JSON form that can be read directly by our client applications. Pre-aggregating the data-feed as soon as we poll it or receive a pubsubhubbub notification rather than comput

Re: [google-appengine] Single Column Indexing

2009-12-03 Thread Paul Kinlan
Hi, I am pretty sure the only way to do it is to get every entity and put them back into the datastore. This will ensure that the entity is saved. P 2009/12/3 vivpuri > If you disable indexing(via indexed=False) on a model class > properties, and enable it again by removing the indexed=False,

[google-appengine] Re: Works with Chrome but not IE

2008-10-18 Thread Paul Kinlan
Hi, You have two controls with the same name in the same form. Paul. 2008/10/18 GMan <[EMAIL PROTECTED]> > > Hi, > > I have developed a basic application that uses no javascript. The > application runs fine on Chrome in the development environment and > deployed on appspot. However, when I us

[google-appengine] ListProperty

2008-10-26 Thread Paul Kinlan
Hi, I have been unable to find an answer to this question on the archives. So without trying I would like to ask the group a question. Is the limit to the number of items in a ListProperty 1000? I ask because the limit to the number of results in a Query is 1000 and if the data in the list is s

[google-appengine] Re: ListProperty

2008-10-27 Thread Paul Kinlan
Hi, Thanks for the information. It is good to know. For what I need I potentially need more than 5000 items so I will probably have to think of another way of doing it. Cheers and Thanks, Paul 2008/10/27 Waldemar Kornewald <[EMAIL PROTECTED]> > > Hi Paul, > > On Oct

[google-appengine] Re: ListProperty

2008-10-27 Thread Paul Kinlan
quite efficient. The 1000 item result set is quite limiting too. Paul. 2008/10/27 [EMAIL PROTECTED] <[EMAIL PROTECTED]> > > My workaround for a case like this, as suggested by another member of > this group, was TextProperty with JSON encoded data. > > On Oct 27, 10:25 am,

[google-appengine] Re: ListProperty

2008-10-27 Thread Paul Kinlan
around the 1000 item result set >> limit. Since simplejson already exists on appengine, was just easier >> for me to use json to store those data sets that grow beyond 1000 >> entities and the convert them to dictionaries to parse. >> >> On Oct 27, 10:40 am, "Paul Ki

[google-appengine] Re: AdSense and GAE Free Hosted Applications

2008-10-28 Thread Paul Kinlan
I didn't think there was anything on AdSense's or the app engines terms and condititions that stopped you from displaying adverts in your web apps Paul On 28 Oct 2008, at 07:15, Shay Ben Dov <[EMAIL PROTECTED]> wrote: > > I think it is Google interest to open AdSense to free applications,

[google-appengine] Re: Policy on Adult Content

2008-10-30 Thread Paul Kinlan
The terms and conditions don't mention it, bower the program policiy document mentions the pornographic content is not allowed. Not sure if that restricts link to adult material. Paul On 30 Oct 2008, at 01:50, Pete <[EMAIL PROTECTED]> wrote: > > Hi, > > I've looked through the T&C, and I

[google-appengine] Re: 403 - sorry.google.com/sorry - your query looks similar to automated requests

2008-11-14 Thread Paul Kinlan
Hi, I and my users have been getting the same today for www.thetopicthing.com and www.thecompanything.com. Paul On 14 Nov 2008, at 17:32, Adam <[EMAIL PROTECTED]> wrote: > > I've started getting redirected here: > > http://sorry.google.com/sorry/?continue=http://www.fyood.com/ > > My app ha

[google-appengine] Re: 403 - sorry.google.com/sorry - your query looks similar to automated requests

2008-11-14 Thread Paul Kinlan
Hi, The problem I have is that I will have Apis in the future that will be called in ways that will look like bots and without a way of controlling this feature I will have no way to tell my users what will get their service blocked and for how long it will be blocked. I totally understand the ne

[google-appengine] Re: 403 - sorry.google.com/sorry - your query looks similar to automated requests

2008-11-16 Thread Paul Kinlan
I actually think it was a temporary glitch, I have not seen it at all since when we first reported it. I am in the same boat as Adam, I designed my page to make lots of simultaneous request (via an xmlhttprequest) instead of doing all the hard work in the main web page... Its a hard one, because

[google-appengine] Model property type changes.

2008-11-20 Thread Paul Kinlan
Hi, I have an application that is in production at the moment. Perhaps, through an early design decision I made a mistake in my model format and chose a StringProperty over a TextProperty. Is it possible just to change the model definition and have all the values in the StringProperty now be Te

[google-appengine] Re: Model property type changes.

2008-11-20 Thread Paul Kinlan
Hi Marzia, Thats is what I was hoping. I am presuming that was an internal url :) I have found it on code.google.com... Kind Regards, Paul Kinlan. 2008/11/20 Marzia Niccolai <[EMAIL PROTECTED]> > Hi Paul, > > When you change a model property, this will only change new prope

[google-appengine] Re: SDK 1.1.6 Released

2008-11-21 Thread Paul Kinlan
Hi, Its excellent that this update looks like a lot of work has gone in to. Can I just clarify what "Datastore fetch max results and max query offset match production limits" means? This may sounds stupid, is it that the SDK will error when you query past 1000 records, or is it what another appe

[google-appengine] Re: Updates to Dashboard and other problems

2008-12-16 Thread Paul Kinlan
Hi, Thanks for looking into the scroll problem. I am not specifying no-cache. I will try it out tonight, I suspect that will fix the problem. Not sure why I have not seen it before, but I suspect I just never noticed. Thanks for your help. Kind regards. Paul Kinlan On 16 Dec 2008, at 17

[google-appengine] Updates to Dashboard and other problems

2008-12-16 Thread Paul Kinlan
esult remains the same, when testing locally this does not occur. Kind Regards, Paul Kinlan. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to g

[google-appengine] Re: Updates to Dashboard and other problems

2008-12-16 Thread Paul Kinlan
Cache-Control: no-cache does seem to make a difference, however all I can confirm is that I have can see the header is present and that the results are better than before (as in they aren't the same for each request - as far as I can tell). Paul. 2008/12/16 Alexander Kojevnikov > > > I am not s

[google-appengine] Re: Imap and Google App engine

2008-12-22 Thread Paul Kinlan
Hi, I don't beleive it is possible at all, you cannot make connection outside of port 80 and port 443. I need to use IMAP in http://www.twollo.com, at which point I host the client that interfaces with the IMAP server on my mac mini. Kind Regards, Paul Kinlan 2008/12/22 govno3...@gmai

[google-appengine] Re: Your app is probably incorrect! [vote up issue 313].

2008-12-22 Thread Paul Kinlan
g updates or it doesn't, and most things can be done on a single entity basis. I am completly prepared to be shotdown and made fun of for my opinions. Kind Regards, Paul Kinlan 2008/12/21 Amir Michail > > Hi, > > I must say I find it hard to imagine how most apps could be built &g

[google-appengine] Re: Your app is probably incorrect! [vote up issue 313].

2008-12-22 Thread Paul Kinlan
what I was saying before, the reason why the item is not higher on the list, is that it isn't easy to read and understand that you may need it at a priority. Regards, Paul Kinlan 2008/12/22 Amir Michail > > On Mon, Dec 22, 2008 at 2:02 PM, Geoffrey Spear > wrote: > > > &g

[google-appengine] Support over the Christmas Period

2008-12-23 Thread Paul Kinlan
ot;support" available over the Christmas period and New Year if something untowards happens. For instance, how long can expect to wait for quota increase requests and other problems that we may have. Kind Regards, Paul Kinlan --~--~-~--~~~---~--~~ You received this

[google-appengine] Re: Support over the Christmas Period

2008-12-23 Thread Paul Kinlan
and for quota increases will be > slower. There will be someone working on the regular Google work > days, but not right around christmas and new year. > > Hope this clears things up, Happy Holidays! > > -Marzia > > On Tue, Dec 23, 2008 at 3:10 PM, Paul Kinlan > wrote: >

[google-appengine] Re: NeedIndexError and dynamically created entities

2008-12-31 Thread Paul Kinlan
gards Paul Kinlan On 31 Dec 2008, at 10:55, Elias Athanasopoulos wrote: > > Hello! > > On Dec 31, 2:15 am, Marzia Niccolai wrote: >> Hi Elias, >> >> You only need indexes for certain kinds of queries, such as those >> with >> inequality filter

[google-appengine] Re: Timeouts

2009-01-03 Thread Paul Kinlan
Hi, I also regularly get datastore timeouts for reads and writes. Looking at the status monitor there never seem to be any "problems". Kind Regards, Paul Kinlan 2009/1/3 Xavier Mathews > > Place it in the issue tracker. > > On 01/02/2009, Alexander Kojevnikov wrote: &

[google-appengine] Re: Why can I pay a beta service? (Where are the ads?)

2009-03-01 Thread Paul Kinlan
I still don't get your opposition to the agreement? You still have your free quota similar to now and you only pay if you want to get more "quota" Paul. On 1 Mar 2009, at 10:48, KillIEbrowser wrote: > > The problem is: > why can I not choose [Cancel] because I do not want accept the "New

[google-appengine] Open Sourcing some Google App Engine Apps

2009-03-07 Thread Paul Kinlan
Developers and show them what not to do :) I have a couple of others that I can release such as www.twollo.com and some others. I am toying with releasing www.FriendDeck.com, but there are some practical issues that I need to sort out with the CodeSigning and stuff for that to happen. Enjoy. Paul Kinlan

[google-appengine] Re: Open Sourcing some Google App Engine Apps

2009-03-09 Thread Paul Kinlan
iPod. So if you are interested in Yahoo Boss, you can see what I have done (and tell me how to do it better) and how I have made it work. You will be able to tell from the code that it didn't take very long to create :) Kind Regards, Paul Kinlan On Mar 7, 11:17 am, Paul Kinlan wrote: >

[google-appengine] Re: Open Sourcing some Google App Engine Apps

2009-03-09 Thread Paul Kinlan
source-projects > > -Marzia > > > On Mon, Mar 9, 2009 at 10:17 AM, Paul Kinlan wrote: > >> >> Hi Again Everyone, >> >> Just to let you know I have opened the source code for www.atopical.com >> at https://github.com/PaulKinlan/a-topical/tree . I call th

[google-appengine] Re: A question for Jaiku's developers, if they're watching..

2009-03-13 Thread Paul Kinlan
Just Curious, For other pub/sub-style systems where you want to write to the Datastore, the trick is to use list properties to track the subscribers you've published to. So for instance, instead of writing a single entity per subscriber, you write one entity with 1000-2000 subscriber IDs in a list

[google-appengine] Re: A question for Jaiku's developers, if they're watching..

2009-03-14 Thread Paul Kinlan
gh the per subscriber saving > > > > increases (to a point) the more subscribers you have. > > > > > > I'm not sure if there's anything one can do to optimise index > creation > > > > time with large lists.. I'm going to do some more wo

[google-appengine] Re: Open Sourcing some Google App Engine Apps

2009-03-15 Thread Paul Kinlan
ow simple it is to create a simple social network site. Enjoy, Paul 2009/3/10 Kegan > > Hi Paul, > > Kudos to you!! You are doing a great service to the open source and > Google App Engine community. > > Thank you. > > cheers, > ~KEGan > > > On Mar 7, 7:17

[google-appengine] Google Bot Blocker

2009-03-21 Thread Paul Kinlan
Hi Guys, I am slightly frustrated at the moment :) Google seems to be blocking all my requests with a:" We're sorry... ... but your query looks similar to automated requests from a computer virus or spyware application. To protect our users, we can't process your request right now." So this me

[google-appengine] Re: Cant Access My App - 403 Forbidden

2009-03-21 Thread Paul Kinlan
I am getting these too. 2009/3/21 Arun Shanker Prasad > > Hi, > > I cannot my Application I am getting a Google error message saying, > > ... but your query looks similar to automated requests from a computer > virus or spyware application. To protect our users, we can't process > your request r

[google-appengine] Mass removal of data from an app

2009-03-28 Thread Paul Kinlan
Hi, I have about 10GB of used storage in an application ( http://www.thethumbthing.com, app_id websnapshot). It was given as part of a quota increase, I am trying to remove most of the data so that I am under the quota limit when the application reverts to billing mode and so that I can plan the

[google-appengine] Re: Mass removal of data from an app

2009-03-28 Thread Paul Kinlan
our entities? > Here's an article in case you missed it: > http://code.google.com/appengine/articles/remote_api.html > > -Bill > > On Mar 28, 2:22 am, Paul Kinlan wrote: > > Hi, > > > > I have about 10GB of used storage in an application ( > http://www.

[google-appengine] Re: SMS via Email

2009-04-07 Thread Paul Kinlan
Just to poke something in here, I am developing an XMPP -> SMS gateway that can be used to send any XMPP message to a mobile phone. We use Wadja.com to send the messages (they are a free but advertising supported) and from what I know are not accepting new "free" accounts. We got one because we

[google-appengine] Sudden Issues: Datastore timeout and

2009-04-09 Thread Paul Kinlan
Hi, Application: twitterautofollow. My application www.twollo.com has all of a sudden started to get DataStore timeouts and the following error: The built-in indices are not efficient enough for this query and your data. Please add a composite index for this query. Now, I would understand this

[google-appengine] Re: Sudden Issues: Datastore timeout and

2009-04-11 Thread Paul Kinlan
Hi, I solved the issue with "the build-in indicies" problem, The problem that I have is that I see a very very large number of DataStore Timeouts with what appear to be simple puts (an update to an existing object). Is anyone else experiencing these? Paul. 2009/4/9 Paul Kin

[google-appengine] Re: Sudden Issues: Datastore timeout and

2009-04-12 Thread Paul Kinlan
υλογημένος) > There was a short outage last night: > > http://code.google.com/status/appengine/ > > > On Sat, Apr 11, 2009 at 9:41 AM, Paul Kinlan wrote: > >> Hi, >> >> I solved the issue with "the build-in indicies" problem, >> >

[google-appengine] Datastore Question

2009-04-12 Thread Paul Kinlan
Hi Guys, My app is Twitterautofollow. I have a question about the quota, basically my app was serving between 6-13 requests a second and jumped up to 32 requests per-second and subsequently went over the quota. I am not sure where the 32 requests a second are comming from although some of them m

[google-appengine] Re: Datastore Question

2009-04-12 Thread Paul Kinlan
('Αλκης Ευλογημένος) > Pervasive use of memcache + exponential backoff retries on most operations > solved it for me. > > On Sun, Apr 12, 2009 at 11:55 PM, Paul Kinlan wrote: > >> Hi Guys, >> >> My app is Twitterautofollow. I have a question about the quota, bas

[google-appengine] Re: Datastore Question

2009-04-13 Thread Paul Kinlan
can't work out why, I do individual writes of 3 entities and I was thinking of batching these together in a db.put, but from what I remember that is only a convienince method and essentially performs the same task. Paul 2009/4/13 Paul Kinlan > Hi, > > I will look at using memcache

[google-appengine] Re: Datastore Question

2009-04-13 Thread Paul Kinlan
If memcache reduces your db ops to 10 per sec you will see > a timeout once per 10 secs. To eliminate the timeouts you need to > wrap your db ops with retries. > > On Mon, Apr 13, 2009 at 10:52 AM, Paul Kinlan > wrote: > Hi, > > I have added some use of memcach

[google-appengine] Re: Datastore Question

2009-04-13 Thread Paul Kinlan
c you will see a timeout one > per sec. If memcache reduces your db ops to 10 per sec you will see > a timeout once per 10 secs. To eliminate the timeouts you need to > wrap your db ops with retries. > > On Mon, Apr 13, 2009 at 10:52 AM, Paul Kinlan > wrote: > Hi, > >

[google-appengine] Your application is exceeding a quota: Workflow Backend Index Task Count

2009-04-13 Thread Paul Kinlan
Hi, I am just curious as to what the following message in the dashboard means: Your application is exceeding a quota: Workflow Backend Index Task Count? It doesn't appear to be affecting my app. Today I have vacuumed my indexes (twice as I noticed that one index was had an "=" in the one of the p

[google-appengine] Re: Datastore Question

2009-04-14 Thread Paul Kinlan
ache > instead. That should definitely speed up your request time and hopefully > eliminate some of the timeouts you've been seeing. > > - Jason > > > On Sun, Apr 12, 2009 at 2:55 PM, Paul Kinlan wrote: > >> Hi Guys, >> >> My app is Twitterautofollo

[google-appengine] Re: Sudden Issues: Datastore timeout and

2009-04-14 Thread Paul Kinlan
ist properties that could be causing exploding > indexes? > > > http://code.google.com/appengine/docs/python/datastore/queriesandindexes.html#Big_Entities_and_Exploding_Indexes > > - Jason > > > On Sun, Apr 12, 2009 at 12:03 PM, Paul Kinlan wrote: > >> Hi, >> &

[google-appengine] Silly db.TextProperty question

2009-04-14 Thread Paul Kinlan
Hi, I swear this used to work. I have a TextProperty on one of models, and I append to it as follows: user.blocked_user_list = user.blocked_user_list + " " + unfollower user.put() However, I am noticing now that the "blocked_user_list" property is not getting updated when it the user entity is

[google-appengine] Re: Silly db.TextProperty question

2009-04-15 Thread Paul Kinlan
sg = Msg.all().get() > if not msg: > msg = Msg(text='') > msg.text += ' ' + self.request.get('data') > msg.put() > self.response.out.write(msg.text) > > > 2009/4/15 Paul Kinlan > > Hi, >> >> I

[google-appengine] Re: Timeout: datastore timeout: operation took too long.

2009-04-17 Thread Paul Kinlan
Hi, I would just like to add myself into this, my app twitterautofollow (twollo) regularly gets DataStore time outs on puts (in the most part). All my entities are root entities. I did have a thread open on this only a few days ago. Paul 2009/4/17 Ray Malone > > I'm seeing random timeouts wh

[google-appengine] Re: ratio of page views to adsense clicks to cover cost

2009-04-17 Thread Paul Kinlan
Hi, It is pretty hard to work out if not impossible, because the cost per click is not constant, and your performance on the app engine might vary wildly from day to day so it may end up costing your more for the same work. The way that I compare advert performance is against a Cold Call rate, wh

[google-appengine] Still more Datastore timeouts

2009-04-21 Thread Paul Kinlan
Hi, I am recieving lots of datastore timeouts on a relativly simple query. The application is twitterautofollow The query is as follows: db.Query(SearchCampaigns).filter("finished =", False).filter("deleted =", False).order("last_update").fetch(100), I belive it should be using the following ind

[google-appengine] Paid Support

2009-04-22 Thread Paul Kinlan
Hi Guys, Are there any plans for a paid support system, I am asking because there are several issues over the last few weeks that I have had where a quick official response is needed. Although this group is great, and I enjoy the conversations we have I am really frustrated that I can't always ge

[google-appengine] Re: Site down again..

2009-05-01 Thread Paul Kinlan
http://code.google.com/status/appengine I think they are having some issues, I am also seeing problems on the datastore. Shame really, I as I only launched paid accounts on my service yesterday and now I am down. Paul. 2009/5/1 bvelasquez > > This is all I get when I try to access the dashboa

[google-appengine] Re: DataStore Space cost inspecter

2009-05-03 Thread Paul Kinlan
Hi, You might want to star http://code.google.com/p/googleappengine/issues/detail?id=1396 if you have not already done so. If we don't ask for it, we may never get it. Paul. 2009/5/3 秦锋 > > Currently GAE has no tool for checking datastore space cost, in > details, disk spaces costs for every

[google-appengine] Querying a DateTimeProperty from the dashboard

2009-05-05 Thread Paul Kinlan
Hi Guys, I might be being silly here, I am trying a query through the DataViewer that is along the lines of: SELECT * FROM SearchCampaigns WHERE priority = True and finished = False and next_update < '2009-05-06 06:08:37' ORDER BY next_update The problem I am seeing is that it returns values whe

[google-appengine] Re: Querying a DateTimeProperty from the dashboard

2009-05-06 Thread Paul Kinlan
Ok, I presume that is the same for the dashboard then? 2009/5/6 djidjadji > > http://code.google.com/appengine/docs/python/datastore/gqlreference.html > > In the mid of the page, convert the string to a DateTime. > > 2009/5/6 Paul Kinlan : > > Hi Guys, > > > &g

[google-appengine] Re: OAuth+appengine+Twitter

2009-05-08 Thread Paul Kinlan
No, I use an oauth library on google code and make the request through that and then deserialize the json using django.utils.simplejson to get a handy object back. I will digg out the proper name when I get home. Paul On 8 May 2009, at 18:05, Akshar wrote: > > I am looking for help in i

[google-appengine] Re: Datastore usage ~ 80 times more than expected (Add your vote to a datastore usage accounting feature)

2009-05-14 Thread Paul Kinlan
Hi, The whole thing about datastore size is ***really*** frustating. I am using 30.94 GB for my app (twitterautofollow) and 1) I don't know where it is being consumed and 2) I don't trust the figures, I delete data and the size of the datastore never goes down, so effectively I feel like am payin

[google-appengine] Re: Datastore usage ~ 80 times more than expected (Add your vote to a datastore usage accounting feature)

2009-05-14 Thread Paul Kinlan
), and at the end it was showing > > 130 meg (or 13% usage). What the? > > > > Sorry but what was the originaly argument against a "clear-all" switch > > on the data store again? > > > > cheers > > Sri > > > > On May 14, 7:41 pm,

[google-appengine] Url Fetch

2009-05-14 Thread Paul Kinlan
Hi Guys, My Site www.twollo.com is having some issues connection to Twitter. I am just emailing to ask is anyone else on the App engine experiencing problems connecting to Twitter? I have test some of my other sites that use urllib and all appear to be able to make successful connections to othe

[google-appengine] Google app engine issues

2009-05-14 Thread Paul Kinlan
Hi Guys, My Site www.twollo.com is having some issues connection to Twitter. It is hosted on the Google App Engine. I am just emailing to ask is anyone else on the App engine experiencing problems connecting to Twitter? I have tested some of my other sites that use urllib on the Google App engi

[google-appengine] Re: Url Fetch

2009-05-14 Thread Paul Kinlan
d to common HTTP > ports like 80 and 443. > > On May 14, 5:47 pm, Paul Kinlan wrote: > > Hi Guys, > > > > My Sitewww.twollo.comis having some issues connection to Twitter. I am > > just emailing to ask is anyone else on the App engine experiencing > problems >

[google-appengine] Re: Url Fetch

2009-05-14 Thread Paul Kinlan
er apps on GAE together are viewed by twitter.com as one app > and are thus limited as a group. > > 2009/5/14 Paul Kinlan : >> Hi Emil, >> >> The requests where plain http requests to port 80 on twitter. I am >> just >> trying to work out if it is related to

[google-appengine] Re: Url Fetch

2009-05-14 Thread Paul Kinlan
are thus limited as a group. > > 2009/5/14 Paul Kinlan : >> Hi Emil, >> >> The requests where plain http requests to port 80 on twitter. I am >> just >> trying to work out if it is related to Twitter's problems today, >> Google's >> pro

[google-appengine] Re: Datastore usage ~ 80 times more than expected (Add your vote to a datastore usage accounting feature)

2009-05-15 Thread Paul Kinlan
is being > deleted! > > On May 14, 10:55 pm, Paul Kinlan wrote: > > My main issue is that I can't account for the data, and I don't know how > to > > trust the value that I am getting billed for. > > > > Paul > > > > 2009/5/14 Sri > > > &g

[google-appengine] Re: Google app engine issues

2009-05-15 Thread Paul Kinlan
dd OAuth > consumer support to your code and have the users authorize your > application, so the queries are charged to their accounts instead. > > If you are getting ApplicationError exceptions, well that is something > altogether different. > > > David > > 2009/5/14 Paul

[google-appengine] Re: Status code : 200 but not showing result

2009-05-22 Thread Paul Kinlan
Hi, Is your "sender" either the current logged in user, or is it a "Developer account" in your dashboard. If not I would suggest adding the sender address into "Administration > Developers" in your application dashboard. Paul. 2009/5/22 S K > Hi All > to send an Email I am using f

[google-appengine] Re: Status code : 200 but not showing result

2009-05-22 Thread Paul Kinlan
that *how to create > dashboard* and connect to application or give me some example > applications.. > > > Thanks in advance > > Regards > S.K > > > On Fri, May 22, 2009 at 4:46 PM, Paul Kinlan wrote: > >> Hi, >> >> Is your "sender"

[google-appengine] DataStore Deadline Exceeded

2009-05-27 Thread Paul Kinlan
Hi Guys. AppId: Twitterautofollow. I have three main issues at the moment. 1. I am seeing an insane number of Datastore timeouts at the moment reads and writes - this has been occurring for a couple of days now? 2. I understand there have been issues with UrlFetch yesterday. But I am

[google-appengine] Re: DataStore Deadline Exceeded

2009-05-27 Thread Paul Kinlan
like > you do some urlfetch calls and those sometimes take up to 30 seconds, > and then you kick off one datastore call and it deadlines. Have a look > at the timestamps in the logs and you'll see what I mean. I'm sure > this doesn't account for all of your datastor

[google-appengine] Re: DataStore Deadline Exceeded

2009-05-27 Thread Paul Kinlan
nger exists so I can query for it. I have to resort to iterating over 50 records at a time and deleting those elements that error when I try to access the User ReferenceProperty. Just as another not, I don't think I have ever had this run to anything about 1% completion. Thanks, Paul 2009/5

[google-appengine] Re: Google I/O 2009 - ..Scalable, Complex Apps on App Engine (audio problems)

2009-06-13 Thread Paul Kinlan
Audio is spot on for me. It is pretty interesting, seems kind of like how Friendfeed do their indexing ( http://bret.appspot.com/entry/how-friendfeed-uses-mysql) Paul 2009/6/13 Ubaldo Huerta > > Audio of this presentation is barely audible. It's a shame because it > seems like a very nice talk

[google-appengine] Re: Google I/O 2009 - ..Scalable, Complex Apps on App Engine (audio problems)

2009-06-15 Thread Paul Kinlan
Have you tried the high quality version? That is the one I was viewing and it was crystal clear - well not crystal clear, but there was no problems hearing it. Paul. 2009/6/15 dburns > > The audio on that video is barely audible for me, too. > > > --~--~-~--~~~---~-

[google-appengine] Re: Adding a new domain name through the Google Apps API

2009-06-18 Thread Paul Kinlan
Hi, >From my experience, you are not going to be able to do this easily without manually creating a google apps account for the customer and mapping the account to your application. You can also use your your own reverse proxy to forward the requests to the app engine. If you use gApp's the clien

  1   2   >