[google-appengine] Re: can't find import: "google.golang.org/appengine"

2018-06-30 Thread Gary Capell
In case anyone else goes down this track, I've reported this (or very similar) issue at https://issuetracker.google.com/issues/111017406 On Tuesday, 24 April 2018 06:13:01 UTC+10, Katayoon (Cloud Platform Support) wrote: > > I tried this tutorial >

[google-appengine] Is it still possible to install Google App Engine's "Short Links" tool?

2018-03-11 Thread Gary McCormick
This is such an important tool, but I can't seem to find any documentation on how to get it up and running at my new company! Any thoughts or ideas are appreciated! Added some screenshots borrowed from the web to illustrate which tool I'm referring to. -- You received this message because yo

[google-appengine] Re: App Engine Flex overwriting public folder permissions on deploy

2017-11-20 Thread 'Gary Aure' via Google App Engine
Hi, I have the same question. I need a specific folder in flexible environment to be writable because I am using a chunk uploader that does not support Cloud Storage for temporary storing chunked files. Chunked were deleted once the whole file has completed uploading. On Tuesday, April 25, 201

[google-appengine] Google App engine deploy python project 502 bad gateway error

2017-10-22 Thread Gary Ng
I've created a virtualenv in GAE, and setup the Flask project When I execute "python3 main.py", the default route works fine, but when I execute "gcloud app deploy" and browse the page, 502 Bad Gateway shows. I try to find the error log by execute "gcloud app logs read" 2017-10-22 08:21:53 defaul

[google-appengine] Google app engine unable to use python 3

2017-10-16 Thread Gary Ng
I've following the instruction in: https://cloud.google.com/appengine/docs/flexible/python/quickstart But when I execute "python" the version number still show 2.7.9, I've checked the app.yaml, it already set the python_version: 3 -- You received this message because you are subscribed to th

[google-appengine] Google app engine unable to use python 3

2017-10-16 Thread Gary Ng
I've following the instruction in: https://cloud.google.com/appengine/docs/flexible/python/quickstart But when I execute "python" the version number still show 2.7.9, I've checked the app.yaml, it already set the python_version: 3 -- You received this message because you are subscribed to th

[google-appengine] Configure static file handler/path via app.yaml or dynamically?

2014-01-07 Thread Gary Mort
With the local SDK, static files have a special handler which can serve their data without requiring the instance to be executing. It strikes me that it would be useful to allow for a redirect handler as well. This would help for static files where you want to store the files in a Google Stora

[google-appengine] Google App Engine Module Instances - separate or not?

2014-01-07 Thread Gary Mort
If an application is configured with multiple modules, for example I want to have the option to seperate out the "admin" part of the website from the "front end" and configure them as seperate modules - if both "modules" are used at the same time will they use two seperate instances even at low

[google-appengine] Joomla CMS and GAE

2014-01-07 Thread Gary Mort
> > > Yes, I want to store the rule data in configuration.php and then on > initialization instead of the hardcoded rules I'm testing with, the rules > can be dynamically generated and registered with the wrapper. > > The only problem I have with that is Joomla won't save arrays of data by > d

[google-appengine] Re: Morphing PHP Stream Wrappers for App Engine

2014-01-03 Thread Gary Mort
On Friday, January 3, 2014 6:35:40 AM UTC-5, WooDzu wrote: > > Hi Gary. > > I've run the */st* tests on my account and except for the one above they > all are doing well. > > > Reading path ggsm://log/mylog.txtWarning: fopen(ggslog://mylog.txt): > failed to o

[google-appengine] Morphing PHP Stream Wrappers for App Engine

2013-12-31 Thread Gary Mort
While working on getting Joomla to work without core file hacks on App Engine, I ran into some trouble where it attempts to build paths based on the path the index.php file is in. Specifically, it tries to send media files[images] to JPATH_BASE.'/media', cache files to JPATH_BASE.'/cache', and

Re: [google-appengine] Issue with Cloud Storage GCS API on local Development Server

2013-12-22 Thread Gary Mort
On Saturday, December 21, 2013 12:52:13 PM UTC-5, Ken Bowen wrote: > > Gary, > > Are you using namespaces and running your code in a non-default namespace? > That was my problem (see the very end of my original post.) My revised > code for 11/21 runs in the default names

[google-appengine] Re: Issue with Cloud Storage GCS API on local Development Server

2013-12-20 Thread Gary Mort
On Tuesday, November 19, 2013 3:57:09 PM UTC-5, k...@form-runner.com wrote: > > I've encountered a problem using the Google Cloud Storage GCS Client API, > running on the local development server. I'm trying to write the bytes > from a PDF file, and then read them back. > > The code appears

[google-appengine] Re: Cloud SQL quadruple billing on idling IP address?

2013-12-20 Thread Gary Mort
On Friday, December 20, 2013 2:19:50 PM UTC-5, Gary Mort wrote: > > I realise that considering the cost, this is a very minor nit - but the > billing for idling IP addresses seems...odd. > > For my test google app, overnumerousness-site I was seeing some very odd > usage cha

[google-appengine] Cloud SQL quadruple billing on idling IP address?

2013-12-20 Thread Gary Mort
I realise that considering the cost, this is a very minor nit - but the billing for idling IP addresses seems...odd. For my test google app, overnumerousness-site I was seeing some very odd usage charts. My Cloud SQL instance seemed to be constantly running, despite there not being any traffic

Re: [google-appengine] Using Google Cloud Storage for caching and sessions under PHP

2013-12-20 Thread Gary Mort
On Friday, December 20, 2013 12:54:06 PM UTC-5, barryhunter wrote: > > > > > On 20 December 2013 17:38, Gary Mort >wrote: > >> >> >> > So by using Google Storage you get the speed of Memcached AND the >> dependability of Google Storage. >

[google-appengine] Using Google Cloud Storage for caching and sessions under PHP

2013-12-20 Thread Gary Mort
While working on getting the Joomla CMS functioning on GAE, I've been learning a few things. One item I did was setting up a GAE specific memcached driver for caching and session handling. However, after doing so and digging a bit deeper, I realized that there are 2 different memcached impleme

[google-appengine] Google Cloud Storage: local SDK failures in PHP

2013-12-19 Thread Gary Mort
The local SDK's implementation of Cloud Storage seems faulty. With the local SDK, the key for the filename does not match the hash used to test it. For example: Trying to create a text file to cache some data. My app will create 3 files: 65f1b09f8d57d15f0ec5f76d57ee034a-cache-_system-4035f745

[google-appengine] Cloud SQL bugs?

2013-12-07 Thread Gary Mort
When using the Cloud Admin to set the root userid, this password is only set for root@% not root@localhost [and presumably not root@127.0.0.1] When connecting remotely by ip address, you can use the root password since the % matches. When connecting from a deployed Google App Instance, the ro

[google-appengine] Re: Wait, what? App Engine doesn't work with latest version of WordPress?

2013-12-06 Thread Gary Mort
On Friday, December 6, 2013 2:21:01 AM UTC-5, timh wrote: > > Yes, thats all fine, however it can't happen on appengine. > You can configure your PHP App Engine instance to include files from GS. So you can actually "upgrade" a PHP app deployed on app engine automatically. I don't recommend

Re: [google-appengine] Best Practices for PHP

2013-12-05 Thread Gary Mort
On Thursday, December 5, 2013 9:00:44 PM UTC-5, Brian Quinlan wrote: > > On 5 December 2013 17:30, Gary Mort > > wrote: > > I was wondering if there are any best practice web sites on using PHP on > > Google App Engine. > > > > While working through in

[google-appengine] Best Practices for PHP

2013-12-05 Thread Gary Mort
I was wondering if there are any best practice web sites on using PHP on Google App Engine. While working through installing the Joomla! CMS on GAE I've run into some weird oddities and initially have taken a rather brute force approach to work through them. Being unhappy with the brute force

[google-appengine] Mixing PHP and Python in a single App Engine App[seperate instances]

2013-12-04 Thread Gary Mort
I was wondering if there is any problem with mixing python and PHP in a single app engine app. Specifically, my deployment code would include both Python and PHP, using the Python code to do some XMPP integration. So I'd have 2 "versions" of the app: Joomla_Website XMPP_Comm With 2 different

[google-appengine] Running Joomla on App Engine

2013-12-04 Thread Gary Mort
Figured I'd post here in case anyone else is trying to install it. I'm hoping to have some time today to finish installing Joomla on App Engine. https://gist.github.com/garyamort/7758663 My method is including using PHPStorm for deployment and Git and Github for downloading the source code. -

[google-appengine] Windows Launcher for Google App Engine source code

2013-08-08 Thread Gary Mort
Where is the source code for the Windows Launcher stored? I downloaded the latest PHP SDK and it includes the window launcher, but it would not work for PHP. I wanted to use the PHP runtime already installed by XAMPP and while it works fine from the command line - the windows launcher doesn't

[google-appengine] Re: problems with Java 1.7.0_21 and the dev_appserver

2013-05-25 Thread Gary Frederick
!!! Thanks for the post and the research Gary On Saturday, May 25, 2013 7:43:39 AM UTC-5, Mathias Kegelmann wrote: > > On Saturday, 25 May 2013 13:54:20 UTC+2, Gary Frederick wrote: > >> It works if you use Java 1.7.0_17 (and Java 6). Is there a difference in >> the h

[google-appengine] Re: problems with Java 1.7.0_21 and the dev_appserver

2013-05-25 Thread Gary Frederick
It works if you use Java 1.7.0_17 (and Java 6). Is there a difference in the headers with the older version? Gary -- 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 i

[google-appengine] problems with Java 1.7.0_21 and the dev_appserver

2013-04-29 Thread Gary Frederick
com.sun.javaws.Main.continueInSecureThread(Unknown Source) at com.sun.javaws.Main.access$000(Unknown Source) at com.sun.javaws.Main$1.run(Unknown Source) at java.lang.Thread.run(Unknown Source) any ideas what to do to get it to work? Gary -- You received this message because you are subscribed to the Google Groups

[google-appengine] problem with the Java dev_appserver after updating to Java JDK 1.7.0_21

2013-04-24 Thread Gary Frederick
ce) at com.sun.javaws.Main.launchApp(Unknown Source) at com.sun.javaws.Main.continueInSecureThread(Unknown Source) at com.sun.javaws.Main.access$000(Unknown Source) at com.sun.javaws.Main$1.run(Unknown Source) at java.lang.Thread.run(Unknown Source) Any ideas what to look for? Gary

[google-appengine] Re: Google App Engine community support is moving to Stack Overflow

2012-04-03 Thread Gary Frederick
I just asked a quesition on stackoverflow http://stackoverflow.com/questions/9992726/how-do-we-get-app-engine-to-email-an-invite-to-be-a-developer and found the answer and tried to add it as an answer rather than a comment. and got this Oops! Your answer couldn't be submitted because: -

RE: [google-appengine] Cron syntax questions (Java)

2012-02-15 Thread Dai, Gary
Sorry I don't get it. Could you kindly show me the cron syntax to define last Wednesday of each quarter? Thanks. -Original Message- From: google-appengine@googlegroups.com [mailto:google-appengine@googlegroups.com] On Behalf Of Brandon Wirtz Sent: Wednesday, February 15, 2012 5:46 PM To

[google-appengine] Re: i18n static pages

2012-01-02 Thread Gary Frederick
Howdy Tom I was dragging my feet partly to see if ANYONE other than you and I had something to say. I'll follow up in the ai4a forum. Gary -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the w

[google-appengine] i18n static pages

2011-12-15 Thread Gary Frederick
Howdy I am internationalizing an app. It has static pages. Some of it is GWT. however The first step is to have the static pages and I hope to use something like Apache's MultiViews language negotiation. Is that the way to go? What should I do? Gary -- You received this message be

[google-appengine] Re: suddenly can not get appcfg.cmd to work?

2011-11-30 Thread Gary Frederick
I tested on a different PC (OSX) and it worked. and I just tested on the original PC and it worked. -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appeng

[google-appengine] Re: suddenly can not get appcfg.cmd to work?

2011-11-29 Thread Gary Frederick
I went over to good ol Linux, entered my password very carefully and and it worked. I will test on a different PC in the next little bit. hmmm and on the original PC. Gary -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] suddenly can not get appcfg.cmd to work?

2011-11-28 Thread Gary Frederick
using the command line and get errors. Is there some file I need to clear? Here is the command window output from the simple Java app C:\Users\Gary\workspace\js-test-java>C:\Users\Gary\Downloads\appengine-java-sdk- 1.6.0\appengine-java-sdk-1.6.0\bin\appcfg.cmd update war Reading app

[google-appengine] Re: Disappearing posts

2011-09-11 Thread Gary Frederick
On Saturday, September 10, 2011 6:22:05 PM UTC-5, Rob Smith wrote: > > Thanks for confirming that I wasn't just imagining it! I should have clarified someone in a different forum... -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To

[google-appengine] Re: Disappearing posts

2011-09-10 Thread Gary Frederick
situation??? Gary -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/MXKO0ERDohgJ. To post to this group, send email to google-appengine@

Re: [google-appengine] App Inventor and App Engine

2011-09-02 Thread Gary Frederick
:-) On Thursday, September 1, 2011 5:53:56 PM UTC-5, Wesley C (Google) wrote: > > hi gary, > > glad to see that you're an App Inventor user! yes, Google has shut down > Labs of which App Inventor was part of, however it has since found a new > home at MIT: > > http:

[google-appengine] App Inventor and App Engine

2011-09-01 Thread Gary Frederick
thing else it kept most of them out of here. Will there be some arrangement for those App Inventors when MIT takes over? Gary -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://gro

[google-appengine] Re: Any suggestions for migrating an application from Google Apps Script to Google App Engine?

2011-08-05 Thread Gary Frederick
ch to Java cause it may be 'bigger'??? Good luck. I am just starting to play with GAS. I like. Gary -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.c

[google-appengine] Re: Any suggestions for migrating an application from Google Apps Script to Google App Engine?

2011-08-04 Thread Gary Frederick
much like Java or Python to me. Go with which you are more comfortable with if that is what you do. and let us know what you end up doing. Gary -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the w

Re: [google-appengine] Re: Stackoverflow

2011-08-02 Thread Gary Frederick
with limited use to me to add the pages or whatever they call them to get the App Inventor info there to where it should be to be useful. I wanted to be able to point back to the Google forums and those messages got crushed by the SO cops... and your milage may differ :-) Gary -- You received

[google-appengine] Re: Static SQLite files

2011-07-18 Thread Gary Frederick
mind... Gary -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google-appengine/-/IOt2oOfdch4J. To post to this group, send email to google-appengine@google

Re: [google-appengine] Multiple Instances of the Same App

2011-07-09 Thread Gary Frederick
yep (how we say +1 in Texas) Is there an issue we can star to show we are interested? Gary -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion on the web visit https://groups.google.com/d/msg/google

Re: [google-appengine] anyone using localStorage (HTML5)

2011-07-05 Thread Gary Frederick
component (TinyDB) for tag/value pairs that are saved locally on the device. My hope is I can get the same name/value pairs with appengine and localStorage. I am just getting started with appengine and look forward to seeing what all I can do. The next step is to access the data in appengine

Re: [google-appengine] anyone using localStorage (HTML5)

2011-07-04 Thread Gary Frederick
:-) I was looking for a good place to find others that have used localStorage with appengine apps. I did get the test app up and working. Thanks. Gary -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To view this discussion

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

2011-07-01 Thread Gary Frederick
There are a lot of apps built by Google's App Inventor that use Google App Engine. http://appinventor.googlelabs.com/learn/ Very easy to get up and using, prototypes are easy to build, lots of folks doing interesting things with Google App Engine and Android. Your mileage may differ...

[google-appengine] anyone using localStorage (HTML5)

2011-07-01 Thread Gary Frederick
Howdy I included the web pages for an app that uses HTML5 localStorage in a Python project. It works for a bit then the localStorage 'goes away'? Anyone with HTML5 localStorage that is not having problems? (I just tested and will look further) Gary -- You received this message b

Re: [google-appengine] Re: BlobStore Java

2011-03-07 Thread Gary Eberhart
f google changes anything at appengine servers. And if it > will be, how can I avoid making two calls for getting images from blobkey. > > > > > > 2011/3/7 Gary Eberhart > >> I think you just save the image serving URL? >>

Re: [google-appengine] Re: BlobStore Java

2011-03-07 Thread Gary Eberhart
tring and add an url prefix later? > > For example: > > [...] > > private final String GOOGLE_STATIC_SERVING_URL = "lh4.ggpht.com"; > > String getUrl (BlobKey blob) > { > String serving_url = GOOGLE_STATIC_SERVING_URL + "/" + blob.toString() ; >

Re: [google-appengine] Re: BlobStore Java

2011-03-07 Thread Gary Eberhart
Just save the serving URL. I is consistent. Let the browser download the image with the URL. 2011/3/7 Iván Rodríguez > And other question about this, is possible to store servingUrl? I see all > serving urls are blobkey related like: > > http://lh6.ggpht.com/BLOBKEYSTRING > > or > > http://lh5.g

Re: [google-appengine] Unable to remove a GAE app from my Google Apps dashboard.

2011-03-06 Thread Gary Eberhart
I went back two minutes later and animalengineorg was gone. It looks like sometime after the app has been deleted from GAE and disabled on Google Apps it will finally be removed from the dashboard. Thank you. On Sun, Mar 6, 2011 at 5:26 PM, Gary Eberhart wrote: > Hello, > > H

[google-appengine] Unable to remove a GAE app from my Google Apps dashboard.

2011-03-06 Thread Gary Eberhart
Hello, How do you permanently remove a Google App Engine App from the dashboard? I've already deleted the GAE app for animalengineersorg. I've disabled the app from by clicking on the link on the dashboard. Any suggestions would be greatly appreciated. Thank you. Gary &l

Re: [google-appengine] Re: Google Checkout

2011-03-06 Thread Gary Eberhart
+1 Me too. On Sun, Mar 6, 2011 at 11:46 AM, Duong BaTien wrote: > Yes, I also applied for the beta program immediately seeing the link. > Thanks > > BaTien > > > On Sat, Mar 5, 2011 at 11:14 PM, Jeff Schnitzer wrote: > >> Wow, thanks for that link! This explains why Google Checkout seems >> like

Re: [google-appengine] Re: Google Checkout

2011-03-04 Thread Gary Eberhart
Clark Howard discourages the use of PayPal and I agree. http://www.clarkhoward.com/news/scams-ripoffs/crooks-using-paypal-exploit-online-small-business-/nFhm/ On Fri, Mar 4, 2011 at 2:58 PM, a

Re: [google-appengine] Re: HR Vs. Master-Slave Comparison. Is it worth extra cost?

2011-03-04 Thread Gary Eberhart
+1 On Fri, Mar 4, 2011 at 1:48 PM, Jeff Schwartz wrote: > I can't remember who said it but it went something like, "The greatest > failure is to not see the opportunities that come from failing!" Oh, wait, I > said it he he he. > > Ikai, you and all the other Googlers have nothing to feel defensi

Re: [google-appengine] Picasa, Youtube API

2011-03-04 Thread Gary Eberhart
I don't know about picasa and youtube. However, I really like the performance and usability of the Blobstore and the ImageServiceFactory. On Fri, Mar 4, 2011 at 12:42 PM, anton savchuk wrote: > I am wondering. has App Engine acce

Re: [google-appengine] Question about download_app admin access to application

2011-03-04 Thread Gary Eberhart
Sorry. That would be assembla.com. I wish I could type as fast as I think I can. On Fri, Mar 4, 2011 at 1:00 PM, Gary Eberhart wrote: > Thanks for the info! > > > On Fri, Mar 4, 2011 at 12:52 PM, Robert Kluin wrote: > >> Gary, you might want to switch providers: &quo

Re: [google-appengine] Question about download_app admin access to application

2011-03-04 Thread Gary Eberhart
Thanks for the info! On Fri, Mar 4, 2011 at 12:52 PM, Robert Kluin wrote: > Gary, you might want to switch providers: "ASSEMBLE.COM is for sale." > > Bitbucket offers private repositories on free accounts too. > > > > Robert > > > > > On Fri, Mar 4

Re: [google-appengine] Question about download_app admin access to application

2011-03-04 Thread Gary Eberhart
I use assemble.com and Mecurial. I use assembla because my source is not open source and therefore the free solutions will not work for me. Source control is the only way to go even if there is only one developer. The advantages are many! On Fri, Mar 4, 2011 at 9:52 AM, Robert Kluin wrote: > Use

Re: [google-appengine] app engine service not going away

2011-03-04 Thread Gary Eberhart
My experience is your app is likely disabled. To get it to go out of your Google Apps Dashboard you will need to delete the GAE application and wait for the three days for it to be actually deleted. On Fri, Mar 4, 2011 at 10:20 AM, Vivek Kumar wrote: > I added a google app engine hosted app to

Re: [google-appengine] Domain configuration for GAE using Enom and Google Apps

2011-03-03 Thread Gary Eberhart
3, 2011 at 9:34 PM, Robert Kluin wrote: > Hi Gary, > My config looks something like this: > mydomainname.com. 3600 IN A 123.123.123.123 > mail.mydomainname.com. 86400 IN CNAME ghs.google.com. > app.mydomainname.com. 86400 IN CNAME ghs.google.com. > www.mydo

Re: [google-appengine] Re: Huge cold start times, up to 75 seconds!

2011-03-03 Thread Gary Eberhart
I had the same issues. However, paying the .30 cents per day to keep 3 instances of my app running has made a huge difference. On Thu, Mar 3, 2011 at 5:29 PM, Petey wrote: > I'm seeing the same thing in the last couple of days. Requests that > normally take under a second are taking longer than

Re: [google-appengine] Re: HR Vs. Master-Slave Comparison. Is it worth extra cost?

2011-03-03 Thread Gary Eberhart
lol On Thu, Mar 3, 2011 at 2:29 PM, Stephen Johnson wrote: > "Don't make facetious comments about the SLA." <-- Who are you telling me > what I can make light of or not. I still live in America. Do you? > > > On Thu, Mar 3, 2011 at 12:38 PM, Simon Knott wrote: > >> The comments about "charges" fo

[google-appengine] Domain configuration for GAE using Enom and Google Apps

2011-03-03 Thread Gary Eberhart
Hi There, Can someone please post a valid configuration for enom that allows me to host my Google App Engine application using my custom domain name. I've registered animalengine.org with Google and they used Enom. I can't seem to get the my application working why showing my custom domain nam

Re: [google-appengine] VB.NET OR C# ?

2011-03-03 Thread Gary Eberhart
lol On Wed, Mar 2, 2011 at 10:28 PM, YF CAO wrote: > haha. > > > 2011/2/28 Brandon Wirtz > >> No. Google is unlikely to support Microsoft Development Language in the >> “near” (next 50 years) term. >> >> >> >> If you are looking for MSFT solution Azure would be the MSFT Equivalent of >

Re: [google-appengine] wants to pass the object to client side

2011-03-03 Thread Gary Eberhart
You cannot pass JDO object to the client. All object that get passed to the client end up being Java Script object. There a significant limitations on what can go. I wrote my app before the latest framework pieces provided by Google. I need two objects. One for the database and one to pass to the c

Re: [google-appengine] Cannot bookmark adoptables page

2011-03-01 Thread Gary Eberhart
. >> >> I registered my domain name with Google hoping for a solution for >> this. I've worked with Google Apps support and found no answer. >> >> If you visit the app without my domain name.. >> http://animalengineers.appspot.com/#adoptables, >>

Re: [google-appengine] GWT application doesn't work with custom domain name

2011-03-01 Thread Gary Eberhart
ame which seem to mask the appspot url with animalengine.org. If they could pass the parms through all would be well. Thanks for looking. Gary Eberhart The animals need you. :O) On Tue, Mar 1, 2011 at 1:41 PM, Robert Kluin wrote: > Hi Gary, > It looks like a bug in how you're handling you

[google-appengine] GWT application doesn't work with custom domain name

2011-03-01 Thread Gary Eberhart
ppspot.com/#homeURL Frame Any help would be greatly appreciated. Gary Eberhart Animal Engineers -- 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 u

[google-appengine] Re: Parallel access to appengine

2010-03-03 Thread Gary Orser
Eli, Python as usual is sooo much more elegant than java. I confirmed your test results on a billing enabled appspot. Cheers, Gary On Mar 2, 9:57 pm, Eli Jones wrote: > I did my own testing in python.  And, I definitely couldn't get 30 > simultaneous requests to work. > > T

[google-appengine] Re: Parallel access to appengine

2010-03-03 Thread Gary Orser
Eli, Python as usual is sooo much more elegant than java. I confirmed your test results on a billing enabled appspot. Cheers, Gary On Mar 2, 9:57 pm, Eli Jones wrote: > I did my own testing in python.  And, I definitely couldn't get 30 > simultaneous requests to work. > > T

[google-appengine] Re: Parallel access to appengine

2010-03-02 Thread Gary Orser
Eli, You have the python request server. Here is the java client: You'll have to get the libraries yourself. Cheers, Gary import java.util.ArrayList; import java.util.concurrent.Callable; import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutorService; i

[google-appengine] Re: Parallel access to appengine

2010-03-02 Thread Gary Orser
Eli, You have the python request server. Here is the java client: You'll have to get the libraries yourself. Cheers, Gary import java.util.ArrayList; import java.util.concurrent.Callable; import java.util.concurrent.ExecutionException; import java.util.concurrent.ExecutorService; i

[google-appengine] Re: Parallel access to appengine

2010-03-02 Thread Gary Orser
Actually, 4 threads was before we optimized server side, and set up the test environment. I have a tarball, about 8mb, with the test environment. (django and libraries, grrr) What is the best way to post this? I don't see any file attachments on groups. Cheers, Gary On Mar 2, 8:23 am

[google-appengine] Re: Parallel access to appengine

2010-03-02 Thread Gary Orser
But that's the point. I can not reach 30 active requests. I can only reach 10 active requests without error. Any ideas on how I can debug this? Cheers, Gary. On Mar 2, 7:05 am, "Nick Johnson (Google)" wrote: > Hi, > > On Tue, Mar 2, 2010 at 1:54 PM, Wooble wrote:

[google-appengine] Re: Parallel access to appengine

2010-03-02 Thread Gary Orser
But that's the point. I can not reach 30 active requests. I can only reach 10 active requests without error. Any ideas on how I can debug this? Cheers, Gary. On Mar 2, 7:05 am, "Nick Johnson (Google)" wrote: > Hi, > > On Tue, Mar 2, 2010 at 1:54 PM, Wooble wrote:

[google-appengine] Re: Parallel access to appengine

2010-03-01 Thread Gary Orser
pplication requires even higher quotas than the "billing-enabled" values listed below, you can request an increase in these limits here. " Is there some billing setting that affects this? Cheers, Gary PS. dead simple request handler. import time from django import http def s

[google-appengine] Parallel access to appengine

2010-02-27 Thread Gary Orser
t a bunch of information (entities + processing on appspot) quickly. We seem to be running into a limit on the number of accesses that are allowed. (4 threads seems to be the effective limit) Is there some sort of denial of service limit imposed on multiple accesses from a single IP? Cheers, G

Re: [google-appengine] Digest for google-appengine@googlegroups.com - 25 Messages in 12 Topics

2010-02-24 Thread Gary F
@Eli, Actually, I have done this on production server with other web applications. Databases that are 'well indexed' summary data (count by group) are actually FAST. The system should be able to count index items, not node leafs and as such usually perform ~better~ than full scans. *w/ Sybase 11.

[google-appengine] Re: AppEngine boot times in Ruby, Python, and Java (benchmarks)

2010-01-19 Thread Gary B
The App Engine team recently blogged about loading request performance in Java: http://googleappengine.blogspot.com/2009/12/request-performance-in-java.html If your application has a steady stream of traffic, then loading requests are infrequent and should not contribute significantly to the cost

[google-appengine] Re: The development environment datastore is so slow

2009-10-13 Thread Gary Orser
I have a couple of patches to to 1.25, which will work around this problem. The real problem is that the current implementation writes the entire datastore to disk, after each put, delete, or transaction. One tradeoff you can make is, "not" to guarrantee the transactions, by persisting to disk

[google-appengine] Re: Datastore DB Design

2009-08-26 Thread Gary
Thanks for your help Nick, in that case I will push on uploading all the values in the original method and see how it goes. Thanks, Gary On Aug 26, 7:22 pm, "Nick Johnson (Google)" wrote: > Hi Gary, > The time a query takes to execute is proportional to the number of results

[google-appengine] Re: Datastore DB Design

2009-08-26 Thread Gary
Hi Philippe, On average around 30. Thanks, Gary On Aug 26, 3:43 pm, Philippe wrote: > 1 more question: how many keywords do you have usually for one > reccord ? > > On Aug 26, 2:44 am, Gary wrote: > > > Thanks for your help Philippe, > > > So does anyone hav

[google-appengine] Re: Datastore DB Design

2009-08-25 Thread Gary
out 1 million records? Would be interested to hear from anyone who has successfully stored and queried a large dataset on appengine. Thanks, Gary On Aug 26, 12:16 am, Philippe wrote: > sad, I did not think about that :/ > > On Aug 25, 2:49 pm, Gary wrote: > > > Hi, > > > T

[google-appengine] Re: Datastore DB Design

2009-08-25 Thread Gary
to a string such as "gZid29zZW1yGQsSBkRvbWFpbiINYnVpbHR3aXRoLmNvbQw" as a key value. Gary On Aug 25, 9:18 pm, Philippe wrote: > another option could be: > Record(db.Model): >     value = db.StringProperty() > > Keyword(db.Model): >     value = db.StringProperty() #this value is not necessary, but

[google-appengine] Re: Datastore DB Design

2009-08-25 Thread Gary
Thanks Phillippe, This sounds like a better way but there will also be a requirement to list the keywords relatd to a value, is that possible? Is it possible to do a search on the Keyword parent? Thanks, Gary On Aug 25, 9:18 pm, Philippe wrote: > another option could be: > Record(db

[google-appengine] Re: Datastore DB Design

2009-08-25 Thread Gary
day' /?keyword=holiday 200 632ms 2881cpu_ms 2354api_cpu_ms Am I scaling this right? Will the cpu time increase with more records to a point where its no longer feasible to use appengine? Thanks, Gary On Aug 25, 7:52 pm, Gary wrote: > Great, > > This is how I've done i

[google-appengine] Re: Datastore DB Design

2009-08-25 Thread Gary
Great, This is how I've done it, I've used the filter to do some testing and with only 32,424 values and appoximately 500,000 keywords a search is taking 3000ms CPU - will this stay the same as my datastore expands to 4.5 million values and potentially 100 million keywords? Gary On

[google-appengine] Re: ImportError: No module named google

2009-03-02 Thread Gary Davis
Terribly sorry to mention this, but you reminded me of this classic old joke: Patient: "Doctor, it hurts when I do this" (poking himself in the eyeball) Doctor: "Then don't do that." In your case, I'll recommend that you don't do that, and instead, do this: 1)start menu 2)cmd 3)C:\Program F

[google-appengine] Re: Testing Datastore without SDK

2009-02-25 Thread Gary Davis
I have also written a little about testing techniques for the Google App Engine. My stuff is not finished yet, but it may be of some help. http://code.google.com/p/gawsh/wiki/TestingAppComponents http://code.google.com/p/gawsh/wiki/TestingTechniques If that helps, please let me know. If you did