[google-appengine] Re: Appengine is down (errorcode 104)

2013-12-16 Thread Hans Jakobsen
Having a 12 hours down period is very bad when having paying customers who expects a 24/7 service. Over a month this an up-time of only 98%. However, while our service was down, Google still claimed that everything was up and running: https://code.google.com/status/appengine Though, Google actua

[google-appengine] Re: Appengine is down (errorcode 104)

2013-12-15 Thread Hans Jakobsen
period. That leads me to think that Google is using us as beta testers for internal changes. On Thursday, December 12, 2013 9:08:56 PM UTC+1, Hans Jakobsen wrote: > > Since 3 hours ago, all requests to our appengine application fails with > this message in the log: > > A problem

[google-appengine] Appengine is down (errorcode 104)

2013-12-12 Thread Hans Jakobsen
Since 3 hours ago, all requests to our appengine application fails with this message in the log: A problem was encountered with the process that handled this request, causing it to exit. This is likely to cause a new process to be used for the next request to your application. If you see this m

[google-appengine] Re: No more warmup requests!

2013-11-01 Thread Hans Jakobsen
something changed in the appengine backend? Best regards, Hans On Thursday, October 31, 2013 7:04:13 PM UTC+1, Stefano Ciccarelli wrote: > > In the last 24 hour I had no more warmup requests and *all* (I want to > repeat *ALL*) the loading requests are user requests. > >

Re: [google-appengine] Re: MAX_BLOB_FETCH_SIZE value

2012-08-30 Thread Daniel Hans
el > > > On Thursday, 30 August 2012 05:05:56 UTC+10, Daniel Hans wrote: >> >> Hi there, >> >> I have been trying to use MAX_BLOB_FETCH_SIZE to determine maximal size >> of blobs that may be uploaded by the users. It is documented to be around >> 32 MB here

[google-appengine] MAX_BLOB_FETCH_SIZE value

2012-08-29 Thread Daniel Hans
Hi there, I have been trying to use MAX_BLOB_FETCH_SIZE to determine maximal size of blobs that may be uploaded by the users. It is documented to be around 32 MB here [0] but the real value is actually less than one megabyte [1]. Could anyone explain the difference to me or it is an issue and

Re: [google-appengine] Re: numpy and scipy question

2012-08-07 Thread Hans Then
own, but we'd like to make the basic toolset available to the scientific community. As for SciPy being in Fortran, does this mean that there are no plans at all to make SciPy available on Appengine? Or only that it will take some more time to do so? Regards, Hans Then Op maandag 23

Re: [google-appengine] Re: numpy and scipy question

2012-07-22 Thread Hans Then
ements because unfortunately the 60s limit doesn’t let you work with > very big documents. > > Do you know how many words at a time you need to put through? > > ** ** > > ** ** > > *From:* google-appengine@googlegroups.com [mailto: > google-appengine@googlegroups.c

Re: [google-appengine] Re: numpy and scipy question

2012-07-22 Thread Hans Then
I am mainly using the classify and the cluster packages. Thanks for considering this to be included. Hans Op zondag 22 juli 2012 19:18:25 UTC+2 schreef Brandon Wirtz het volgende: > > I am building an API that does much of what NLTK does. Which parts are > you looking to use? Like

Re: [google-appengine] Re: numpy and scipy question

2012-07-22 Thread Hans Then
The application I develop uses libraries such as gensim and NLTK, which depend on SciPy. Currently my plan is to run it on Heroku, but I would much prefer to use appengine. Hans On Sun, Jul 22, 2012 at 11:24 AM, Drake wrote: > I don’t know then. I thought NumPy was all C… > > Any

Re: [google-appengine] Re: numpy and scipy question

2012-07-22 Thread Hans Then
NumPy is also Fortran. But my confusion is that if SciPy will not be supported, then why support NumPy? NumPy and SciPy are hardly ever used separately. Hans Op zondag 22 juli 2012 09:11:00 UTC+2 schreef Brandon Wirtz het volgende: > > SciPy is mostly in Fortran. So I don’t give you goo

[google-appengine] Re: numpy and scipy question

2012-07-22 Thread Hans Then
Hi Anand, Are there plans to also support SciPy in the future? Hans Then Op woensdag 25 januari 2012 00:34:53 UTC+1 schreef Anand Mistry het volgende: > > NumPy is available on the Python 2.7 runtime, but SciPy is not. -- You received this message because you are subscribed to the

[google-appengine] Re: Using other code in a backend

2011-09-27 Thread Hans Then
Will this also work in the development server? I have not seen an option to start the Java development server and the Python development server with the same datastore. Regards, Hans Then On Sep 27, 5:53 am, "Greg Darke (Google)" wrote: > Yes it is quite easy to do. The easi

[google-appengine] Using other code in a backend

2011-09-26 Thread Hans Then
Hi all, Is it possible to create a backend containing another program than the main instance? Specifically, is it possible to create a backend using a different programming language e.g. Java in the backend and Python in the main instance? Regards, Hans Then -- You received this message

[google-appengine] Re: Google Storage for Developers with Appengine

2011-09-21 Thread Hans Then
Hi, I have the same problem and not a clue what's wrong. Did you manage to solve this? Hans On Aug 30, 9:57 pm, tabmarcio wrote: > THe problem I have is the second problem you reported: > AttributeError:HTTPSConnectioninstancehasnoattribute > '_HTTPConnection__response'

Re: [google-appengine] Question about datastore cost optimization by reusing old entities for new data

2011-09-16 Thread Daniel Hans
On Thu, Sep 15, 2011 at 9:31 PM, Rishi Arora wrote: > In my app I have a an Entity group that stores user activity data - like a > high level application log of user activity. This is the Entity Group that > I expect to grow the fastest over time, and I have decided to keep only the > last 3 mont

[google-appengine] Re: Why did my appcfg.py command fail after upgrade from 1.4.3 to 1.5.0?

2011-05-23 Thread Hans-Joachim Belz
Hi! I had the same error. After adding "--application " to the "appcfg.py download_data" command every thing worked fine again. Something seems to go wrong when appcfg.py attempts to look up the app id by itself. See http://code.google.com/intl/de-DE/appengine/docs/python/tools/uploadingdata.ht

[google-appengine] Re: Accessing raw post data

2011-01-27 Thread Hans
7%2C+ %27Blume.jpg%27%29 What I want is the body as send by the client, e.g.: [...] ThIs_Is_tHe_bouNdaRY_$ Content-Disposition: form-data; name="comment" foobar [...] On 27 Jan., 06:57, "Nick Johnson (Google)" wrote: > Hi Hans, > > You can access the r

[google-appengine] Accessing raw post data

2011-01-26 Thread Hans
age_file%27%2C+ %27Blume.jpg%27%29 The body is different here. How can I access the correct body or complete raw post data? Sincerly, Hans -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to this group, send email to googl

[google-appengine] User Authentication

2010-04-06 Thread Hans-Jürgen Schumacher
Hello, As far as I understood all the user of an apps must have a GoogleMail- Account. This would be ok but I want to limit the user of a apps to a certain usergroup. I cant buy a google apps domain for this purpose so the only chance to try the appengine could be if there is any possibility to man

[google-appengine] Does Image API Optimize Images

2009-12-27 Thread Marco-Hans
I have searched all over to try and find out whether the Google App Engine optimizes images for size (to save bandwidth). I have cannot understand why no one has enquired about this? Perhaps, it is just a given that Google would be optimizing images for size? My facebook profile image is only 8kb

[google-appengine] Documenting Each App Having its Own Datastore?

2009-12-04 Thread Hans
ication, you may not reference the datastore (and its entities) associated with a different application.This does allow entities with the same name to exist independently across multiple applications. " Hans -- You received this message because you are subscribed to the Google Groups &quo

[google-appengine] Re: Free Quotas: App Engine vs. App Engine for Domains

2009-08-06 Thread Hans
nding as well. Hans --~--~-~--~~~---~--~~ 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 ema

[google-appengine] Free Quotas: App Engine vs. App Engine for Domains

2009-08-06 Thread Hans
Is the free resource quota for App Engine for Domains the same as the free quota I get as an individual (not domain)? I probably missed where in the docs this was stated, so a pointer is much appreciated. Thanks, Hans --~--~-~--~~~---~--~~ You received this

[google-appengine] retrieve instance name

2008-12-27 Thread Hans-Peter
Can anyone tell me how to retrieve the name of an instance? puzzle = models.Puzzle( key_name='my_new_puzzle' ) puzzle.title = 'My puzzle' puzzle.put() This works fine, i see the ID/Name in the data viewer then I try to retrieve the name puzzle.id_or_name() I get the error: AttributeError: 'P

[google-appengine] Re: Production env different from development?

2008-11-07 Thread Hans
Thats it, I don't get a clear error. The Django encoder wouldn't encode my custom business objects - that's why I thought I had to roll my own. Hans On Nov 7, 6:43 pm, Anthony <[EMAIL PROTECTED]> wrote: > Hard to tell without knowing what sort of errors are you get

[google-appengine] Production env different from development?

2008-11-07 Thread Hans
I have the following code to convert common objects to JSON. On my dev box it works fine, but on production is simply does not and I can't really debug. Any suggestions? import types class TestObject(): def __init__(self): self.dict = {'test class':'jaja'} self.name = 'testobj