Re: [google-appengine] Re: Downloading source code from Google App Engine

2010-02-18 Thread Alex Nemoy
On Thu, Feb 18, 2010 at 4:28 AM, Ikai L (Google) wrote: > Code download would only benefit Python, anyway, since Java source is not > uploaded. There are a million reasons why this is a bad idea and some have > been touched on. Personally, I cannot think of any situation in which I > would use th

[google-appengine] Re: Datastore updates in 1.3.1: So much better

2010-02-14 Thread Alex Popescu
there is no further documentation about Custom Admin Console pages Any ideas? :- alex On Feb 14, 9:00 am, Rob wrote: > I just had to post to say thanks.  Since the 1.3.1 datastore > performance improvements and automatic (behind the scenes) retries, > the number of errors on my app

Re: [google-appengine] Re: auto-logout user ?

2010-01-26 Thread Alex Nemoy
On Tue, Jan 26, 2010 at 7:45 PM, Danny Tuppeny wrote: > If you mean fetching it server-side, then that won't work. I can't > think of any nice way to do what you want, though there is a tickbox > that says "Keep me signed in". If the user ticks this, surely that's > what they want? > > Not sure i

[google-appengine] auto-logout user ?

2010-01-25 Thread Alex Nemoy
Can a user be logged out by the app without having to visit a logout url explicitly? Is creeting a logout url then fetching it a possibility? thank you N. -- 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] Re: Problem using 'www' as subdomain for app url

2010-01-25 Thread Alex
ites will be branded through mydomain.com in a straightforward and easy to manage way. Alex On Jan 24, 4:47 pm, Danny Tuppeny wrote: > This definitely works, as I have a few www's set up like this. > > I had a very similar problem when I rem

Re: [google-appengine] Re: Send mail from user's Gmail address ?

2010-01-24 Thread Alex Nemoy
On Sun, Jan 24, 2010 at 8:58 PM, Danny Tuppeny wrote: > > I assume the queued task has the same privileges as the request that > queued it and which only works when logged in. > > I don't know for sure, but I'd guess that's not the case. You can use > "login: admin" to stop users calling the task

[google-appengine] Re: Problem using 'www' as subdomain for app url

2010-01-24 Thread Alex
have requested could not be found. (404)' So something is aware of the 'www' subdomain setup as a CNAME record and then not finding the site. Thanks Alex On Jan 24, 11:30 am, Nickolas Daskalou wrote: > It might be a problem with Google Sites in Google Apps.

[google-appengine] Re: Problem using 'www' as subdomain for app url

2010-01-24 Thread Alex
have requested could not be found. (404)' So something is aware of the 'www' subdomain setup as a CNAME record and then not finding the site. Thanks Alex On Jan 24, 11:30 am, Nickolas Daskalou wrote: > It might be a problem with Google Sites in Google Apps.

[google-appengine] Problem using 'www' as subdomain for app url

2010-01-24 Thread Alex
Any help appreciated Alex -- 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...@googlegroups.com. To unsubscribe from this group, send email to google-appeng

[google-appengine] Send mail from user's Gmail address ?

2010-01-23 Thread Alex Nemoy
Hello, Can an application send mail From: the logged in user's Gmail account? The documentation at http://code.google.com/appengine/docs/python/mail/sendingmail.html has this to say "The sender address can be either the email address of a registered administrator for the application, or the emai

[google-appengine] Configuration issues - Google Apps account, GAE Application

2010-01-20 Thread Alex
nswers to these questions is worrying. Where have I gone wrong? Thanks Alex -- 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...@googlegroups.com. To unsubscribe

[google-appengine] Re: CancelledError: The API call taskqueue.Add() was explicitly cancelled.

2009-12-11 Thread Alex Popescu
On Dec 10, 1:44 pm, Alex Popescu wrote: > Hi guys, > > Can anyone explain the meaning of the CancelledError? I read the > documentation and I must confess that I'm not very sure what triggers > it (at least I don't agree it is "explicitly"). > > Here is th

[google-appengine] Re: Receiving Email, ASCII Decode, Stuck in Queue

2009-12-10 Thread Alex Popescu
ically takes care of this for you. The libraries > in question are Python libraries, not App Engine ones. > Nick, What would be the recommended way to solve the above issue? I am getting it myself and by looking at the decode() method I don't seem to understand how it would be possibl

[google-appengine] Re: Enable URL locally for testing purposes

2009-12-10 Thread Alex Popescu
On Dec 10, 1:33 pm, "Nick Johnson (Google)" wrote: > Hi Alex, > > On Thu, Dec 10, 2009 at 11:20 AM, Alex Popescu < > > > > > > the.mindstorm.mailingl...@gmail.com> wrote: > > Hi Nick, > > > On Dec 9, 1:58 pm, "Nick Johnson (

[google-appengine] CancelledError: The API call taskqueue.Add() was explicitly cancelled.

2009-12-10 Thread Alex Popescu
cessed it is scheduling a new task to continue the processing later Any comments, ideas, help are much appreciated, ./.alex -- 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...@go

[google-appengine] Re: Enable URL locally for testing purposes

2009-12-10 Thread Alex Popescu
Hi Nick, On Dec 9, 1:58 pm, "Nick Johnson (Google)" wrote: > Hi Alex, > > The standard way to determine if you are running on the development server > is this: > DEBUG = os.environ['SERVER_SOFTWARE'].startswith('Dev') > Awesome! That's exac

[google-appengine] Re: Enable URL locally for testing purposes

2009-12-09 Thread Alex Popescu
omething at the application/startup level. I am pretty sure that I could find a local import that might tell me that the app is using the SDK, but that seems like a really "dirty" solution and I'm pretty sure the Googlers have some hints ;-). ./.alex > On Dec 8, 6:28 pm, Ale

[google-appengine] Re: Enable URL locally for testing purposes

2009-12-08 Thread Alex Popescu
On Dec 9, 1:25 am, Alex Popescu wrote: > Hi guys, > > I am wondering if there is a 'recommended' solution for enabling a set > of URIs when the app is running locally for testing purposes. > > Until recently I had a setup which was defining additional URI > mapping

[google-appengine] Enable URL locally for testing purposes

2009-12-08 Thread Alex Popescu
ml. But it looks like a change in the SDK is now ignoring all modules excluded in app.yaml so I lost this feature. Any ideas? tia, ./alex -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send em

[google-appengine] a simple problem

2009-12-08 Thread alex
I want to design an online compiler app on GAE,but i don't know if the google app engine can support executing the gcc by the python in the GAE server . -- 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] accessing date fields set to auto now and django forms

2009-12-04 Thread Alex
ue) Is there a way to get 'dob' into my 'form' to render in the html with {{ form.dob }} ? I would also like it to be subject to my own date widget code for rendering as any date input field in the application. Thanks Alex --

[google-appengine] Re: Datastore between apps.

2009-12-01 Thread Alex Epshteyn
Running both python and java runtimes (under different version strings) is an intriguing idea. Is it possible to have both the python and java local dev appservers to use the same local datastore? (If not, it seems difficult to properly test the apps.) Are there any other specific worms in this

[google-appengine] Re: Can you switch billing to monthly instead of daily

2009-09-16 Thread Alex Epshteyn
Could be weekly but with multiple apps it seems like I'm getting billed almost every day. Are the apps not consolidated under the same billing account? On 9/16/09, Nick Johnson (Google) wrote: > Hi Alex, > Normal billing is weekly. Are you sure you're getting billing emails d

[google-appengine] Can you switch billing to monthly instead of daily

2009-09-15 Thread Alex Epshteyn
It's a bit annoying to get daily billing emails and having 30 tiny charges on my credit card bill every month instead of one. In addition to being annoying, it complicates the accounting. I think every other hosting company charges on a monthly basis. Any chance App Engine could start using th

[google-appengine] Re: urllib2 and cookies in GAE environment

2009-08-11 Thread Alex Tereshkin
eturn ret # using the cookie in subsequent requests: result = urlfetch.fetch(url=url, headers={'Cookie' : make_cookie_header(cookie)}) Hope this helps. Best Regards, Alex On Sun, Aug 9, 2009 at 9:09 AM, aig wrote: > > Prompt please, I wish to make autom

[google-appengine] Getting the latest version of my application

2009-08-08 Thread Alex
Hi, I uploaded my application and always worked from the same computer. Now I want to work from another place, how can I get the code of my application? I failed finding it in the documentation. Thank you for your time, Alex. --~--~-~--~~~---~--~~ You received

[google-appengine] Re: handling simple data structure upgrades

2009-08-08 Thread Alex Tereshkin
tities and update them one by one. But then again >> there's too much data to do it in a single request, so I should >> process only this much entities at a time and enqueue the rest of >> processing. >>  It just sounds like too much co

[google-appengine] Re: CPU time for trivial datastore roundtrip

2009-07-10 Thread Alex Popescu
code for the initial scenario and report back. ./alex -- .w( the_mindstorm )p. Alexandru Popescu On Jul 10, 7:17 pm, "Nick Johnson (Google)" wrote: > Here's the relevant ops that one of these pages > (ex:http://www.nmaps.net/172547) does: > > self.user = model.User.

[google-appengine] Re: AttributeError on google.appengine.ext.db (X object has no attribute _key_name)

2009-07-10 Thread Alex Popescu
Bug created: http://code.google.com/p/googleappengine/issues/detail?id=1850 ./alex -- .w( the_mindstorm )p. Alexandru Popescu On Jul 10, 2:49 pm, "Nick Johnson (Google)" wrote: > Hi Alex, > > You're right - this is a bug. Although the correct behaviour may be to &

[google-appengine] Re: CPU time for trivial datastore roundtrip

2009-07-10 Thread Alex Popescu
ses in my app so far (except some on which I'm doing extremely aggressive caching). ./alex -- .w( the_mindstorm )p. Alexandru Popescu On Jul 10, 2:46 pm, "Nick Johnson (Google)" wrote: > Hi Alex, > > It's impossible to give a useful comment without first seeing t

[google-appengine] CPU time for trivial datastore roundtrip

2009-07-09 Thread Alex Popescu
round 18k datastore roundtrips with 0 results. How do you comment on this data when compared with the public announcements you've done in the past about the amount of requests an app can serve based only on free quota? ./alex -- .w( the_mindstorm )p. Alexandru Popescu PS: I have argued (and

[google-appengine] Re: AttributeError on google.appengine.ext.db (X object has no attribute _key_name)

2009-07-09 Thread Alex Popescu
On Jul 9, 1:32 pm, "Nick Johnson (Google)" wrote: > Hi Alex, > > Can you show us the definition of the class mentry is an object of? > Where are you getting the instance of mentry from? > Nick, Thanks a lot for getting back to me on this issue. I have figured out why

[google-appengine] AttributeError on google.appengine.ext.db (X object has no attribute _key_name)

2009-07-08 Thread Alex Popescu
I am getting a rather weird exception on this piece of code: [code] logging.info('auto-publish: %s resulted in %i', str(mentry.key()), status) [/code] File "/base/python_lib/versions/1/google/appengine/ext/db/ __init__.py", line 643, in key elif self._key_name: AttributeError: 'ModeratedEn

[google-appengine] App Gallery link fail

2009-07-06 Thread Alex
e "/base/python_lib/versions/1/google/appengine/api/memcache/ __init__.py", line 177, in _validate_encode_value 'received %d bytes' % (MAX_VALUE_SIZE, len(stored_value))) ValueError: Values may not be more than 100 bytes in length; received 1041848 bytes Whoops! Cheers

[google-appengine] Re: Appengine down again

2009-07-02 Thread Alex Epshteyn
Everything is completely down right now. This sucks. My site is losing users every minute. On Jul 2, 2:08 pm, stelg wrote: > See for this issue this > informationhttp://groups.google.com/group/google-appengine-downtime-notify/brows... > > On Jul 2, 8:01 pm, stelg wrote: > > > Are all Google

[google-appengine] Re: Outage this morning

2009-07-01 Thread Alex Epshteyn
Another thing to note is that the "system status" dashboard did not pick this up: http://code.google.com/status/appengine On Jul 1, 3:10 pm, Alex Epshteyn wrote: > My app's URL, typeracerdata.appspot.com was completely unreachble for > 10 minutes and then mostly unreacha

[google-appengine] Outage this morning

2009-07-01 Thread Alex Epshteyn
My app's URL, typeracerdata.appspot.com was completely unreachble for 10 minutes and then mostly unreachable for an hour today between Wed Jul 01 13:43:16 UTC 2009 and Wed Jul 01 14:51:09 UTC 2009 I'd like to request a post-mortem to be conducted on this particular outage. I'm concerned becau

[google-appengine] Re: GAE and YUI problem

2009-07-01 Thread Alex
up my self.response.write.out. So - is there a way in the request handler to send the YUI handshake(assuming success) *and* follow that up (still in the same request handler) with the template rendering below? Don't hold back if this way of doing things shouldn't be going on. Thanks. Alex On Jul 1

[google-appengine] GAE and YUI problem

2009-07-01 Thread Alex
7;hello world' without success). I don't have to add myfile.html to app.yaml do I? Any insight so welcome. Alex --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups

[google-appengine] Re: Your application is exceeding a quota: Datastore Indices Count

2009-06-30 Thread Alex Epshteyn
I should add that this quota message doesn't seem to be impacting the application in any way (i.e. there are no actual quota denial errors). On Jul 1, 12:49 am, Alex Epshteyn wrote: > I just started seeing this message as well today after I enabled > billing on my app (id = ty

[google-appengine] Re: Problem in dashboard expanding log entries using Firefox 3.5 (Windows XP)

2009-06-30 Thread Alex Epshteyn
Confirmed. I'm also on XP with FF 3.5. Filed a bug for this: http://code.google.com/p/googleappengine/issues/detail?id=1799 On Jun 30, 11:13 pm, Tim Hoffman wrote: > Hi > > I am just trying out Firefox 3.5 (windows xp - yeah I know ;-) and > noticed that in the appengine dashboard that I am u

[google-appengine] Elevated quota dropped a week ahead of schedule - not cool

2009-06-30 Thread Alex Epshteyn
A recent email from the App Engine team said: -- * On June 22nd, as previously announced, standard free quota levels are being adjusted: http://code.google.com/appengine/docs/quotas.html#Free_Changes * On July 6th, two weeks later, your application's special elevated free quota will revert

[google-appengine] Re: Your application is exceeding a quota: Datastore Indices Count

2009-06-30 Thread Alex Epshteyn
I just started seeing this message as well today after I enabled billing on my app (id = typeracerdata) On Jun 29, 8:20 pm, "Jeff S (Google)" wrote: > This quota has been reset, apologies for the inconvenience. > > Happy coding, > > Jeff > > On Mon, Jun 29, 2009 at 1:35 PM, gae123 wrote: > > >

[google-appengine] Re: "Too many versions error" during upload

2009-06-29 Thread Alex Epshteyn
Uploads are working again for me as of this morning. On Jun 28, 6:59 pm, Alex Epshteyn wrote: > I've been having the same problem since yesterday (with a Java app), > Judging by how many messages there are on the groups about this the > past couple of days, this is most likel

[google-appengine] "Too many versions error" during upload

2009-06-28 Thread Alex Epshteyn
I've been having the same problem since yesterday (with a Java app), Judging by how many messages there are on the groups about this the past couple of days, this is most likely a global app engine issue happening this weekend. I don't think it's related to the actual number of versions people cu

[google-appengine] Re: Problem administering the apps

2009-06-23 Thread Alex Geo
Yes, I just did that and it worked. Thank you very much! On Jun 23, 2:18 pm, "Nick Johnson (Google)" wrote: > Hi Alex, > > Did you create your apps using a Google Apps account? If so, you need to log > in athttp://appengine.google.com/a/yourdomain- for > example,http

[google-appengine] Problem administering the apps

2009-06-22 Thread Alex Geo
problem before? Please let me know if it did and it fixed. Best regards, Alex --~--~-~--~~~---~--~~ 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

[google-appengine] Re: Open Letter to Google App Engine Team: Billing for CPU time is Wrong

2009-06-17 Thread Alex Popescu
Nick, Thanks for your answers. I will follow up with a post including my suggestions and update this thread. ./alex On Jun 16, 5:04 pm, "Nick Johnson (Google)" wrote: > Hi Alex, > > Thanks for your feedback. Responses inline. > > On Mon, Jun 15, 2009

[google-appengine] Open Letter to Google App Engine Team: Billing for CPU time is Wrong

2009-06-15 Thread Alex Popescu
- it includes framework API internal calls CPU usage and this is not under developers' control - framework API calls are already billable separately The letter can be read here http://themindstorms.blogspot.com/2009/06/open-letter-to-google-app-engine.html ./alex http://the.dailycloud.ne

[google-appengine] How to vacuum indexes in java

2009-06-03 Thread Alex Z.
The appcfg.cmd (or appcfg.sh) has no vacuum_indexes command. How can I vaccum_indexes? Is it possible on Python only? Thanks! --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to thi

[google-appengine] Bulk Upload/Download for List and Unicode properties

2009-05-21 Thread Alex Popescu
ode upon import. For lists, things sound even more complex. I must confess that I haven't tried it yet, but (I don't know why exactly) I believe that specifying 'list' as a conversion type will not be enough. Has anyone tried any of these scenarios and have any hints for m

[google-appengine] Re: Building a new index is taking way too long

2009-04-27 Thread Alex Popescu
Is there any status update on this issue? I have noticed other posts on the list speaking about the same problem. ./alex On Apr 27, 2:59 pm, Alex Popescu wrote: > Hi, > > I have defined a new index for an entity based on a datetime and 1char > string property. Currently there are

[google-appengine] Re: Index Building for a long time

2009-04-27 Thread Alex Popescu
Unfortunately I haven't seen your message and posted about it here: http://groups.google.com/group/google-appengine/browse_thread/thread/7660c2b0002a7d66# ./alex On Apr 26, 1:38 am, timwee wrote: > I was wondering if anyone is facing the same issue as me... > I have indexes on an

[google-appengine] Building a new index is taking way too long

2009-04-27 Thread Alex Popescu
long time, except a problem with the backend. The application id: dailycloud. ./alex --~--~-~--~~~---~--~~ 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

[google-appengine] Your application is exceeding a quota: App Config Service Config App Call Count

2009-04-22 Thread Alex
and only leave the 250-per-day quota? Alex Foley --~--~-~--~~~---~--~~ 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 unsubscr

[google-appengine] Re: Google App Engine applications are slow today

2009-04-21 Thread Alex Popescu
ng free > > version. As reported in this thread too [1], I have started to see DeadExceededErrors that seem to be related to both the datastore and memcache set operation. My app ID: dailycloud. Looking forward to some quick follow up. I'll continue to investigate the issue on m

[google-appengine] Re: GAE hiccups

2009-04-21 Thread Alex Popescu
e graphs it does not appear on > > my dashboard logs so i have no idea what that was. Not 100% same behavior here, but I have started to see DeadExceededErrors that seem to be related to both the datastore and memcache set operation. My app ID: dailycloud. Loo

[google-appengine] Re: Critical bug in URL handling: dropping everything after a semicolon

2009-04-17 Thread Alex Popescu
On Apr 18, 1:43 am, Alex Popescu wrote: > On Apr 18, 1:17 am, powera wrote: > > > > > On Apr 17, 2:58 pm, Alex Popescu > > wrote: > > > > On Apr 17, 8:32 pm, 风笑雪 wrote: > > > > > ";" is not a valid char in url, you need en

[google-appengine] Re: Critical bug in URL handling: dropping everything after a semicolon

2009-04-17 Thread Alex Popescu
On Apr 18, 1:17 am, powera wrote: > On Apr 17, 2:58 pm, Alex Popescu > wrote: > > > On Apr 17, 8:32 pm, 风笑雪 wrote: > > > > ";" is not a valid char in url, you need encode it.>>> from urllib import > > > quote > > > > quote

[google-appengine] Re: Critical bug in URL handling: dropping everything after a semicolon

2009-04-17 Thread Alex Popescu
n-has-to-say%3Bb.html' > Even so, the App Engine drops it. And according to RFC3986 my understanding is that the semicolon can be part of the URL (I'll not reproduce the EBNF here as it is quite complex). ./alex > 2009/4/18 Alex Popescu > > > > > Hi, > &

[google-appengine] Critical bug in URL handling: dropping everything after a semicolon

2009-04-17 Thread Alex Popescu
-kevin-has-to-say I have opened a ticket for http://code.google.com/p/googleappengine/issues/detail?id=1340 so please help me out to get it fixed as soon as possible by voting it up. thanks a lot, ./alex --~--~-~--~~~---~--~~ You received this message because you

[google-appengine] Re: Severe scalability problems - getting http server 500 error under heavy load.

2009-04-15 Thread Alex
m the same place going to the same place -- classic DoS. Alex Foley On Apr 15, 2:19 am, Barry Hunter wrote: > One thing that has become apprent is appengine, is designed to scale > under real world usage. > > So if your App went from 0/1 users to 500 in a matter of seconds, then >

[google-appengine] IntegerProperty doesn't result in an int

2009-04-14 Thread alex
Got a class that extends db.Model with an IntegerProperty among the others. It's gets set at creation time (moreover, has required=True). Now, when I fetch an instance of this class, all other properties resolve just fine (StringProperty, DateTimeProperty, etc.). Now, passing IntegerProperty to st

[google-appengine] Re: Server error when updating an app

2009-04-09 Thread Alex
Dear Ivan, It is a quota issue, basically saying that you've exceeded the number of times you can call the application config python file. I've found if you change the version in your app.yaml file and upload it, it will successfully upload under the quota limits. Alex Foley On Apr

[google-appengine] Java Eclipse plugin dependent on "org.eclipse.wst.xml.core".

2009-04-08 Thread Alex Neth
But I'm not sure where to find that: Google Plugin for Eclipse 3.4 (1.0.0.v200904062334) requires plug-in "org.eclipse.wst.xml.core". --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To po

[google-appengine] Re: Versions Problem

2009-03-30 Thread Alex
Dear Marzia, I don't know if it was you or something else but the default version is now set properly -- Thanks! Alex On Mar 30, 2:49 pm, Marzia Niccolai wrote: > Hi Alex, > > Can you please provide the app id for which you are experiencing this issue? > > -Marzia > &g

[google-appengine] Re: Importing simplejson from django.utils results in error with 1.1.9

2009-03-30 Thread Alex Popescu
> On Mar 30, 12:24 pm, Alex Popescu > > wrote: > The following code results in an ImportError with the SDK 1.1.9: > > from django.utils import simplejson > > while it is working as expected in SDK 1.1.8 and 1.1.7. > > Any ideas what have changed meanwhile? >

[google-appengine] Re: Importing simplejson from django.utils results in error with 1.1.9

2009-03-30 Thread Alex Popescu
I've checked sys.path with both versions (1.1.9 and 1.1.8) and there is no difference in there, so my guess is that in 1.1.9 django.utils is filtered out somewhere in the google.appengine.tools.dev_appserver code (but I might be wrong). ./alex On Mar 30, 12:24 pm, Alex Popescu wrote:

[google-appengine] Importing simplejson from django.utils results in error with 1.1.9

2009-03-30 Thread Alex Popescu
The following code results in an ImportError with the SDK 1.1.9: from django.utils import simplejson while it is working as expected in SDK 1.1.8 and 1.1.7. Any ideas what have changed meanwhile? ./alex PS: I haven't opened a ticket yet for the issue as I'm trying firstly to under

[google-appengine] Importing simplejson from django.utils results in error with 1.1.9

2009-03-30 Thread Alex Popescu
The following code results in an ImportError with the SDK 1.1.9: from django.utils import simplejson while it is working as expected in SDK 1.1.8 and 1.1.7. Any ideas what have changed meanwhile? ./alex PS: I haven't opened a ticket yet for the issue as I'm trying firstly to under

[google-appengine] Versions Problem

2009-03-29 Thread Alex
I'm having a bit of problem with my app -- somehow my application has lost its ability to set a default version. I've got two versions up, 1 and 2, and neither is set as the default, so my main app site (*.appspot.com) doesn't work but both of my version sites (1.*.appspot.com and 2.*.appspot.com

[google-appengine] Re: Latency Issues Stabilized

2009-03-17 Thread Alex Popescu
Looks like I've forgot to include the link to the discussion thread: Latency Issues Stabilized: http://groups.google.com/group/google-appengine-downtime-notify/browse_thread/thread/c1e5c4ca861362f ./alex On Mar 17, 12:07 pm, Alex Popescu wrote: > I've just read the "Latency

[google-appengine] Latency Issues Stabilized

2009-03-17 Thread Alex Popescu
at the beginning of next week. [/quote] there is no clear indication in the second message (dated Mar.16) if the issue is solved and if the latency is completely back to normal. cheers, ./alex --~--~-~--~~~---~--~~ You received this message because you are subscr

[google-appengine] Re: cooperate with top Google Apps Engine developer

2009-03-05 Thread Alex Rad
> > *chuckle* > > So wait, you lack capability, but rather than be forthcoming about > your needs, you wish to screen the people volunteering to help you? > > Sounds like yet another pseudo-"entrepreneur" who wants to take > advantage of techies. > > > On Thu, Mar

[google-appengine] Re: cooperate with top Google Apps Engine developer

2009-03-05 Thread Alex Rad
Hi Linbo!The questions that it will answer is Where it is and what it is using Google map, reader and google finance. Drop me a few lines about your expereince and I will send out a full description as soon I have read through all the people who has shown their interest. Regards Alex

[google-appengine] Re: Huge number of datastore timeouts.

2009-03-04 Thread Alex Popescu
logs, profiling sessions, etc), I think it would be great to post them to that thread so we all be able to track this problem. cheers, ./alex --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: Latency Issue - More Feedback!

2009-03-04 Thread Alex Popescu
logs, profiling sessions, etc), I think it would be great to post them to that thread so we all be able to track this problem. cheers, ./alex --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine"

[google-appengine] Re: Datastore operations slow

2009-03-04 Thread Alex Popescu
/0611cefc1408977d I've just received a Google AppEngine Team notification through email that mentions some improvements. Unfortunately, it's extremely late for me to test them right now, but I'll surely look into it after a nap. ./alex --~--~-~--~~~---~--~---

[google-appengine] Re: Guideline for performance tuning

2009-03-04 Thread Alex Popescu
Thanks. While working on my app I've started to put together a series of lessons I've learnt and hope to publish it soon. But I have to firstly complete the app :). ./alex --~--~-~--~~~---~--~~ You received this message because you are subscribed to the G

[google-appengine] Re: Delete causes very highloads

2009-03-04 Thread Alex Popescu
erform better: models = ModelName.get(key_sequence) (with the option ModelName.get_by_id(id_sequence)) ./alex --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email

[google-appengine] Re: Datastore operations slow

2009-03-04 Thread Alex Popescu
7;t show it for yesterday metrics that have already been acknowledged by the Google team). ./alex --~--~-~--~~~---~--~~ 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: [CRITICAL] Datastore operations slow

2009-03-03 Thread Alex Popescu
On Mar 4, 2:29 am, Brett Slatkin wrote: > Hi Alex, > > We're aware of elevated Serving and Datastore latencies and are > working hard to rectify the situation. We're very sorry for any > trouble this is causing your application and others. Thanks for your > patie

[google-appengine] [CRITICAL] Datastore operations slow

2009-03-03 Thread Alex Popescu
142ms 116ms-cpu 0kb The operation is performed in the same conditions and the data set is the equivalent in size. The appid is dailycloud. I'm looking forward to hearing the reasons for this degradation of the datastore performance. ./alex --~--~-~--~~~---~--

[google-appengine] Re: Scheduled maintenance

2009-02-28 Thread Alex Popescu
rs - the chances are very good that prospects will hit > the site during these times. > > So Google, please consider doing this on a Saturday/Sunday in the > furture. Where is this info available? tia, ./alex -- .w( the_mindstorm )p. Alexandru Popescu --~--~-~--~~--

[google-appengine] Re: Datastore Timeouts

2009-02-28 Thread Alex Popescu
raise errors[err.application_error](err.error_detail) Timeout [/code] ./alex -- .w( the_mindstorm )p. Alexandru Popescu > On 28/02/2009, morten wrote: > > > > > > >  I'm seeing this problem as well - seems to timeout well before the > >  allowed 30 seconds

[google-appengine] Re: Datastore Timeouts

2009-02-28 Thread Alex Popescu
On Feb 28, 5:49 pm, Alex Popescu wrote: > Today starting around 07.42am the datastore has started to through > Timeout exceptions. I haven't read anywhere about an announced > maintenance window, so I do consider this a critical issue. > Forgot to mention that I am getting

[google-appengine] [CRITICAL] Datastore Timeouts

2009-02-28 Thread Alex Popescu
Today starting around 07.42am the datastore has started to through Timeout exceptions. I haven't read anywhere about an announced maintenance window, so I do consider this a critical issue. ./alex -- .w( the_mindstorm )p. Alexandru Popescu My app DailyCloud: http://the.dailyclou

[google-appengine] A searchable DictProperty

2009-02-27 Thread Alex Popescu
lf, value): if value is None: return None result = {} for i in xrange(0, len(value), 2): result[value[i]] = value[i+1] return result Basically, I'd be interested to figure out ways to: 1. be able to perform searches by key or by

[google-appengine] Re: Counting real storage roundtrips

2009-02-27 Thread Alex Popescu
On Feb 26, 5:27 pm, Alex Popescu wrote: > Hi all, > > I've spent a lot of time lately profiling my app. Basically, I've been > looking for spots where optimizations can be done so that I better > understand its state and figure out how soon I might need to look at >

[google-appengine] Re: DataStore : Unable to Delete Exploding Indexes

2009-02-27 Thread Alex Popescu
▲ While not directly related, I do see an old index on my Dashboard that I cannot get rid of even if it doesn't appear in my index.yaml or in any query. I was wondering what can I do to finally remove it (I have read the articel "How Index Building Works" [1], but I still cannot figur

[google-appengine] What happened to minor version numbers?

2009-02-26 Thread Alex Epshteyn
Last summer, when I would upload my app with app_cfg without changing the version number in app.yaml, the admin console showed a minor version number. Example: Say I upload version "3" twice - I would get roughly the following in the console: version 3.1 (default) version 3.2 The subdomain 3.l

[google-appengine] Extended db.Model providing access to ReferenceProperty key

2009-02-26 Thread Alex Popescu
tored). While I do know how to write the code to get the referenced entity key, I have no idea how can I enhance db.Model to automatically provide this feature. I'd appreciate any hints on how to get this functionality (or even better the implementation). Many thanks in advance, ./alex -- Cloud

[google-appengine] Counting real storage roundtrips

2009-02-26 Thread Alex Popescu
other scenarios Many thanks in advance, ./alex -- .w( the_mindstorm )p. Alexandru Popescu --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send em

[google-appengine] Re: Is the Datastore just too slow for 100+ returned records?

2009-01-08 Thread Alex Popescu
sting bit that I've missed while reading the docs, but it is quite consistent with the statistics I've noticed. Anyways, from my tests any result set that goes beyond 20-30 results is quickly degrading the performance. ./alex --~--~-~--~~~---~--~~ You rec

[google-appengine] Re: Is the Datastore just too slow for 100+ returned records?

2009-01-08 Thread Alex Popescu
hmap, so fetching only the key set should not be a real problem. Now, I don't know the details of the implementation, but there might be another implementation where the entities are just serialized and the engine is using some surrogate keys (that are not v

[google-appengine] Re: Running multiple Dev Web Servers on same machine

2009-01-08 Thread Alex Popescu
ut if you have a simple environment just try to emulate the above scenario. tia, ./alex On Jan 8, 10:03 pm, Bill wrote: > Alex, > > I've had no problem running 2 dev web servers on my MacBook Pro > (Leopard OS X).  What OS are you using and are you launching > dev_appserver

[google-appengine] Running multiple Dev Web Servers on same machine

2009-01-08 Thread Alex Popescu
round? tia, ./alex --~--~-~--~~~---~--~~ 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 e

[google-appengine] Request/Response objects and WebOb

2009-01-08 Thread Alex Popescu
Is there any particular reason for having the Request class extend the WebOb Request, while the Response is just extending object? As far as I checked the Request class is the single dependency on WebOb framework and I find it quite curious. ./alex

[google-appengine] Please reopen Issue 182: Mail API: python email module import fails when source code is changed ...

2008-12-16 Thread Alex Epshteyn
This dev_appserver issue has not gone away, and is still rather annoying during development. http://code.google.com/p/googleappengine/issues/detail?id=182 --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App E

[google-appengine] Re: GqlQuery bind method - is it safe to share the same query instance between requests?

2008-12-16 Thread Alex Epshteyn
Ah, I see. It's safe because a new request will not be processed by the same instance of the python interpreter until the previous request has fully completed, right? Thanks, Ryan! On Dec 16, 7:37 pm, Ryan Barrett wrote: > hi alex! you're right to be cautious, but happily, req

<    3   4   5   6   7   8   9   >