With a few simple tweaks to the settings for the application, you can
probably reduce the price substantially.
http://code.google.com/appengine/articles/managing-resources.html
(eg, 'always on' means you have 3 instances always running. With the
settings you can bring it down so that there are only instances being
spun up to serve requests. Can make it so there is still an instance
ready to serve request - ie one instance 'always on' - which would be
your free instance. Then when you have spikes of traffic, you would
pay for extra instances. These might well fit in the $9 month minimum
spend anyway. )
Another thing, if you really do want to keep 3 instances 'around' can
buy reserved instance hours, so the cost will only be 2.5c an instance
hour.
And you get a $50 credit, now, which will help 'tie you over' until
multithreading is generally available. which should mean even less
instances.
> --
> 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-a...@googlegroups.com.
> To unsubscribe from this group, send email to google-appengi...@googlegroups.com.
> For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.
>
>