[google-appengine] Re: New client library for Google Cloud Storage available for testing

2013-02-26 Thread Shane Bell
the Files API to work when running locally. I see your library has a LocalRawGcsServiceFactory for this purpose. This alone seems like a good reason to be using your library. Thanks, Shane. On Wednesday, January 30, 2013 9:15:57 AM UTC+11, Tom Kaitchuck wrote: *Greetings, We’ve been hard at work

[google-appengine] Page changes not updating after re-deploy.

2013-02-26 Thread Shane Kweens
I am using Python 2.7 and GAE and noticed page changes are not updating after re-deploy. Any hints? -- 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 email to

Re: [google-appengine] Re: non-existent support?

2012-01-31 Thread Shane Elbo
Woo...anyone else notice that this thread is now hidden from the google-appengine thread list? I cannot see it from the group, I can only reach this because I starred this thread just to see if Google brother to respond. It seems to me that Google constantly hide threads that says something

[google-appengine] Re: non-existent support?

2012-01-29 Thread Shane Elbo
If you have read what people say about the Premium support service, you should know that its not much better neither. It could still take days to just get a reply. If you want a service with official support, AppEngine is not where you should go. -- You received this message because you

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

2012-01-05 Thread Shane Elbo
I've just started to learn about GAE. Should I go for this strategy instead of full rely on GAE? -- You received this message because you are subscribed to the Google Groups Google App Engine group. To view this discussion on the web visit

[google-appengine] Re: Final infrastructure decision, GAE or AWS?

2010-12-04 Thread Shane
Hi Tobias, TyphoonAE looks really cool, I'll definitely check it out. Thanks :) Cheers, Shane On Dec 4, 12:29 pm, Tobias tobias.rodae...@googlemail.com wrote: I'd like to point out another path. Feel free to try TyphoonAE on Scalrhttp://code.google.com/p/typhoonae/wiki/UsingScalr It is work

[google-appengine] Re: Final infrastructure decision, GAE or AWS?

2010-12-03 Thread Shane
Hi Raymond, Thousands of users is a different problem from millions of users. Please note, I'm not at all undermining your success, in any way, and I'm happy to hear you're profitable. Can you tell us about your game? Shane On Dec 3, 6:27 pm, Raymond C. windz...@gmail.com wrote: My most

[google-appengine] Re: Final infrastructure decision, GAE or AWS?

2010-12-03 Thread Shane
Hi Adam, Can you elaborate on your thoughts of RightScale? Which worst problems do you mean? Have you had a bad experience with them? Shane On Dec 4, 4:00 am, Adam Sah adam@gmail.com wrote: imho: I'd be cautious about AppScale-- you may inherit all the worst problems    of AWS and GAE

[google-appengine] Re: Final infrastructure decision, GAE or AWS?

2010-12-02 Thread Shane
Yes, we're definitely going to use RightScale with AWS if we take that path. It takes away a lot of the headaches Eli mentioned. Shane On Dec 3, 5:03 am, Grzegorz Machniewski grzegorz.machniew...@gmail.com wrote: Do you know how Zynga's backend is set up on AWS?  I would imagine it's pretty

[google-appengine] Re: Final infrastructure decision, GAE or AWS?

2010-12-02 Thread Shane
Although it's hard to say exactly what Zynga is doing, I certainly know how I would approach the problem, and for a start I'd use RightScale to manage our instances to avoid the problems to quite rightly mention. :) Cheers, Shane On Dec 3, 4:34 am, Eli Jones eli.jo...@gmail.com wrote: Maybe one

[google-appengine] Re: Final infrastructure decision, GAE or AWS?

2010-12-02 Thread Shane
plans for non-intranet solutions. This could be an awesome opportunity, however until this happens, I just can't rely on a beta product. It's a real shame because it's a lovely system. Shane On Dec 3, 8:09 am, Adam Sah adam@gmail.com wrote: I'm a *very* longtime GAE user and former googler

[google-appengine] Re: Final infrastructure decision, GAE or AWS?

2010-12-02 Thread Shane
This is a great use of GAE, however the web front end is the guts of a social game. The application servlets are what are going to be doing most of the work, so they need to be on a reliable infrastructure. Shane On Dec 3, 1:55 pm, James Broberg jbrob...@gmail.com wrote: Couldn't agree

[google-appengine] Re: Final infrastructure decision, GAE or AWS?

2010-12-02 Thread Shane
the problem isn't as hard. I'd be keen to hear figures on your number of requests per second, or concurrent users. Cheers, Shane On Dec 3, 2:16 pm, Raymond C. windz...@gmail.com wrote: I have been purely using AppEngine for hosting social games for nearly 2 years now and heres my thought: AppEngine

[google-appengine] Re: Final infrastructure decision, GAE or AWS?

2010-12-02 Thread Shane
retrying a failed datastore operation or a failed cold start is no problem.. and there is no user on the other side to become frustrated.) On Thu, Dec 2, 2010 at 1:10 AM, Shane shanelstev...@gmail.com wrote: I know this has been asked one way or another before, but most of the main

[google-appengine] using flash to store blob

2010-09-14 Thread Shane Ryan
Hi I am trying to store a actionscript ByteArray as a Blob in the datastore. Does anyone have experience doing this? So far I can create a blob from a string but not from a ByteArray. I definitely can't read it back. I am very new to Python and GAE, and fairly new to actionscript. Any pointers

[google-appengine] Re: Google IO session videos

2010-05-28 Thread Shane
No, he's saying it's silly to assume the video editing folks are the same folks doing App Engine systems work. GAE is beta, and is constantly being worked on, providing a free service, so I think people just need to keep that in mind and calm down. Let's try and keep it civil here, and work

[appengine-java] Custom pre-deploy or post-build step in Eclipse

2009-12-15 Thread Shane
do this? Cheers, Shane -- You received this message because you are subscribed to the Google Groups Google App Engine for Java group. To post to this group, send email to google-appengine-j...@googlegroups.com. To unsubscribe from this group, send email to google-appengine-java+unsubscr

[appengine-java] Re: Custom pre-deploy or post-build step in Eclipse

2009-12-15 Thread Shane
I created symbolic links (as opposed to OSX's alias's) for the external files that need to be packaged into my WAR directory, and it worked. Thanks for the tip. Beyond this simple example, is there a way to actually run script as part of a post build process? Shane On Dec 15, 9:38 pm, Prashant

[google-appengine] How do Singletons in Google App Engine (or more generally in a distributed server environment) work?

2009-07-25 Thread Shane
: 'CacheManager.getInstance()'? I'm just using the CacheManager as an example, but my point is, there is a single global application instance of a singleton somewhere, so where does it live? Is an RPC invoked? In fact, how is global application state (like sessions) actually handled generally? Regards, Shane

[google-appengine] Re: HTTPS

2009-06-18 Thread Shane
, Shane On Jun 18, 7:40 pm, Nick Johnson (Google) nick.john...@google.com wrote: Hi Shane, On Wed, Jun 17, 2009 at 11:27 PM, Shane shanelstev...@gmail.com wrote: Hi, I have a test site on appspot, which I CNAME redirect to from my own domain name, something likewww.blah.com- blah.appspot.com

[google-appengine] HTTPS

2009-06-17 Thread Shane
from from my real domain to http://blah.appspot.com ? Cheers, Shane --~--~-~--~~~---~--~~ 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

[google-appengine] java.lang.String.format(String format, Object... args) question

2009-06-07 Thread Shane
: [DEBUG] Refreshing module 'blah' [DEBUG] Refreshing module from source [DEBUG] Validating newly compiled units [TRACE] Removing units with errors [ERROR] Errors in 'file:/Users/Shane/Development/proj/eclipse/ workspace/blah/src/com/shane/blah/client/blah.java' [ERROR] Line 59: The method format(String

[google-appengine] Re: java.lang.String.format(String format, Object... args) question

2009-06-07 Thread Shane
Whoops, I should have posted this in the Java discussion group. Sorry. Shane On Jun 7, 4:54 pm, Shane shanelstev...@gmail.com wrote: Hi, I am using the String.format() in my server-side Java code (GreetingServiceImpl) and it compiles and works as expected.  However, when I try to use

[google-appengine] Re: Only own domain, not appspot.com

2009-06-07 Thread Shane
This looks great, however I'm using the Java, not Python, so I can't use this particular recipe. Do you know how to do the equivalent using a Java configuration? Cheers, Shane On Jun 6, 2:47 am, gops patelgo...@gmail.com wrote: try this: http://appengine-cookbook.appspot.com/recipe/redirect

[google-appengine] App names

2009-06-04 Thread Shane
this? - frustrated. Shane --~--~-~--~~~---~--~~ 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

[google-appengine] Re: App names

2009-06-04 Thread Shane
, so as you say, it doesn't really matter. It's just slightly annoying. Cheers, Shane On Jun 5, 12:14 am, Wooble geoffsp...@gmail.com wrote: On Jun 4, 9:48 am, Shane shanelstev...@gmail.com wrote: Hi, I just registered my first app ID, and it was rejected.  A pretty obscure one too.  So I

[google-appengine] Only own domain, not appspot.com

2009-06-04 Thread Shane
Hi, I'm sure I know the answer to this already, but is it possible to make the domain 'myappid.appspot.com' invisible? I have pointed my own domain to the GAE app, and would rather not have it accessible through the appspot domain. Cheers, Shane

[google-appengine] First, and hopefully not stupid, post.

2009-06-02 Thread Shane
information about them and be on my way. Thanks in advance, Shane --~--~-~--~~~---~--~~ 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

[google-appengine] Re: First, and hopefully not stupid, post.

2009-06-02 Thread Shane
Hi Nick, Thanks for your responses, very helpful! I intend on programming in Java instead of Python, given it's similarity to C++ for me, so can you recommend a Java session library like Beaker? Cheers, Shane On Jun 3, 3:42 am, Nick Johnson (Google) nick.john...@google.com wrote: Hi Shane

[google-appengine] Re: First, and hopefully not stupid, post.

2009-06-02 Thread Shane
Hi Nick, Ok, excellent. Will do :) Thanks again. Cheers, Shane On Jun 3, 3:12 pm, Nick Johnson (Google) nick.john...@google.com wrote: On Tue, Jun 2, 2009 at 8:45 PM, Shane shanelstev...@gmail.com wrote: Hi Nick, Thanks for your responses, very helpful! I intend on programming