One month after I started writing my first Google App Application I had reached more then 1000 Page View per one day!!!
One of the great advanatges of GAE over creating my own Web Server is that robutness of Google servers, My application is up 100% of the time, And after writing the application in correct way without consuming too much CPU per request and handling exceptions the application can be used anytime by the users.
The question is what would happen when GAE would support also Java, I realy don't know how I would be able to convert my application from Python to Java
Sunday, June 29, 2008
Google App Engine
Posted by
blogger
at
8:16 AM
1 comments
Labels: Google App Engine, Java, Python, Robutness
Tuesday, June 3, 2008
My First Google App Engine Application
Ok, I finally succeed writing the Beta version of my Google App Engine application, This application translate from Hebrew Language to 15 other Langauges - Engish, Russian, Japanesse, Chinesse, Korean. The application use the datastore to hold the dictionary and also it auto-correct words which are misspelled, You can check the application at this url -
http://tirgumchik.appspot.com
Deploying such application myself which would be both robutness and scalable can cost a lost of money, If buying servers and paying for high bandwith internet connection and maintaining the DB and using Load Balancer and so on, I think that it's worth it.
Posted by
blogger
at
9:52 AM
0
comments
Labels: Application, Google App Engine, Robutness, Scalable