Re: [google-appengine] Re: Project too successful - due to Arctic Sea Ice Drama.

2012-08-22 Thread Rob Coops
The big question for me is where are you serving these images from? If you are serving them directly from NASA servers or from an alternative source then you would most likely see very little traffic as most of it will be just URI's pointing to the images. There are a lot of hosting companies out

Re: [google-appengine] Re: Project too successful - due to Arctic Sea Ice Drama.

2012-08-22 Thread Rob Coops
be an option to put a provider with unlimited bandwidth in front, so GAE serves each image only once. How could I start that? -- Torsten On Wednesday, August 22, 2012 11:55:13 AM UTC+2, Rob Coops wrote: The big question for me is where are you serving these images from? If you are serving

Re: [google-appengine] Re: GAE starting unnecessary instances

2011-07-22 Thread Rob Coops
1/ Idle Always On instance Spawning a new Dynamic instance 2/ Spawning a new Dynamic instance Busy Always On instance 3/ Idle Dynamic instance Busy Always On instance 4/ Idle Dynamic instance Idle Always On instance So App engine prefers to use bored Always On instances over spawning new

Re: [google-appengine] Re: how to let the user sign-in as a different user

2011-07-14 Thread Rob Coops
The trick is the same as logging into Facebook using your Google account or to Google+ using your Facebook account. The first time a user visits your site even if they are logged in to another Google product they are asked to allow this site to allow them to login using their Google account. If

Re: [google-appengine] Re: SMSLib With Google App Engine

2011-07-12 Thread Rob Coops
You do realize that this means your site will only work as long as your laptop is switched on and in reach of a cell tower so it can sent the SMS? Anyway, I remember several years ago working with a SMS module connected to a linux machine, what we did (as the http server ran on a different

[google-appengine] WEB-INF\classes\appengine-api-1.0-sdk-1.5.1.jar. Consider using --enable_jar_splitting.

2011-07-11 Thread Rob Coops
As the subject says this is the advice appcfg provides me: Found a jar file too large to upload: C:\Users\Rob\AppData\Local\Temp \appcfg6444875077946004627.tmp\WEB-INF\classes\appengine-api-1.0- sdk-1.5.1.jar. Consider using --enable_jar_splitting. So here is what I do to try and fix this:

Re: [google-appengine] WEB-INF\classes\appengine-api-1.0-sdk-1.5.1.jar. Consider using --enable_jar_splitting.

2011-07-11 Thread Rob Coops
is fine and I'll just pretend that this was just bad luck or something and hope that it will not happen again. On Sun, Jul 10, 2011 at 2:51 AM, Rob Coops rco...@gmail.com wrote: As the subject says this is the advice appcfg provides me: Found a jar file too large to upload: C:\Users\Rob\AppData