[google-appengine] Authenticating with google account through localhost

2019-07-18 Thread Adrian Buzea
I'm trying to write a VSCode extension where users could log into appengine with a google account, and I need to get their SACSID cookie to make appengine requests. So I'm opening a browser window at https://accounts.google.com/ServiceLogin?service=ah&passive=true&continue=https://appengine.goo

[google-appengine] Admin for Datastore

2018-03-28 Thread Adrian DeWitts
Hi everyone, I'm wondering what configured Admins/clients that google cloud devs have used to access Datastore other than the console, Djangae Admin, or writing your own web client? Thank you. -- You received this message because you are subscribed to the Google Groups "Google App Engine" gr

[google-appengine] Hosting de pago

2017-06-18 Thread Adrian Canton
Buenas, tengo una aplicación desplegada en AppEngine y me gustaría saber si es posible pagar para tener ancho de banda ilimitado y una url sin .appspot, sólo con el nombre de mi portal. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To u

[google-appengine] Re: App Engine instance under attack

2017-04-20 Thread Adrian Dybwad
This was the google security scanner. Somehow it started scanning thousands of different combinations of url. I will look into it some more and see how to stop it doing that! On Thursday, April 20, 2017 at 9:17:28 PM UTC-6, Adrian Dybwad wrote: > > > Hello > > It seems my app eng

[google-appengine] App Engine instance under attack

2017-04-20 Thread Adrian Dybwad
is attack. Please let me know how to go about this or if anyone has any suggestions? Thank you! Adrian -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an emai

[google-appengine] Re: [Stackdriver Trace] Cannot have multiple spans with the same name in a trace

2017-02-28 Thread Adrian Bogatu
Are there any updates regarding this issue? Do you want me to post it directly to Google Code? On Friday, February 24, 2017 at 5:51:28 PM UTC+2, Nick (Cloud Platform Support) wrote: > > Hey Adrian, > > While opening new projects on Google Code was discontinued, we continue to >

[google-appengine] Re: [Stackdriver Trace] Cannot have multiple spans with the same name in a trace

2017-02-24 Thread Adrian Bogatu
Hi, Nick, Thanks for the answer. Honestly, at first, I wanted to post on Google Code, but I know it has been discontinued in 2016 and I wasn't sure it was tracked anymore. Thanks, Adrian On Thursday, February 23, 2017 at 10:16:04 PM UTC+2, Nick (Cloud Platform Support) wrote: > >

[google-appengine] [Stackdriver Trace] Cannot have multiple spans with the same name in a trace

2017-02-23 Thread Adrian Bogatu
ub.com/google/google-api-go-client/tree/master/cloudtrace>) and the relatively new google's zipkin collector for stackdriver trace <https://github.com/GoogleCloudPlatform/stackdriver-zipkin>. Thanks, Adrian -- You received this message because you are subscribed to the Google Gr

[google-appengine] Painful Python GAE (managed VM), Protobuf interaction

2016-03-04 Thread &#x27;Adrian Wan' via Google App Engine
I'd like to call attention to this protobuf bug , which has an interaction with GAE. A brief summary for those not familiar with this interaction: in Python, GAE expects to be able to import its libraries with from google.appengine.ext import ..

[google-appengine] Re: AppEngine / Endpoints - Persist entities in GET (list) call, getting NoPersistenceInformationException

2016-02-08 Thread Adrian Buchmann
Okay, after a weekend of pain I finally found a solution. I never expected it, but It's because I used object initializers to create my object. It seems like the outcome is different and the generated objects are not persistable... On Sunday, February 7, 2016 at 4:01:24 PM UTC+1, A

[google-appengine] AppEngine / Endpoints - Persist entities in GET (list) call, getting NoPersistenceInformationException

2016-02-07 Thread Adrian Buchmann
/java.sun.com/xml/ns/persistence"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://java.sun.com/xml/ns/persistence http://java.sun.com/xml/ns/persistence/persistence_1_0.xsd"; version="1.0"> org.datanu

[google-appengine] GeoSpatial Query for Student Project

2016-01-27 Thread Adrian Buchmann
er (https://cloud.google.com./appengine/docs/java/datastore/geosearch) to just request the data of a specific area. Locally the code works like charm, but I'm unable to deploy it on the App Engine, as it is still an alpha feature. Can allow us to use this feature for our project? Kind regards Adrian -

[google-appengine] Re: Google App Engine SDK 1.9.18 is now available

2015-02-28 Thread Adrian Martinez BloomBees
Sound Great but I had open a cases because file_get_contents('https://cloud.bloombees.com/api/bbchat/updates/XX?nolog') shows an error: failed to open stream: SSL certificate error - certificate invalid or non-existent, [Errno 8] _ssl.c:507: EOF occurred in violation of protocol in version:p

[google-appengine] Create automatic tasks every 10 min on App Engine ?? Need suggestions

2014-09-24 Thread Adrian Lesniak
Hi everyone, I would like to use App Engine to do RSS downloading and parsing task every 10 minutes. I have read about Task Queue on App Engine but would it be a right tool for the job? I would appreciate all the suggestions guys! Thanks a lot Adrian -- You received this message because

Re: [google-appengine] Trying to figure out why my app has unexpected overhead

2014-07-23 Thread Adrian Randall
Tue, Jul 22, 2014 at 7:17 PM, Adrian wrote: > I have been playing with all of the settings I can think of (including going > from an F1 to F4 instance), but to no avail I am consistently getting a ~1 > second lag on this POST request. For some reason, the process seems to just > stop

[google-appengine] Trying to figure out why my app has unexpected overhead

2014-07-22 Thread Adrian
Hey, I have been playing with all of the settings I can think of (including going from an F1 to F4 instance), but to no avail I am consistently getting a ~1 second lag on this POST request. For some reason, the process seems to just stop for arbitrary amounts of time, and it is severely degradi

Re: [google-appengine] Can't get a module to start via a cron job

2014-01-08 Thread Adrian
. not sure why that is, but at least that problem is fixed. Thanks for the suggestions! On Wednesday, January 8, 2014 9:52:51 AM UTC-5, Adrian wrote: > > Hey Alex, > > Thanks for the reply -- it's very strange.. pytz is installed as I can > import it, but I can't load Ame

Re: [google-appengine] Can't get a module to start via a cron job

2014-01-08 Thread Adrian
u get all the modules running: > > 1. Go to http://localhost:8000 - it should display all of your modules. > 2. Try executing "curl http://localhost:8080/callLoadAndProcess"; and see > if it works. It should. If it doesn't, you'll probably need to tweak your

Re: [google-appengine] Can't get a module to start via a cron job

2014-01-08 Thread Adrian
This is the part of the cron.yaml file it is getting upset with (line 5): cron: - description: call frontend instance to call a module to download data url: /callLoadAndProcess schedule: every day 01:00 timezone: America/New_York On Wednesday, January 8, 2014 9:08:50 AM UTC-5, Adrian

Re: [google-appengine] Can't get a module to start via a cron job

2014-01-08 Thread Adrian
Hey Alex, Thanks for the reply -- when I load in all of my modules (app.yaml and loadandprocess.yaml), I now have this error when I go to the cron tab on the devserver admin page: Error loading cron.yaml: Traceback (most recent call last): File "/home/adrian/google_appengine/g

Re: [google-appengine] Can't get a module to start via a cron job

2014-01-07 Thread Adrian
e name].yaml file in the directory with my default app.yaml file, do I need to do anything else to get the dev_server to recognize the additional module? Thanks! On Tuesday, January 7, 2014 2:47:39 AM UTC-5, Vinny P wrote: > > On Mon, Jan 6, 2014 at 7:03 PM, Adrian > > wrote: >

Re: [google-appengine] Can't get a module to start via a cron job

2014-01-06 Thread Adrian
Thanks Vinny -- here is the full traceback: Traceback (most recent call last): File "/home/adrian/google_appengine/lib/webapp2-2.5.1/webapp2.py", line 1536, in __call__ rv = self.handle_exception(request, response, e) File "/home/adrian/google_appengine/lib/webapp2-2

[google-appengine] Can't get a module to start via a cron job

2014-01-06 Thread Adrian
I am having trouble with getting a cron job to start a module... I made a post to Stackoverflow that has the problem... I was going to repost here, but everything is formatted on Stackoverflow. http://stackoverflow.com/questions/20941622/how-to-load-a-basic-module-from-a-cron-job Does anyone h

Re: [google-appengine] Confusing behavior with sockets and pygeocoder in App Engine

2014-01-06 Thread Adrian
I went with option #2... option #1 didn't work... thank you very much for your help!! On Friday, January 3, 2014 11:02:29 PM UTC-5, Vinny P wrote: > > On Thu, Jan 2, 2014 at 1:54 PM, Adrian Randall > > > wrote: > >> I am typing this from my phone so I apo

[google-appengine] Confusing behavior with sockets and pygeocoder in App Engine

2014-01-03 Thread Adrian Randall
I am typing this from my phone so I apologize in advance for any odd formatting. For my web app, I am trying to get around the httplib file size limitation, which Google says to use sockets for: https://developers.google.com/appengine/docs/python/sockets/ I am able to download the file perfectl

[google-appengine] Session variables behave different in local service and in GAE server

2012-05-03 Thread ADRIAN GARCIA
Hi, I have an application using JAVA that jsp files displaying two languages. Basically on user selection I change the status of a session variable to know which language is selected. When I try it in the local server it works fine, but once I upload the application to GAE server it seems that the

[google-appengine] vijayp on migration of partychat from GAE to EC2/GAE-hybrid; from $20/day expense to < $1/day

2011-12-18 Thread Adrian Scott
http://www.vijayp.ca/blog/?p=162 Interesting data... -A -- Adrian Scott, Ph.D. CEO, Founder CoderBuddy http://www.coderbuddy.com/ <-- Create a Facebook or Google App Engine app in a minute without installing anything -- You received this message because you are subscribed to the Goo

Re: [google-appengine] Re: Doom day

2011-12-03 Thread Adrian Scott
ave created a nice little incentive to the google team, and also better relationships with developers after all that has gone on recently. We're doing a bit of optimization as we go along, but putting a hefty priority on improving functionality and ease of use over just minimizing expense. -

Re: [google-appengine] Re: What is the better way to deal with static images/icons? Blobstore or ?

2011-11-29 Thread Adrian Scott
-- Adrian Scott, Ph.D. CEO, Founder CoderBuddy http://www.coderbuddy.com/ <-- Create a Facebook or Google App Engine app in a minute without installing anything On Tue, Nov 29, 2011 at 7:56 AM, Max wrote: > If they are all static files not not supposed to be changed then deploy > with your ap

Re: [google-appengine] Re: Google App Engine's Team Dishonesty

2011-11-19 Thread Adrian Scott
Yoav. >>> >>> -- >>> 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,

Re: [google-appengine] URGENT: google checkout for usage i dont know where it comes from.

2011-11-15 Thread Adrian Scott
ov 15, 2011 at 11:40 AM, Adrian Scott wrote: > Also, we should be able to turn off current/future billing even if > Google's system is in the process of charging a new card. I submitted an > updated credit card yesterday for a payment that didn't go through, but it > will not l

Re: [google-appengine] URGENT: google checkout for usage i dont know where it comes from.

2011-11-15 Thread Adrian Scott
I'm being billed against my will. An extra $0.30 one-time fee is not a big deal to me, but it would be good to get that interface fixed. The current situation must violate some law too, imho. Hope this helps, -A -- Adrian Scott, Ph.D. CEO, Founder CoderBuddy http://www.coderbuddy.com/ <--

Re: [google-appengine] Re: What happened to the promised reliability improvement for email delivery?

2011-11-12 Thread Adrian Scott
ng any further significant resources and possibly relabel that api as beta/experimental or at least as not destined to receive lots of attention right away, to be up front about it. It's a non-trivial, high-nuisance service to provide/maintain. -A -- Adrian Scott, Ph.D. CEO, Founder CoderBuddy http:/

Re: [google-appengine] Image upload

2011-11-12 Thread Adrian Scott
We have sample code for uploading an image in our open-source adrianremembersme-django project (though this is not using GWT). To use the latest version of it, just create a project on CoderBuddy using the Starting Content options of "Guestbook App - Adrian Remembers Me - Django" o

Re: [google-appengine] Twitter Library

2011-11-10 Thread Adrian Scott
If you want to make the app on CoderBuddy public (Project Settings) and post the project url, we can take a look at the code there. Or you could add me as a developer ( username: adrian ), and I'll see if I can spot the error/debug. Thanks! Cool stuff -- this might be the first twee

Re: [google-appengine] Create a Facebook App on GAE in a minute, new release from CoderBuddy

2011-11-09 Thread Adrian Scott
e safe-for-work? =) > yah... you figured us out! ;) we had that fun title in there at first, but in combo with the photo we put in, it seemed a bit too much ;) -a -- Adrian Scott, Ph.D. CEO, Founder CoderBuddy http://www.coderbuddy.com/ <-- Create a Facebook or Google App Engine app

Re: [google-appengine] zipped packages and .pyc

2011-11-08 Thread Adrian Scott
No, best to take those out. -A -- Adrian Scott, Ph.D. CEO, Founder CoderBuddy http://www.coderbuddy.com/ <-- Create a Google App Engine app in a minute without installing anything On Tue, Nov 8, 2011 at 9:02 AM, andreas schmid wrote: > hi, > > if i have some packages as .zip

[google-appengine] Create a Facebook App on GAE in a minute, new release from CoderBuddy

2011-11-08 Thread Adrian Scott
tarter app like this yourself -- because we now have a Copy Project feature (which we used for this). I'd been meaning to develop some Facebook Apps for a while, and this is a quick way to get started and then iterate it into your own idea... Thanks, -A -- Adrian Scott, Ph.D. CEO

Re: [google-appengine] Re: New Pricing is now in place!

2011-11-07 Thread Adrian Scott
Thanks, that'd be great. Just updated my billing settings but felt like i was flying blind ;). -- Adrian Scott, Ph.D. CEO, Founder CoderBuddy http://www.coderbuddy.com/ <-- Create a Google App Engine app in a minute without installing anything On Mon, Nov 7, 2011 at 11:51 AM,

Re: [google-appengine] Idle instances and pending latency management advice

2011-11-07 Thread Adrian Scott
I dropped ours from 3 to 2 minimum idle instances, and saw significant drop in daily cost. 7-9 user requests per minute shouldn't be too much of a hit (depending on how much time is used to serve them and the background tasks they spawn of course)... -- Adrian Scott, Ph.D. CEO, Fo

Re: [google-appengine] Re: I have to leave App Engine platform, feeling really bad and sad

2011-11-03 Thread Adrian Scott
I share your concern, Thomas... It is also worth comparing the performance of an early stage (#1 in your list) non-optimized app at low volumes on an AWS box versus on GAE (e.g. pageload time)... something to think about, no? -A -- Adrian Scott, Ph.D. CEO, Founder CoderBuddy http

Re: [google-appengine] Re: DKIM support and gmail -- now it's urgent!

2011-06-29 Thread Adrian Scott
. -- Adrian Scott, Ph.D. CEO, Founder CoderBuddy http://www.coderbuddy.com/ On Wed, Jun 29, 2011 at 9:55 AM, JH wrote: > I'll agree that sometimes it's hard to understand priorities, say for > instance XMPP in general, or yes, prospective search. > All that aside, I'd encoura

Re: [google-appengine] Mass mailing: task queue vs BCC field

2011-06-25 Thread Adrian Scott
com > > -- > 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...@

Re: [google-appengine] Re: When the ssl on custom domain feature will be added?

2011-06-24 Thread Adrian Scott
I was hoping we'd see this on the Pricing page as a sign of imminent release ;) [ http://www.google.com/enterprise/appengine/appengine_pricing.html ] We'd be willing to part with significant cash for this feature in any form... -A -- Adrian Scott, Ph.D. CEO, Founder Coder

Re: [google-appengine] Google APPs Engine projects with team work

2011-06-23 Thread Adrian Scott
best directly to me, off-list :). -- Adrian Scott, Ph.D. CEO, Founder CoderBuddy http://www.coderbuddy.com/ On Thu, Jun 23, 2011 at 5:35 PM, Branko Vukelic wrote: > On Fri, Jun 24, 2011 at 1:38 AM, Adrian Scott > wrote: > > updated most recently and by whom. We don'

Re: [google-appengine] Google APPs Engine projects with team work

2011-06-23 Thread Adrian Scott
am is developing a different part of the project that can work pretty well with our existing set-up. I hope this option helps -- feel free to drop me a note with any questions, feature requests, etc. -Adrian -- Adrian Scott, Ph.D. CEO, Founder CoderBuddy http://www.coderbuddy.com/ On Thu, Jun 23, 2011

Re: [google-appengine] Re: CoderBuddy invite -- Web-based development and publishing apps & static sites to App Engine

2011-06-22 Thread Adrian Scott
ages, and helps them keep in contact ongoing). -A On Wed, Jun 22, 2011 at 9:47 PM, Albert wrote: > Hi Adrian! > > This is very interesting! > > I'm hosting a GAE workshop in 2 weeks. I'll play some more with this, > and I'll see if I can use it. Definitely cool st

[google-appengine] CoderBuddy invite -- Web-based development and publishing apps & static sites to App Engine

2011-06-22 Thread Adrian Scott
nd look forward to improving it based on your feedback. Thank you, Adrian CEO, Founder CoderBuddy [ Founding investor, Napster; Founder, social networking pioneer Ryze ] P.S. We're also interested in hearing from people who are teaching programming (and App Engine) in workshops and m

[google-appengine] Re: ClassNotFoundException: RequestEndListener

2011-02-20 Thread Adrian Cole
I've seen this, and jclouds is stuck at 1.4.0 until this is resolved. https://code.google.com/p/jclouds/issues/detail?id=474 -Adrian On Feb 12, 8:37 am, Andreas Källberg wrote: > Hi, > After upgrading to version 1.4.2 of the gae jdk I get the following > exception when ru

[google-appengine] Re: Selecting hundreds of entities efficiently

2010-05-09 Thread Adrian Holovaty
On May 9, 9:58 pm, Adrian Holovaty wrote: > > Also I assume you do a fetch on the query rather than iterating of the > > result (fetch is much quicker). > > Oh, we could be onto something here. I'm iterating over the result, > not using fetch, because I was under the i

[google-appengine] Re: Selecting hundreds of entities efficiently

2010-05-09 Thread Adrian Holovaty
the entire entities? Or just some data from the > entities? You might be able to distill the essential information into > a list before putting to memcache. This would decrease the serialize/ > deserialize cost that Nick writes about. I need the entire entities, unfortunately. Wow, as

[google-appengine] Selecting hundreds of entities efficiently

2010-05-09 Thread Adrian Holovaty
sing ListProperty (in which case I might run into the limit of items in a ListProperty, because each MyModel record has four attributes I need to include), or something else...? Adrian -- You received this message because you are subscribed to the Google Groups "Google App Engine" group

[google-appengine] Disabling chunked transfer for blobstore requests

2010-04-07 Thread Adrian Holovaty
read/thread/14c976299c032565/ If there isn't a way to accomplish this, I'd love to hear Google's reasoning, if only because it'd be interesting to hear why App Engine always uses Transfer-Encoding. Thanks, Adrian -- You received this message because you are subscribed to th

[google-appengine] Hiring - Jobs : Python, Google App Engine, Silicon Valley-style startup, remote work is fine

2010-03-26 Thread Adrian Scott . com
culum to my firstname @ firstname lastname . com by email, preferably along with info and links to projects you've developed. Thank you! -Adrian -- 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] new cloud hacker meetup in SF

2010-02-10 Thread Adrian Cole
nsparently committed to open source cloud projects. http://www.meetup.com/cloudhackers-SF/ Cheers, -Adrian -- 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 u

[google-appengine] Google Analytics support team can't access my GAE app ;)

2009-07-22 Thread Adrian Scott . com
Having a pretty hilarious experience here. Trying to get my lost google analytics account recovered for a site now running on google app engine. I put in the analytics reset code url they wanted for verification / validation, but the support rep says he can't load that url or even my home page.

[google-appengine] Re: Charging for you app.

2009-03-20 Thread Adrian Scott . com
YES! On Mar 20, 9:04 am, Big Stu wrote: > I'm not absolutely sure myself (I haven't read the terms yet either), > but from some of the previous questions/answers I've seen on here it > sounds like you're good to go. > > Good luck! > > Stu > > On Mar 19, 10:38 am, Ronn Ross wrote: > > > > > If I

[google-appengine] Re: Downside of the Google App Engine relying on Google Apps - Horror Story

2009-03-20 Thread Adrian Scott . com
Thanks for posting about this Eaden. This is extremely useful info. I am not clear on why we should have to rely on Google Apps for domain pointing. We also need some capability for redundancy of some sort. What is currently possible for redundancy, assuming something goes bad with google apps?

[google-appengine] Multilingual i18n -- django, any problems w/ it? roll your own?

2009-03-20 Thread Adrian Scott . com
Hi, i'm looking at doing i18n / multilingual for my apps. For those using Django, have you run into any problems w/ Django's approach? or any stuff that just seems weird etc? For others doing i18n / multilingual, what approaches have you been taking and what factors have influenced you or been

[google-appengine] Re: Sample based on non google accounts

2009-03-20 Thread Adrian Scott . com
i looked at django user authentication and was not very excited by it. so i created this: http://www.adrianremembersme.com/ i found the django user auth more oriented towards site content maintainers than building a app w/ significant membership (e.g. no remember me etc). (note that what i've

[google-appengine] Re: new Open source proj -- for login, remember me, security, usability functionality -- adrian remembers

2009-03-19 Thread Adrian Scott . com
Thanks for the question. It's built over an independent authentication system, so you have an independent user base from google, for enhanced portability, independence, etc. On Mar 18, 5:51 am, Luca wrote: > Is it built over the Google authentication API's or have you > reimplemented a thisapp

[google-appengine] basic login functionality; jump-start your next app quickly; 'adrian remembers me' upgrade 0.1.4 released

2009-03-18 Thread Adrian Scott . com
e of use to you ;) check it out and let me know what your biggest needs are! http://www.adrianremembersme.com/ thanks, adrian --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] new Open source proj -- for login, remember me, security, usability functionality -- adrian remembers

2009-03-16 Thread Adrian Scott . com
Get your app started very quickly with this free code... for membership capability http://www.adrianremembersme.com/ Version 0.1.1 currently offers basic login, remember me functionality ( + photo upload for profile ) Attempting to follow and encode best practices for cookies, security, etc.

[google-appengine] Re: how to stop local gae web dev server?

2009-02-17 Thread Adrian Scott . com
Ah Thanks!! Forgot to RTM nice to have docs ;) -a On Feb 13, 10:39 am, Tony Smith wrote: > HeyAdrian, > > Killing the job is the only way documented on documentation > server:http://code.google.com/appengine/docs/python/tools/devserver.html > (To stop the web server: With Windows, press Con

[google-appengine] unicode username in cookie value

2009-02-17 Thread Adrian Scott . com
http://groups.google.com/group/google-appengine/browse_thread/thread/3674ba3ddffe29a5/da79c3298fa4160a?lnk=gst&q=unicode# this is giving me plenty of fun when looking at storing a username in cookie values with special characters, e.g. adrián ;) see y'all in tomorrow's

[google-appengine] app-engine-patch startup errors; help with getting started

2009-02-13 Thread Adrian Scott . com
trying manage.py runserver lots of startup errors including on .po files within locale 'msgfmt' is not recognized as an internal or external command also WARNING: root:Could not read datastore data from ... \django-aep- sample.datastore -- other thing: http://docs.djangoproject.com/en/dev/int

[google-appengine] how to stop local gae web dev server?

2009-02-13 Thread Adrian Scott . com
Hi, Is there any way to stop the local GAE web dev server, aside from killing the job? I'm on Windows using cmd.exe command window... Same goes for trying manage.py runserver for app-engine-patch django... thanks!! -Adrian http://www.adrianscot

[google-appengine] Re: IBM DB2 and App Engine

2009-02-12 Thread Adrian Scott . com
least for the near future. Hope this helps! -Adrian http://www.adrianscott.com/ On Feb 12, 4:54 pm, isc_jcjl wrote: > Hi all, My company is search for new technology solutions, and now we > focuses on Google App Engine, my Question: > > Does Google Apps support DB2 connections?

[google-appengine] marshal.load()

2008-12-07 Thread adrian
My app needs some fixed data that I need to search during almost every request to my app. It's over 1 MB as a dict in a python file so I can't do that. So I've been reading a binary picked file but this is taking almost 2 CPU seconds and 900k function calls according to profile. I get a CPU u

[google-appengine] Re: and home page caching problem

2008-11-17 Thread adrian
Yes it is redirected (through Godaddy). Maybe Godaddy grabbed the when I first set up the redirection and they are still using that. Strange that they sometimes put it in a frame, sometimes not. Thanks --~--~-~--~~~---~--~~ You received this message because yo

[google-appengine] Re: and home page caching problem

2008-11-14 Thread adrian
Now the original problem is back!But I have some clues. It occurs when AppEngine serves the app in a Frame. It does that apparently at random (I have no Frames in my code). It has switched back and forth several times today. When it serves the app in a Frame, it uses a title I had in an

[google-appengine] Re: and home page caching problem

2008-11-14 Thread adrian
This was static text. The problem went away (without any action from me). I think an older version static file (a Django template) was being served after an update. I'm still having this problem in another area. Several hours after an update, my homepage PerfectRhyme.com is serving an old

[google-appengine] Re: home page caching problem

2008-11-14 Thread adrian
I notice only the home page is being displayed in a Frame by AppEngine. This is something new and may be causing the problem. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Engine" group. To post to t

[google-appengine] home page caching problem

2008-11-14 Thread adrian
I recently changed the banner graphic, the size of that graphic in link in the html, and the CSS positioning of that graphic. It looks fine on the dev server, and on every page except one in production. That one page (the home page) is still showing the old html with the wrong size. (Using F

[google-appengine] and home page caching problem

2008-11-14 Thread adrian
Why would a different title appear in my browser when running on the Production server than appears on my browser when running on the Dev server? Don't they both use the text in the tag? --~--~-~--~~~---~--~~ You received this message because you are subscri

[google-appengine] Re: downloading and editing app database

2008-11-13 Thread adrian
Thanks, your suggestion for #2 will work. For #1 the link is: http://code.google.com/p/gawsh/wiki/BulkDownload But it looks like it is barely tested. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups "Google App Eng

[google-appengine] downloading and editing app database

2008-11-12 Thread adrian
I'd like to be able to do both of the following: 1. Download my app datastore so I can analyze it locally. 2. Create a separate app that can modify my app datastore. This is sort of like the AppEngine Dashboard data viewer but with the ability to add entries with a user interface that is con

[google-appengine] Re: validation of GET/POST data in URL handlers

2008-11-08 Thread adrian
Not a helpful comment.If what you said were true, why is there an AppEngine Helper for Django? Obviously there are some issues. > Django is not App Engine-specific. > > Dave. --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Goo

[google-appengine] Re: validation of GET/POST data in URL handlers

2008-11-07 Thread adrian
plify much of the validation. > > -peter > > On Nov 7, 4:14 pm, adrian <[EMAIL PROTECTED]> wrote: > > > Every URL an app-engine app handles is public since it appears in the > > URL bar in the browser.   So even if it begins with _ or is strangely > > spelled

[google-appengine] validation of GET/POST data in URL handlers

2008-11-07 Thread adrian
Every URL an app-engine app handles is public since it appears in the URL bar in the browser. So even if it begins with _ or is strangely spelled a user could use the back button or history and directly edit a URL, then submit it and likely cause an error unless everything is validated. Is it

[google-appengine] Re: Per Session Datastore

2008-10-23 Thread adrian
I've had the same problem and also got no useful advice on my similar post. So you're not alone. I'm surprised this is not a more common problem or perhaps everyone knows the solution except us. I tried memcache but you need a separate key for each user to avoid that concurrency overlap, and t

[google-appengine] Re: Passing Data Between Request Handlers

2008-10-23 Thread adrian
Note on the memcache key - I initially used a fixed key, then realized that multiple users would end up using that same key and be changing it. So either a random key per browser, or a cookie, is needed. Buyer beware! Memcache is a shared resource. --~--~-~--~~~

[google-appengine] Re: Passing Data Between Request Handlers

2008-10-17 Thread adrian
Yes that did the job. I deleted the key before adding each time since the doc is vague. The doc says add(): "Sets a key's value, if and only if the item is not already in memcache." The word "item" is vague, it should be replaced with "key" or "value". Thanks Sylvain. On Oct 17, 11:57 am, Sy

[google-appengine] Passing Data Between Request Handlers

2008-10-17 Thread adrian
A user enters some data in a form, and the Post is processed in one request handler, and I sometimes want to be able to read it in another request handler. How do I do that cleanly? I have tried globals, but it does not work; I suppose because the request handlers are called from another modul

[google-appengine] Noob data structuring question for scalability

2008-09-01 Thread adrian
I'm building a new kind of rhyme finder. What it does that's useful is provide an organized system for viewing imperfect rhymes. So I''ve got this database of a few hundred sound sequences and each one has a list of rhyming words, each word has parts of speech and other info. I am wondering