Adding backend based counter example.
commit890ad06968b63e203e7ad211e0e76bfad0aad99c
authordarke@google.com <darke@google.com@99225164-8649-0410-878b-2ba91e509939>
Thu, 12 May 2011 18:16:27 +0000 (12 18:16 +0000)
committerdarke@google.com <darke@google.com@99225164-8649-0410-878b-2ba91e509939>
Thu, 12 May 2011 18:16:27 +0000 (12 18:16 +0000)
tree533b24e0d93889d00a827e1eb362591b0db01d37
parentc7a5edf87128fcdaa1f110848a420e581870d622
Adding backend based counter example.

This counter demo is running at http://backends-io.appspot.com.

git-svn-id: http://google-app-engine-samples.googlecode.com/svn/trunk@139 99225164-8649-0410-878b-2ba91e509939
backends/counter/app.yaml [new file with mode: 0644]
backends/counter/appengine_config.py [new file with mode: 0644]
backends/counter/backends.yaml [new file with mode: 0644]
backends/counter/counter.py [new symlink]
backends/counter/counter_v1_with_shutdown.py [new file with mode: 0644]
backends/counter/counter_v2_with_memory_limit.py [new file with mode: 0644]
backends/counter/counter_v3_with_write_behind.py [new file with mode: 0644]
backends/counter/demo_frontend.py [new file with mode: 0644]
backends/counter/frontend.py [new file with mode: 0644]
backends/counter/loadtest.py [new file with mode: 0644]
backends/counter/welcome.html [new file with mode: 0644]