[google-appengine] Forbidden for getting gdata feed from appspot.com

2011-06-30 Thread Tom Wu
Forbidden for getting gdata feed from appspot.com.
The error message is *HTTPError: HTTP Error 403: Forbidden* .

Best Regards
Tom Wu

-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Forum (message board) engine for Google App Engine

2011-03-27 Thread Tom Wu
Thanks Ivan.


2011/3/28 iryndin iryn...@gmail.com

 Hi all,

 I want to announce a Google App Engine-based forum engine. It is coded
 in Python.
 It is named GForum, open-source (Apache 2.0. License) and hosted at
 http://code.google.com/p/gforum

 Live demo is hosted at http://gforum-demo.appspot.com.

 How it was born?
 Simple. I wanted to add forums to some of my GAE-based sites. I found
 no good GAE-based forum engines and decided to make it myself.

 What are design guidelines?
 Clean and simple. Occam's razor: do with fewer things.

 Features for now:
  - login with 5 auth providers: Google, Facebook, Twitter, MyOpenID,
 Vkontakte.
  - view forums and threads, write messages
  - view user profiles
  - SEO-friendly permalinks to forums and threads
  - design via themes

 Features in progress:
  - edit user profile data
  - edit avatar
  - Gravatar usage

 Features to be implemented:
  - pagination
  - paste images or make links to outside images (e.g. at Flickr)
  - i18n
  - automatic sitemap generation
  - private messages for users
  - RSS/ATOM feeds for threads/forums
  - administrator interface

 Hope it will be useful to anybody besides me.
 Will be glad to any comments/suggestions/contributions.

 Regards,
 Ivan.


 --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: High Replication or Master/Slave?

2011-03-02 Thread Tom Wu
python appcfg.py download_data --filename=download.csv
--url=/path_to_remote_api  myapp


2011/3/2 Wim den Ouden wdenou...@gmail.com

 do you use  --application=s~appname

 2011/3/2 Tom Wu service.g2...@gmail.com

 Hi Ikai,

 In this monment, I can't appcfg.py download_data from HR in SDK 1.4.2.

 Best Regards
 Tom Wu


 2011/3/2 Ikai Lan (Google) ikai.l+gro...@google.com

 I know I'm jumping late on this thread, but I want to push you and other
 developers in the High Replication direction. We're still working towards
 being able to provide SLAs, but one thing is almost for certain: application
 running under master/slave will *not* be supported under any SLA.

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blogger: http://googleappengine.blogspot.com
 Reddit: http://www.reddit.com/r/appengine
 Twitter: http://twitter.com/app_engine



 On Tue, Mar 1, 2011 at 7:25 AM, mscwd01 mscw...@gmail.com wrote:

 Thanks again guys, this is the type of insight I was after. Those
 charts are rather impressive and in complete contradiction to what
 I've read elsewhere - the latency seems to be consistently lower.

 I think I'll create a new app using the HR datastore and perform some
 tests, I'm hoping my queries do not have to be changed to avoid
 returning stagnant objects, the docs are rather confusing regarding
 this issue.

 On Mar 1, 3:09 pm, bFlood bfl...@spatialdatalogic.com wrote:
  i think he meant that *interaction* with HR is more consistent (e.g.
  most requests are in a fixed performance range, whereas there are more
  perf spikes with MS).
 
  nice charts guys, those are helpful!
 
  On Mar 1, 9:50 am, Geoffrey Spear geoffsp...@gmail.com wrote:

 
 
 
 
 
 
 
   On Mar 1, 8:18 am, Simon Knott knott.si...@gmail.com wrote:
 
What makes you think HR is slower than M/S?  This is the case for
Puts/Deletes, but for Gets and Querying it's faster and much more
consistent.
 
   Where do you get much more consistent from?  The HR datastore is
   eventually consistent; the M/S datastore is strongly consistent.


 --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


  --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


  --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




 --
 gr,
 Wim den Ouden
 Custom Google App Engine http://code.google.com/intl/nl/appengine/ based
 webapps https://neighborshare.appspot.com/.
 Free open source neighborshare framework http://code.google.com/p/relat/
 .

 --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: High Replication or Master/Slave?

2011-03-01 Thread Tom Wu
Hi Ikai,

In this monment, I can't appcfg.py download_data from HR in SDK 1.4.2.

Best Regards
Tom Wu


2011/3/2 Ikai Lan (Google) ikai.l+gro...@google.com

 I know I'm jumping late on this thread, but I want to push you and other
 developers in the High Replication direction. We're still working towards
 being able to provide SLAs, but one thing is almost for certain: application
 running under master/slave will *not* be supported under any SLA.

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blogger: http://googleappengine.blogspot.com
 Reddit: http://www.reddit.com/r/appengine
 Twitter: http://twitter.com/app_engine



 On Tue, Mar 1, 2011 at 7:25 AM, mscwd01 mscw...@gmail.com wrote:

 Thanks again guys, this is the type of insight I was after. Those
 charts are rather impressive and in complete contradiction to what
 I've read elsewhere - the latency seems to be consistently lower.

 I think I'll create a new app using the HR datastore and perform some
 tests, I'm hoping my queries do not have to be changed to avoid
 returning stagnant objects, the docs are rather confusing regarding
 this issue.

 On Mar 1, 3:09 pm, bFlood bfl...@spatialdatalogic.com wrote:
  i think he meant that *interaction* with HR is more consistent (e.g.
  most requests are in a fixed performance range, whereas there are more
  perf spikes with MS).
 
  nice charts guys, those are helpful!
 
  On Mar 1, 9:50 am, Geoffrey Spear geoffsp...@gmail.com wrote:
 
 
 
 
 
 
 
   On Mar 1, 8:18 am, Simon Knott knott.si...@gmail.com wrote:
 
What makes you think HR is slower than M/S?  This is the case for
Puts/Deletes, but for Gets and Querying it's faster and much more
consistent.
 
   Where do you get much more consistent from?  The HR datastore is
   eventually consistent; the M/S datastore is strongly consistent.

 --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


  --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] about datastore admin copy function

2011-02-21 Thread Tom Wu
+1

2011/2/11 Eric Ka Ka Ng ngk...@gmail.com

 The new function to copy data from a GAE instance to another GAE instance
 makes some of our operations much more convenient! Thx for making this
 feature available!

 I know this function is still experimental, I have a question in using this
 feature.


 After i have started a copy / delete task, there would be a link to show
 the current status of the task. however, if i leave the page and later open
 the GAE admin console page, i couldn't find that link again and have no way
 to go back to the screen which i can check current status of the tasks. (i
 can see the operations' status from the datastore admin page, but i can't
 click to go to see the details)


 What's more, if there are any copy tasks fail for whatever reasons, I have
 no way to abort the task. I could manually purge the task queue to stop it,
 but the operations entries would still be under the Operation's status which
 cannot be removed.

 so would there be any accessible UI that we could monitor status / abort
 these copy / delete tasks in datastore admin?

 - eric

 --
 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+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Powered by Google Technologies

2011-01-30 Thread Tom Wu
http://www.citysale.ca/#deals/Ontario/Toronto
in Automotive
Deals around*Extreme-Plus*  Find it

Can't find this item
*$59 for a Complete Automotive Detailing from Extreme-Plus International
($250 Value)*



2011/1/31 Michael Weinberg weinbe...@gmail.com

 Wanted to share our project called CitySale.ca which is built entirely
 on the Google stack:

 Google APIs - App Engine, GWT, Maps, Fusion Tables, Geocoding, Places,
 Search, ...
 Google Tools - Analytics, DoubleClick, Webmaster

 The GWT Client and the App Engine based server are also deeply
 integrated with Facebook APIs.

 It is a bit scary to completely rely on a single company (Google) for
 all your technology/infrastructure needs, but for us the benefits
 outweigh this concern!

 Would be great to get some feedback and if I would be happy to answer
 any questions about how this service was built.

 p.s. if you are from Canada, we hope you would actually sign up and
 use the service too :)

 the url is  http://www.citysale.ca

 Thanks,
 Michael Weinberg

 --
 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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Deployment failing

2011-01-25 Thread Tom Wu
error 302


2011/1/25 nacho vela.igna...@gmail.com

 +1

 --
 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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Problem login with google account in IE

2011-01-11 Thread Tom Wu

Problem login with google account in IE(9).
The only way is add my.appspot.com to trust web site in IE
configuration.

This is really not user friendly to user.
Any suggestion for this ?


Best Regards
Tom Wu

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Problem login with google account in IE

2011-01-09 Thread Tom Wu
Problem login with google account in IE(9).
The only way is add my.appspot.com to trust web site in IE configuration.

This is really not user friendly to user.
Any suggestion for this ?


Best Regards
Tom Wu

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] 政府要求 google 移除

2010-12-06 Thread Tom Wu
2010/12/7 Ikai Lan (Google)
ikai.l+gro...@google.comikai.l%2bgro...@google.com


 I don't have anything to add to this discussion except that we're
 always thinking of our users first. We recently published something
 called the Transparency Report which shows which governments ask us
 to take things down:

 http://www.google.com/transparencyreport/governmentrequests

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blogger: http://googleappengine.blogspot.com
 Reddit: http://www.reddit.com/r/appengine
 Twitter: http://twitter.com/app_engine



 On Sat, Dec 4, 2010 at 6:30 AM, Jeff Schwartz jefftschwa...@gmail.com
 wrote:
  Freedom of speech is always a worthwhile subject and its defense is the
  ethical and moral obligation of every freedom loving individual but
 perhaps
  this is best discussed in a dedicated blog on the subject.
 
  On Sat, Dec 4, 2010 at 9:11 AM, nickmilon nickmi...@gmail.com wrote:
 
  Philip +1
  Still I am not sure that G would surrender so easily as Amazon did,
  there is a precedence: G vs Lieberman story:
 
 
 http://googlepublicpolicy.blogspot.com/2008/05/dialogue-with-sen-lieberman-on.html
  when G stood to its values.
 
  By the way ...
  http://wikileaks.org/support.html  doesn't work for me
 
  http://213.251.145.96/support.html   is working (for the time been)
 
 
  On Dec 4, 3:15 pm, Philip philip.mates...@driggle.com wrote:
   It's sad that Amazon does not support customers that exercise the
   right of free speech. But I'd also assume that Google would not stand
   up against the us government for offending the first amendment. :-(
  
   However, I will still donate to Wikileaks and I would suggest anyone
   else to do the same:http://wikileaks.org/support.html
  
   Our liberty depends on the freedom of the press, and that cannot be
   limited without being lost.
   Thomas Jefferson
  
   If the freedom of speech is taken away then dumb and silent we may be
   led, like sheep to the slaughter.
   George Washington
  
   On Dec 4, 1:34 am, supercobra superco...@gmail.com wrote:
  
  
  
  
  
  
  
Amazon and Google have been long-time partisans of freedom of
 speech.
  
However in this case, the pressure coming from the government must
 be
incredible. Amazon is not the only victim of these intimidations. US
government employees have been forbidden to visit Wikileaks sites
 and
to discuss these matters on Facebook. At least one US university has
been 'persuaded' to ask their students not to reference any
 Wikileaks
documents in their research papers... (how is that for doing
 thorough
research!).
  
Even crounties bend under US pressure. We have seen it to be the
 case
with Spain  Germany which dropped their lawsuits, investigations
 and
enforcement of arrest warrants for torture and kidnappings
(renditions) after the US pressured them (source Wikileaks cables).
  
So I would assume that Google or any organization would probably
comply as well.
  
To ensure free speech can not be prevented by taking down web sites,
we need to create a totally distributed website hosting technology
based on BitTorrent or something similar.
  
Happy coding. ;-)
  
Daniel Guermeur
  
-- superco...@gmail.com
  
Co-author of App Engine Java and GWT Development:
 http://bit.ly/hdTHyB
Blog:http://supercobrablogger.blogspot.com/
  
On Fri, Dec 3, 2010 at 5:18 PM, nickmilon nickmi...@gmail.com
 wrote:
 There is a lot of talk and flame wars going on AWS vs GAE topic,
 up
 to now all this talk was concentrated on technical and economic
 issues.
 News of Amazon throwing  away the WikiLeaks website has raised new
 arguments on the cloud battlefront.
 So I want to raise here the hypothetical question what would be
 the
 fate of WikiLeaks if it was hosted on App Engine ?
 (For obvious reasons I do not expect a definite yes/no answer from
 Google's team, but may be I am wrong)
  
 Happy coding:-)
  
 Nick
  
 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group
 athttp://groups.google.com/group/google-appengine?hl=en.
 
  --
  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-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.
 
 
 
 
  --
  Jeff Schwartz
 
  --
  You received this message because you are 

Re: [google-appengine] Re: Reliability of Channel API messages?

2010-12-04 Thread Tom Wu
The channel api cost a lot of cpu.
*
xmpp.CreateChannel* real=3ms *api=2770ms*


Happy coding ! [?]

Tom Wu



2010/12/4 风笑雪 kea...@gmail.com

 In my opinion, it's super fast that I couldn't feel the latency.

 --
 keakon

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

1E3.gif

Re: [google-appengine] Jin Tie wants to chat

2010-11-15 Thread Tom Wu
Could Gtalk provide the html button to trigger it ?

Best Regards
Tom


2010/11/15 Jin Tie yong.li...@gmail.com

 I've been using Google Talk and thought you might like to try it out.
 We can use it to call each other for free over the internet. Here's an
 invitation to download Google Talk. Give it a try!

 ---

 Jin Tie wants to stay in better touch using some of Google's coolest new
 products.

 If you already have Gmail or Google Talk, visit:

 http://mail.google.com/mail/b-1c8bee9573-d051767bb9--iMS-YszaZ15DE9054mXCDuhZfQ
 You'll need to click this link to be able to chat with Jin Tie.

 To get Gmail - a free email account from Google with over 2,800 megabytes
 of
 storage - and chat with Jin Tie, visit:

 http://mail.google.com/mail/a-1c8bee9573-d051767bb9--iMS-YszaZ15DE9054mXCDuhZfQ

 Gmail offers:
 - Instant messaging right inside Gmail
 - Powerful spam protection
 - Built-in search for finding your messages and a helpful way of organizing
  emails into conversations
 - No pop-up ads or untargeted banners - just text ads and related
 information
  that are relevant to the content of your messages

 All this, and its yours for free. But wait, there's more! By opening a
 Gmail
 account, you also get access to Google Talk, Google's instant messaging
 service:

 http://www.google.com/talk/

 Google Talk offers:
 - Web-based chat that you can use anywhere, without a download
 - A contact list that's synchronized with your Gmail account
 - Free, high quality PC-to-PC voice calls when you download the Google Talk
  client

 We're working hard to add new features and make improvements, so we might
 also
 ask for your comments and suggestions periodically. We appreciate your help
 in
 making our products even better!

 Thanks,
 The Google Team

 To learn more about Gmail and Google Talk, visit:
 http://mail.google.com/mail/help/about.html
 http://www.google.com/talk/about.html

 (If clicking the URLs in this message does not work, copy and paste them
 into
 the address bar of your browser).

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: 500 Server Error on https://appengine.google.com

2010-11-14 Thread Tom Wu
+1

2010/11/15 Nick nick.beag...@arclight.com.au

 I am also getting this error

  --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Early Christmas Present from Google?

2010-11-07 Thread Tom Wu
+1

Great datastore improve.

2010/11/8 Marc Provost mprov...@gmail.com

 +1

 Thanks googlers! This is awesome.

 On Nov 7, 4:58 pm, nickmilon nickmi...@gmail.com wrote:
  + 1
  Impressive performance gains - congratulation to Google and App Engine
  team.
  Lets hope current performance will be a benchmark for the future.
 
  On Nov 7, 12:17 am, Greg g.fawc...@gmail.com wrote:
 
 
 
 
 
 
 
   Check out the datastore stats after today's maintenance...
 
  http://code.google.com/status/appengine/detail/datastore/2010/11/06#a.
 ..

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Can't get into dashboard?

2010-11-06 Thread Tom Wu
It should have 2 clouds, so we can move to another one.

Tom

2010/11/7 Anton Belyaev anton.bely...@gmail.com

 While the maintenance can be related, the time is not 19-00 UTC yet.
 And the problem has been happening all the day today for me.

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Prerelease SDK 1.3.8 is out!

2010-10-06 Thread Tom Wu
+1

2010/10/6 Greg g.fawc...@gmail.com

 On Oct 6, 1:28 pm, Ikai Lan (Google) 
 ikai.l+gro...@google.comikai.l%2bgro...@google.com
 
 wrote:
  - The developer who uploaded an app version can download that version's
 code
using the appcfg.py download_app command.

 I'm not at all happy about this. I know how frequent plaintive I lost
 my code how can I get it back? messages are in this group, but the
 write-only nature of appengine gave me a lot of confidence that our
 source code is safe. Now a single password is all that stands between
 our competitors and our IP.

 Why expose ALL users to risk (and open Google to lawsuits) for the
 sake of a few inexperienced developers? Star this post if you agree.

 I guess one solution would be to make downloading optional. A setting
 to disable source downloading in app.yaml would be safe, because
 uploading a new version would destroy the existing code.

 Greg.

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] The channel service is not enabled

2010-09-30 Thread Tom Wu
Hi all,

How to enable channel service ?


Best Regards
Tom Wu

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] The channel service is not enabled

2010-09-30 Thread Tom Wu
Hi Ikai,

I already signed twice in a month and nothing change.
Still got The channel service is not enabled.

Best Regards
Tom Wu


2010/10/1 Ikai Lan (Google)
ikai.l+gro...@google.comikai.l%2bgro...@google.com


 It's not available in production yet. Sign up here:


 https://spreadsheets.google.com/a/google.com/viewform?formkey=dGFxQ1A4T1BSYWxNdFlYVFhUcmg2amc6MQ

 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 Blogger: http://googleappengine.blogspot.com
 Reddit: http://www.reddit.com/r/appengine
 Twitter: http://twitter.com/app_engine



 On Thu, Sep 30, 2010 at 9:26 AM, Tom Wu service.g2...@gmail.com wrote:

 Hi all,

 How to enable channel service ?


 Best Regards
 Tom Wu

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


  --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Task doesn't execute the url script.

2010-09-17 Thread Tom Wu
Hi All,

After last maintance, my task won't execute the *url *successfully and
return 200 code.

I just use the normal GET or POST method to the same *url*. Nothing wrong
with my script.

It seems the task queue not really execute the url script then just return
status 200 code.

In the dashborad - log ,
task execute only takes about 30ms.
normal get or post takes around 1000~3000 ms.

All my task queue are in the same situation.


Best Regards
Tom Wu

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Tasks in Task Queue are not being executed

2010-09-17 Thread Tom Wu
+1, me too.


2010/9/17 Francois Masurel fm2...@mably.com

 Yep, I can confirm this tasks and cron gap shows in my dashboard.

 On Sep 16, 11:50 pm, Eli Jones eli.jo...@gmail.com wrote:
  I second this report.
 
  I have an app that has a chained task that executes every 5 minutes.
  Each
  time the task completes it enqueues the next task to be executed (the
 next
  task is always scheduled for the next 5 minute mark).
 
  From looking at the logs.. the task ran fine at 10:30 AM PST.. then just
 did
  nothing (no errors no nothing) until 11:53 AM PST when it just started
  running again.
 
  So, there was pretty much an hour and a half gap.. with nothing
 happening.
 
  This chained task has been running fine for the past 9 months with no
  mysterious gaps like this.
 
 
 
  On Thu, Sep 16, 2010 at 2:57 PM, Chris Vaughn ch...@cvaughn.com wrote:
   According to the app engine system stats page everything is running
   fine but I'm seeing an issue that I can't figure out.
 
   I have an app that relies heavily on task queues.  Every minute or so
   a payload comes in and is broken into 1 or many (depending on the size
   of the payload) schedule tasks and added to the schedule-queue.  For
   the last 1h 15m nothing in my schedule-queue has been executed.  I see
   no errors in the logs and it has stayed at 0 run in the last minute.
   Here's a screenshot from my admin page of that one queue.
  http://skitch.com/chris.vaughn/dabtu/task-queues-appspot.com
 
   I've found another user on Twitter reporting similar behavior at the
   same time.
  http://twitter.com/bjschnei/status/24685776803
 
   Chris
 
   --
   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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib
 e...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Tasks in Task Queue are not being executed

2010-09-17 Thread Tom Wu
Still not working.


2010/9/17 Eli Jones eli.jo...@gmail.com

 They work now.  There was a gap, for me, yesterday from 10:30 AM PST -
 11:53 AM PST.


 On Fri, Sep 17, 2010 at 11:52 AM, Darien Caldwell 
 darien.caldw...@gmail.com wrote:

 I just checked, task queue and chron are working here.  But I'm on
 Python?

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


  --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Is the bulkloader ready for production use ?

2010-09-11 Thread Tom Wu
Is any possible without key changing after restoring my data in same app ?


Best Regards
Tom Wu



2010/9/11 Tim Hoffman zutes...@gmail.com

 Hi

 In theory reference properties should be ok, (list properties holding
 a list of keys - especially as strings would have a problem).

 Have you compared the key in the reference property and the key of the
 target before and after the restore.
 It may be because you using id's rather than key names?  But I am not
 sure without running some tests.

 I would work out what is being changed and you may find a custom
 loader for bulkloader may be required to move your
 dataset between appids.

 T

 On Sep 11, 10:24 pm, Francois MASUREL masu...@mably.com wrote:
  Yep, I was restoring to another appId.
 
  Does that mean that when you're storing entity keys as a reference
  property you can't backup/restore to another appId ?
 
  What is the best practice then ?  Should we create some kind of generated
  UUID and use it as key for our entities then ?
 
  François
 
 
 
  On Sat, Sep 11, 2010 at 16:17, Tim Hoffman zutes...@gmail.com wrote:
   As to the keys changing, where you restoring to an instance with the
   same appid ?
 
   If not the keys have to change, and you might find problems where you
   store keys in list properties.
 
   T
 
   On Sep 11, 10:12 pm, Tim Hoffman zutes...@gmail.com wrote:
Hi
 
I am actually using appcfg.py download_data and upload_data with
 great
success with 65,000 entities.
 
Which is pretty much the same thing.
 
I have found you may need to play around with the batch size settings
if you have particularly large entities.
 
T
 
On Sep 11, 10:01 pm, Francois Masurel fm2...@mably.com wrote:
 
 Hello everybody,
 
 I've tried to do a full bulkloader --dump and --restore of one app
 to
 another one and it failed miserably.
 
 First, I had a quite a few Backing off errors during export which
 took more than 30 minutes for about 6000 small entities.
 
 Then when I restored it, I lost about 1000 entities it said it
 couldn't restore without explanations.
 
 And then I realized that all entities keys had been changed.  So
 all
 my relations between entities were lost.
 
 Did I do something wrong ?
 
 Thanx for your help.
 
 Francois
 
   --
   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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib
 e...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Is the bulkloader ready for production use ?

2010-09-11 Thread Tom Wu
Thanks Tim,

It's great help to me.


Best Regards
Tom Wu


2010/9/12 Tim Hoffman zutes...@gmail.com

 Keys won't change if you restore into the appid.  They must change if
 you restore to a new appid as the appid is part of the key.

 T

 On Sep 11, 11:59 pm, Tom Wu service.g2...@gmail.com wrote:
  Is any possible without key changing after restoring my data in same app
 ?
 
  Best Regards
  Tom Wu
 
  2010/9/11 Tim Hoffman zutes...@gmail.com
 
 
 
   Hi
 
   In theory reference properties should be ok, (list properties holding
   a list of keys - especially as strings would have a problem).
 
   Have you compared the key in the reference property and the key of the
   target before and after the restore.
   It may be because you using id's rather than key names?  But I am not
   sure without running some tests.
 
   I would work out what is being changed and you may find a custom
   loader for bulkloader may be required to move your
   dataset between appids.
 
   T
 
   On Sep 11, 10:24 pm, Francois MASUREL masu...@mably.com wrote:
Yep, I was restoring to another appId.
 
Does that mean that when you're storing entity keys as a reference
property you can't backup/restore to another appId ?
 
What is the best practice then ?  Should we create some kind of
 generated
UUID and use it as key for our entities then ?
 
François
 
On Sat, Sep 11, 2010 at 16:17, Tim Hoffman zutes...@gmail.com
 wrote:
 As to the keys changing, where you restoring to an instance with
 the
 same appid ?
 
 If not the keys have to change, and you might find problems where
 you
 store keys in list properties.
 
 T
 
 On Sep 11, 10:12 pm, Tim Hoffman zutes...@gmail.com wrote:
  Hi
 
  I am actually using appcfg.py download_data and upload_data with
   great
  success with 65,000 entities.
 
  Which is pretty much the same thing.
 
  I have found you may need to play around with the batch size
 settings
  if you have particularly large entities.
 
  T
 
  On Sep 11, 10:01 pm, Francois Masurel fm2...@mably.com wrote:
 
   Hello everybody,
 
   I've tried to do a full bulkloader --dump and --restore of one
 app
   to
   another one and it failed miserably.
 
   First, I had a quite a few Backing off errors during export
 which
   took more than 30 minutes for about 6000 small entities.
 
   Then when I restored it, I lost about 1000 entities it said it
   couldn't restore without explanations.
 
   And then I realized that all entities keys had been changed.
  So
   all
   my relations between entities were lost.
 
   Did I do something wrong ?
 
   Thanx for your help.
 
   Francois
 
 --
 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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib
 e...@googlegroups.comgoogle-appengine%2Bunsubscrib
   e...@googlegroups.com
 .
 For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.
 
   --
   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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib
 e...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Channel API with TyphoonAE

2010-08-29 Thread Tom Wu
Unable to install the http://support.microsoft.com/kb/976662 for IE8.
It's better include json2.js from json.org.




2010/8/29 Tobias tobias.rodae...@googlemail.com

 After a little investigation I found out that the same occurs with the
 original demo at http://io-trivia-quiz.appspot.com and is due to a
 minor issue in the demo's Javascript
 http://code.google.com/p/trivia-quiz/source/browse/trunk/src/index.html#298
 which can very likely be fixed by downloading the IE8 update from this
 http://support.microsoft.com/kb/976662 location.

 - Tobias

 On Aug 28, 10:25 am, Tobias tobias.rodae...@googlemail.com wrote:
  On Aug 28, 9:53 am, Tom Wu service.g2...@gmail.com wrote:
 
  http://trivia-quiz.typhoonae.org:8080/
 
   It works fine in firefox.
   IE8 failed with JSON undefined.
 
  Thanks a lot for reporting this! You're right, the Javascript still
  needs some tweaks.
 
  - Tobias

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Channel API with TyphoonAE

2010-08-28 Thread Tom Wu
http://trivia-quiz.typhoonae.org:8080/

It works fine in firefox.
IE8 failed with JSON undefined.




2010/8/28 Tobias tobias.rodae...@googlemail.com

 Hi,

 I'm happy to announce that TyphoonAE (only trunk, for now) already has
 experimental support for the new Channel API. We have the Google IO
 Trivia Quiz running on our server http://trivia-quiz.typhoonae.org:8080/

 For more detailed information, visit this
 http://code.google.com/p/typhoonae/wiki/ChannelAPI
 wiki page and follow us on Twitter http://twitter.com/TyphoonAE to be
 informed on upcoming releases.

 Thanks!
 Tobias

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] How to build the my data with GeoModel?

2010-08-22 Thread Tom Wu
simplejson


2010/8/22 昆宏 陳 understand...@gmail.com

 Hello, everyone.

 I have some trouble in building the data using the demo in
 http://code.google.com/intl/zh-TW/apis/maps/articles/geospatial.html.
 My question is how the data flow in section Data Flow? I want to
 know where the s/search is? And what type of data it is?
 I see the section in the article write:「Typical JSON data returned by
 's/search' service is shown below.
 {status: success, results: [{phone_number: (908) 436-6855,
 city: ELIZABETH, name: ELIZABETH HIGH,
 school_level: 3, enrollment: 5279, highest_grade_taught: 12,
 lowest_grade_taught: 9, school_type: 1,
 locale_code: 21, state: NJ, address: 600 PEARL STREET,
 lat: 40.6603361, lng: -74.2116865, school_id:
 340459005478, zip_code: 7202}]} Once JSON data are successfully
 returned to the callback function, the entities inside the data get
 parsed out and rendered properly on the map as markers. Detailed info
 shows in a pop-up info window when a marker is clicked」,
 My question  is how to build the data use this way. Can anyone give me
 some solution? Thanks!!!
 If you can give me some example is better.Or you have better idea.

 Then, I also want to show my data with google chart api, just like the
 data in this demo show on a window on th map when you click it, but
 it shows the text value,in my case,i want it to show with google chart
 api. And besides I want the data show on the small area to sum up
 together.

 If you have any idea, can you teach me? Thank you very much.

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Is it possible to visit GAE hosted app if ghs.google.com is blocked?

2010-07-31 Thread Tom Wu
use 8.8.8.8 for your dns server.


2010/7/30 NoNoNo coldspring830...@gmail.com

 Hi guys,

 I've had my app hosted on GAE, CNAMEd www.MYAPP.com to ghs.google.com.
 Due to some reason, ghs.google.com is blocked here. The site can only
 be visited via some proxies, but ordinary visitors here may not know
 the trick and they would think the site is broken. Is it there a
 workaround, like using other CNAME other than ghs.google.com while
 still hosting on GAE?
 Replies appriciated.

 BR

 Spring

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Channel API

2010-07-20 Thread Tom Wu
Great !

Just waiting for the Channel API Docs and key register.

Best Regards
Tom Wu



2010/7/20 lumpynifkin willspe...@gmail.com

 This also just came out.  Shows a sample app and how the API will
 work.


 http://code.google.com/events/io/2010/sessions/building-real-time-apps-app-engine-feed-api.html



 On May 21, 4:18 pm, Ikai L (Google) ika...@google.com wrote:
  Looks like there's a Trusted Tester signup form:
 
  https://spreadsheets.google.com/a/google.com/viewform?formkey=dGFxQ1A...
 
  https://spreadsheets.google.com/a/google.com/viewform?formkey=dGFxQ1A..
 .Note
  that this doesn't guarantee we can get you early access.
 
  On Fri, May 21, 2010 at 12:41 PM, Ikai L (Google) ika...@google.com
 wrote:
 
 
 
   I'd subscribe to our blog as well as keep track of this in the groups:
 
  http://googleappengine.blogspot.com/2010/05/app-engine-at-google-io-2.
 ..
 
   
 http://googleappengine.blogspot.com/2010/05/app-engine-at-google-io-2..
 .We
   do prerelease SDKs when possible, so keep on the lookout for one that
 does
   what you are looking for.
 
   On Thu, May 20, 2010 at 7:12 AM, Backpack georgen...@gmail.com
 wrote:
 
   I read about the upcoming channel API (comet stuff) on the app engine
   blog. I know it is still in an early stage but anybody has any link to
   any kind of preview?
 
   Just can't wait...
 
   --
   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-appeng...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 google-appengine%2bunsubscr...@googlegroups.comgoogle-appengine%252bunsubscr...@googlegroups.com
 
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.
 
   --
   Ikai Lan
   Developer Relations, Google App Engine
   Twitter:http://twitter.com/ikai
   Delicious:http://delicious.com/ikailan
 
   
   Google App Engine links:
   Blog:http://googleappengine.blogspot.com
   Twitter:http://twitter.com/app_engine
   Reddit:http://www.reddit.com/r/appengine
 
  --
  Ikai Lan
  Developer Relations, Google App Engine
  Twitter:http://twitter.com/ikai
  Delicious:http://delicious.com/ikailan
 
  
  Google App Engine links:
  Blog:http://googleappengine.blogspot.com
  Twitter:http://twitter.com/app_engine
  Reddit:http://www.reddit.com/r/appengine
 
  --
  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-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group athttp://
 groups.google.com/group/google-appengine?hl=en.

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] AppEngineJS base on python ?

2010-06-27 Thread Tom Wu
Hi All,

Today I found AppEngineJS a wonderful framework for gae(which base on java).
Is any framework like AppEngineJS  but base on python ?

Thanks in advance.

Best Regards
Tom Wu

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Datastore design question

2010-06-27 Thread Tom Wu
Hi Luís,

If you have a User model, with a items heavy Property like TextProperty
which is not necessary for every query.
Which db structure is better ?

Best Regards
Tom Wu


2010/6/28 Luís Marques luismarq...@gmail.com

 Hello Phil,

 Anyone correct me if I'm wrong but you use one of the following
 options, among others.

 You can have a User model, with a items ListProperty. The pros: if
 you have the key for the user (e.g. you can use the email), then with
 a simple get (faster than a query) you can retrieve the entity
 including the items. Writing a new object is transactional. The cons:
 you must always get a set the entire user entity. The entity might get
 large if there are a lot of items. If you use custom indexes with the
 items property the index might get large quickly, especially if you
 use more than one ListProperty (exploding indexes).

 You can have a User model, and a UserItem whose parent is the
 User, making it part of a transaction group. Cons: you have limited
 QPS writes to the transaction group (about 1-10 QPS), but that's the
 same limitation you have to a standalone User with items. You have to
 query (seek) the items, although I wouldn't call that a problem
 without profile data. Pros: you can write individual UserItems. You
 can have transactions for the user and the items s/he has.

 You can have a User model and a UserItem with a User key
 reference. Cons: you can no longer have a transaction depending on the
 user and the items s/he has. Pros: you can write individual items
 without write collisions to the User.

 You can have a User and a flat list (e.g. text, non-indexed) of the
 corresponding items. Cons: limits the queries you can make, have to
 update all items at once. Pros: better index performance.

 Etc. I hope it was helpful and correct?

 Best regards,
 Luís

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] ACSID

2010-06-06 Thread Tom Wu
Hi All,

How to get ACSID with javascript ?


Best Regards
Tom Wu

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] GAE is down again.

2010-06-03 Thread Tom Wu
Unable to appcfg.py update to my app.

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: 500 error accessing appengine.google.com and in updating app

2010-05-11 Thread Tom Wu
Unable to appcfg.py update my app.

Regards
Tom


2010/5/11 Fredrik Bonander carl.fredrik.bonan...@gmail.com

 Seams that the app eninge is down again. Get 500 from both my app and
 dashboard.

 Anyone else?

 ..fredrik


 On 11 maj 2010, at 01.15, Albert wrote:

 It's actually intermittent. My app has been getting these errors once
 in a while, and also the same error for trying to access the appengine
 administrative dashboard. I can't say for certain if the problem has
 totally stopped by now.


 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.com.
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


 --
 Fredrik Bonander
 carl.fredrik.bonan...@gmail.com
 +46 70 943 5441

 *- **the infinite power of the creative min**d - *

  --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Allow/Deny IP Address

2010-04-01 Thread Tom Wu
Thanks Ikai,

Sorry, my bad. DoS is firewall tier. Not a web server one. I'm so stupid.

Regards
Tom Wu


2010/4/1 Ikai L (Google) ika...@google.com

 That's because it's not a guaranteed blacklist. You're supposed to use the
 DoS API to prevent a massive attack, not as an ACL. If you need to
 whitelist, you'll have to write the whitelist programmatically as either a
 WSGIMiddleware (Python) or ServletFilter (Java).

 On Wed, Mar 31, 2010 at 10:40 AM, Tom Wu service.g2...@gmail.com wrote:

 Hi Nick,

 Only see the blacklist(Deny) syntax in dos.yaml. How about the
 whitelist(Allow) in dos.yaml ?
 The .htaccess of Apache can provide two way ip restriction.

 Kind Regards
 Tom Wu




 2010/4/1 Nick Johnson (Google) nick.john...@google.com

 Hi J,

 The recently released DoS API is designed for just this:
 http://code.google.com/appengine/docs/python/config/dos.html

 -Nick Johnson


 On Wed, Mar 31, 2010 at 5:50 PM, J j.si...@earlystageit.com wrote:

 I am looking to restrict my web site and deny access from a set of IP
 addresses, much like the Apache mod_access module does.

 Would have expected to be able to specify it in app.yaml somehow (GAE/
 Python). Any suggestions welcome.

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




 --
 Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd.
 :: Registered in Dublin, Ireland, Registration Number: 368047
 Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
 Number: 368047

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


  --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




 --
 Ikai Lan
 Developer Programs Engineer, Google App Engine
 http://googleappengine.blogspot.com | http://twitter.com/app_engine

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Allow/Deny IP Address

2010-03-31 Thread Tom Wu
Hi Nick,

Only see the blacklist(Deny) syntax in dos.yaml. How about the
whitelist(Allow) in dos.yaml ?
The .htaccess of Apache can provide two way ip restriction.

Kind Regards
Tom Wu




2010/4/1 Nick Johnson (Google) nick.john...@google.com

 Hi J,

 The recently released DoS API is designed for just this:
 http://code.google.com/appengine/docs/python/config/dos.html

 -Nick Johnson


 On Wed, Mar 31, 2010 at 5:50 PM, J j.si...@earlystageit.com wrote:

 I am looking to restrict my web site and deny access from a set of IP
 addresses, much like the Apache mod_access module does.

 Would have expected to be able to specify it in app.yaml somehow (GAE/
 Python). Any suggestions welcome.

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




 --
 Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd.
 :: Registered in Dublin, Ireland, Registration Number: 368047
 Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number:
 368047

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] ~7 GB of ghost data???

2010-03-21 Thread Tom Wu
GAE is cluster which include master  slaver, backup system... etc..
So the quota is much bigger than your local file.



2010/3/22 杨浩 skzr@gmail.com

 I have the same about thaTt!
 my entities:167MB but total's 1G,It's over quota!
 the other 833MB it's meta datas!
 *It's very confused!*

 2010/3/21 homunq jameson.qu...@gmail.com

 Something is wrong. My app is showing with 7.42GB of total stored
 data, but only 615 MB of datastore. There is only one version string
 uploaded, which is almost 150MB, and nothing in the blobstore. This
 discrepancy has been getting worse - several hours ago (longer than
 the period since datastore statistics were updated, if you're
 wondering), there were the same 615 MB in the datastore, and only
 3.09GB of total stored data. (at that time, my theory was that it
 was old uploads of tweaks to the same version - but the numbers have
 gone far, far beyond that explanation now.) It's not some exploding
 index; the only non-default index I have is on an entity type with
 just 33 entities.

 Here's the line from my dashboard:
 Total Stored Data$0.005/GByte-day82% 7.42 of
 9.00 GBytes
 $0.04 / $0.04

 And here is the word from my datastore statistics:
 Last updatedTotal number of entitiesSize of all entities
 1:32:13 ago 232,867 615 MBytes
 (metadata 11%, if that matters)

 Please, can someone help me figure out this issue? I'd be happy to
 share any info or code which would help track this down. My app id is
 vulahealth.

  --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Accessing gmail's atom feed using the google accounts API google.appengine.api.users

2010-03-21 Thread Tom Wu
xoopit

2010/3/22 romuwild rom...@gmail.com

 is there any way to let a user sign in using the google account API
 and then access its gmail atom feed without any relogin?

 thanks!

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] USB/Online Google App Engine SDK for Python

2010-03-17 Thread Tom Wu
Search this group, someone build a live cd with gae.
Maybe you can use it on your usb stick.


2010/3/17 Massimiliano massimiliano.pietr...@gmail.com

 Dear all,
 could someone inform me if I can install the Google App Engine SDK for
 Python on a USB pen (and how I can do it)?
 Or is there an online resource? (I could be really better and faster for me
 to have everything online)

 Regards

 Massimiliano

 --

 My email: massimiliano.pietr...@gmail.com
 My Google Wave: massimiliano.pietr...@googlewave.com

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Tom Wu
Switch to another app, this what I did before.

This app is dead now. 3 of my apps is dead.

Unable to deploy appcfg.py update error 500..





2010/2/18 Nickolas Daskalou n...@daskalou.com

 Update: 3.5 hours on and still no crons executed.


 On 18 February 2010 14:46, Nickolas Daskalou n...@daskalou.com wrote:

 My crons have now been MIA for a full two hours.

 Will this cron backlog problem occur each time there is maintenance? If
 so, how long can we expect the Cron executer to take catch up?



 On 18 February 2010 14:34, App Engine Team 
 appengine.nore...@gmail.comwrote:

 The Deploy problem is a known issue resulting from today's schedule
 maintenance.  We're currently working on a fix, but there is a work
 around that should work for most developers:

 1. Deploy your application as a new version. Please do not constantly
 attempt to redeploy your app. Your app is already in the queue even if
 the deploy script times out.
 2. Validate that the new version is active using the version.latest
 URL
 3. Use the Admin Console to switch the active or default application
 to this version

 As for Cron jobs, the Cron executor is catching up from a backlog
 during the outage.  Your jobs are not getting dropped, just slow.

 On Feb 17, 7:28 pm, Eli Jones eli.jo...@gmail.com wrote:
  I'm hesitant to try a redeploy of my app right now to see if that
 works..
  but I will not that I am getting the Error: Server Error   The server
  encountered an error and could not complete your request when trying
 to go
  to Datastore Statistics page.
 
  I try refresh and same error.
 
  Also, I noticed that this morning.. and as far as I know up to now.. my
  stats have not updated.  So, it has been about 40 hours since the last
  Statistics update for my app.
 
  On Wed, Feb 17, 2010 at 10:22 PM, mb doit...@gmail.com wrote:
   Also, XMPP isn't working for my app.  It's worked fine the last 3
   weeks, now after maintenance it's broken.  No changes made to the app
   in 3 weeks.
 
   On Feb 17, 7:14 pm, vivpuri v...@vivekpuri.com wrote:
My crons are not running either
 
   --

   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-appeng...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 google-appengine%2bunsubscr...@googlegroups.comgoogle-appengine%252bunsubscr...@googlegroups.com
 
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.

 --

 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



  --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.


-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Scheduled Maintenance?

2010-02-17 Thread Tom Wu
Hi Waleed,

This is too bad. Maybe you can take a break and wait for gae team to fix it.

Move the 10GB to another app is some work to do with remote_api. Wait or
move is difficult choice.

Best Regards
Tom Wu


2010/2/18 Waleed wal...@ninua.com

 Tom,
I thought about the idea, but I'm afraid I can't switch to a
 different app now. I have some 10GB of data on this app. I guess I'm
 stuck :(

 Waleed





 On Feb 17, 9:25 pm, Tom Wu service.g2...@gmail.com wrote:
  Switch to another app, this what I did before.
 
  This app is dead now. 3 of my apps is dead.
 
  Unable to deploy appcfg.py update error 500..
 
  2010/2/18 Nickolas Daskalou n...@daskalou.com
 
 
 
   Update: 3.5 hours on and still no crons executed.
 
   On 18 February 2010 14:46, Nickolas Daskalou n...@daskalou.com
 wrote:
 
   My crons have now been MIA for a full two hours.
 
   Will this cron backlog problem occur each time there is maintenance?
 If
   so, how long can we expect the Cron executer to take catch up?
 
   On 18 February 2010 14:34, App Engine Team 
 appengine.nore...@gmail.comwrote:
 
   The Deploy problem is a known issue resulting from today's schedule
   maintenance.  We're currently working on a fix, but there is a work
   around that should work for most developers:
 
   1. Deploy your application as a new version. Please do not constantly
   attempt to redeploy your app. Your app is already in the queue even
 if
   the deploy script times out.
   2. Validate that the new version is active using the version.latest
   URL
   3. Use the Admin Console to switch the active or default application
   to this version
 
   As for Cron jobs, the Cron executor is catching up from a backlog
   during the outage.  Your jobs are not getting dropped, just slow.
 
   On Feb 17, 7:28 pm, Eli Jones eli.jo...@gmail.com wrote:
I'm hesitant to try a redeploy of my app right now to see if that
   works..
but I will not that I am getting the Error: Server Error   The
 server
encountered an error and could not complete your request when
 trying
   to go
to Datastore Statistics page.
 
I try refresh and same error.
 
Also, I noticed that this morning.. and as far as I know up to
 now.. my
stats have not updated.  So, it has been about 40 hours since the
 last
Statistics update for my app.
 
On Wed, Feb 17, 2010 at 10:22 PM, mb doit...@gmail.com wrote:
 Also, XMPP isn't working for my app.  It's worked fine the last 3
 weeks, now after maintenance it's broken.  No changes made to the
 app
 in 3 weeks.
 
 On Feb 17, 7:14 pm, vivpuri v...@vivekpuri.com wrote:
  My crons are not running either
 
 --
 
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib
 e...@googlegroups.com
   google-appengine%2bunsubscr...@googlegroups.comgoogle-appengine%252bunsubscr...@googlegroups.comgoogle-appengine%252Bunsub
 scr...@googlegroups.com
 
 .
 For more options, visit this group at
http://groups.google.com/group/google-appengine?hl=en.
 
   --
 
   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-appeng...@googlegroups.com.
   To unsubscribe from this group, send email to
   google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib
 e...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.
 
--
   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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.comgoogle-appengine%2Bunsubscrib
 e...@googlegroups.com
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr

Re: [google-appengine] Re: get_by_key_name vs fetch performance

2010-02-11 Thread Tom Wu
This is what I like gae, googler keep improve the quality of gae.
Nice work, ryan.

Best Regards
Tom Wu



2010/2/11 ryan ryanb+appeng...@google.com ryanb%2bappeng...@google.com

 hi all! great discussion. thanks for the original post and
 measurements, waldemar! in short, you're right, the 1.3.1 datastore
 backend in production includes a number of improvements to both query
 performance and fault tolerance.

 for query performance, we turned on a new code path that parallelizes
 internal operations and bigtable scans and lookups more aggressively,
 which is likely the reason for the improvements of query fetches vs.
 gets that you saw.

 for fault tolerance, we're now doing more retries in the backend
 automatically, usually up to the full 30s request deadline for most
 calls - basically everything except transaction commits, which retries
 client side instead of in the backend. (if you're using python, you
 might now want to try db.run_in_transaction_custom_retries() with a
 high number of retries, e.g. 10, instead of just
 db.run_in_transaction(). similar java support should be coming soon.)

 we'll mention more detail in the official release notes and blog post,
 but based on a day or so of results so far, we're already seeing a
 substantial drop in error rate, mostly due to reduced timeouts, across
 the board. we're also seeing that error rate is much less spiky, wihch
 is always good.

 On Feb 10, 8:47 am, Waldemar Kornewald wkornew...@gmail.com wrote:
  Hi,
  were there any optimizations to the datastore lately? We did a few
  Model.get_by_key_name vs Query.fetch() benchmarks (code is attached)
  and it looks like the difference is minimal for individual
  gets/fetches and practically non-existent for batch-gets vs
  batch-fetch for the same entities.
 
  Here we do 1000 individual get()s:http://kornewald.appspot.com/get
 
  Here we do 1000 individual fetch()es for the same entities:
 http://kornewald.appspot.com/fetch
 
  Here we do four batch-get()s of 250 entities each:
 http://kornewald.appspot.com/batchget
 
  Here we do four batch-fetch()es for 250 entities each:
 http://kornewald.appspot.com/batchfetch
 
  The number returned is the time needed for retrieving the entities, so
  the first two basically show the time per single get()/fetch().
 
  Is there anything wrong with the benchmark code?
 
  Our previous benchmarks showed a much more significant difference (3x
  slower fetch()). Now it's merely a 30% difference and the few
  milliseconds can hardly be noticed by the end-user.
 
  Can we stop designing models like crazy around key names because there
  is hardly any benefit in the added complexity or inconvenience in most
  cases (e.g., not being able to change the key name afterwards)?
 
  It looks like the only case where batch-get()s are useful is when you
  can't formulate a single fetch() for the same kind of query.
 
  Bye,
  Waldemar
 
   guestbook.zip
  2KViewDownload

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.



-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



[google-appengine] Unable to appcfg.py update my app

2010-02-09 Thread Tom Wu
Application: myapp; version: 1.
Server: appengine.google.com.
Scanning files on local disk.
Scanned 500 files.
Scanned 1000 files.
Scanned 1500 files.
Scanned 2000 files.
Initiating update.
Error 500: --- begin server output ---

Server Error (500)
A server error has occurred.
--- end server output ---


Best Regards
Tom Wu

-- 
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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] This App Engine is a JOKE

2010-01-13 Thread Tom Wu
畫面太花了

2010/1/13 Iap iap...@gmail.com

 The GAE is a joke - I have the same feeling when the 1st time the
 timeout problem hits me.
 Not only java, the timeout problem also happens to GAE/Python.
 Now I have two service that running on GAE.
 Because I think that I have found a solution to get ride of the problem.
 At least that solution works for me.
 The solution is to utilize the power of client side. It is:
 1. Break the request to several small chunk of requests.
 2. Use the flash to retrieve the data from datastore. If the request
 failed, retrieve it again.

 A simple example site: http://beautyg.webbs.tw
 The site shows the articles in forum. For every page,10~20 enteries.
 (that is the 1st request, 4.1% failure)
 Then for every entry, the client make another request to get the
 images back when mouse over.
 (this time, one 1 entry was requested, 0% failure)

 The key point is: use the flash to work-around the timeout problem.

 A more complex example: http://www.webbs.tw

 The two works well. The GAE no more is a joke to me.

 Hopes it helps.









 2010/1/12 mateusz mateusz.r...@gmail.com:
  Standard servlet, sometimes work sometimes not throwing: Request was
  aborted after waiting too long to attempt to service your request. -
  I think it's when application is waken up from sleeping, but no
  pattern - strange;
  Another joke, when I am sending emails from appliacation, it's
  sometimes send sometimes NOT, without exceptions; if I send to google
  account - it's delivered in a second; when I send to other account
  (not gmail), I have to wait long time to be delivered;
 
  It's wasting time to think that you can use google app engine as
  production environment event for the smallest form based application.
 
  Do sth with it or close that business;
 
  --
  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-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.
 
 
 
 

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 

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-appeng...@googlegroups.com.

To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Added .exe files to App-Engine

2010-01-10 Thread Tom Wu
+1

2010/1/10 Mo mohitindu...@gmail.com

 In my recent deployment, I added .exe files in /war directory of my
 app-engine web application.
 Now when I open my site in the browser, I get HTTP 404 NOT_FOUND
 exception.
 While my dashboard shows that my app is deployed.
 Is this problem because of Google's oppositon to .exe files.

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 

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-appeng...@googlegroups.com.

To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] Re: Anyone operate a heavy-traffic large-scale web service on app engine?

2010-01-05 Thread Tom Wu
Hi Michael,

Please send me the Url.


Best Regards
Tom Wu


2010/1/6 Michael m...@mzlab.net

 Since September GAE had several problems, but most of them were
 fixed in a timely manner (except slow cold-star time).
 I'm satisfied with uptime.

 James, my app is the dating app for Russian social network
 (like Facebook). If you want the URL, ask me via e-mail.


 On Jan 3, 10:48 pm, dhruvg dhruv.g...@gmail.com wrote:
  Thanks for the responses. Also, I have a question about reliability -
  with 4 million requests/day did you ever face any issues with gae
  being down/crashing or being insecure? Any precautions you took?

 --
 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




-- 

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-appeng...@googlegroups.com.

To unsubscribe from this group, send email to google-appengine+unsubscr...@googlegroups.com.

For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en.



Re: [google-appengine] conceptual question regarding spreadsheet based project

2009-12-27 Thread Tom Wu
 Each user comes to the program with their own spreadsheet that's been
 a part of a legacy computer program.  The data is accessed multiple
 times daily.  Because each user's spreadsheet is local, it has evolved
 and been customized and may look different than another user's local
 data.  A user might have anywhere from 100 to 500 rows of data in
 their spreadsheet.



AJAX, just check the spreadsheet.google.com then you will find out.

--

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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




[google-appengine] ReferenceProperty failed to be resolved Traceback

2009-12-22 Thread Tom Wu
Hi All,

# models.py
from google.appengine.ext import db
class parent(db.Model):
  t = db.StringProperty(required=True, default=None)

class child(db.Model):
  ref_parent  = db.ReferenceProperty(parent, required=True, default=None,
collection_name=ref_child)


#view.py

from models import child

entity = child.get(key)
return entity.ref_parent.t



It got the* Error: ReferenceProperty failed to be resolved* when I excute
the view.py.

Is anything wrong with my script ? Thanks in advanced !


Best Regards
Tom Wu

--

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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




Re: [google-appengine] ReferenceProperty failed to be resolved Traceback

2009-12-22 Thread Tom Wu
Sorry, It's my bad.

AJAX callback problem.


Thanks anyway.


Best Regards
Tom Wu



2009/12/23 Robert Kluin robert.kl...@gmail.com

 I think you just need to catch that exception and handle it nicely.
 If I recall in their docs it mentions that if the referenced entity is
 missing you will get an exception.



 Robert








 On Tue, Dec 22, 2009 at 9:57 PM, Tom Wu service.g2...@gmail.com wrote:
  Hi All,
 
  # models.py
  from google.appengine.ext import db
  class parent(db.Model):
t = db.StringProperty(required=True, default=None)
 
  class child(db.Model):
ref_parent  = db.ReferenceProperty(parent, required=True, default=None,
  collection_name=ref_child)
 
 
  #view.py
 
  from models import child
 
  entity = child.get(key)
  return entity.ref_parent.t
 
 
 
  It got the Error: ReferenceProperty failed to be resolved when I excute
 the
  view.py.
 
  Is anything wrong with my script ? Thanks in advanced !
 
 
  Best Regards
  Tom Wu
 
 
 
 
 
 
 
 
 
 
  --
 
  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-appeng...@googlegroups.com.
  To unsubscribe from this group, send email to
  google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
  For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.
 

 --

 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




--

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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




[google-appengine] Could the datastore order in desc by default ?

2009-12-16 Thread Tom Wu
Hi,

In most case we fetch from datastore and show the records in descending for
user reading.

Without using filter orderby, we fetch from the datastore the order is
ascending.

I understand we can use the filter orderby, but it will cost a lot of index
for multiple filter.

And the index will cost huge cpu and disk space.



Best Regards
Tom Wu

--

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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




Re: [google-appengine] Re: Introducing App Engine SDK 1.3.0

2009-12-16 Thread Tom Wu
Because different db model have different issues to deal.

For example, I use ref db.model. The tree relationship is defined by myself.
Only I can deal the issue.

Maybe Googler can provide full solution in the future.


Best Regards
Tom Wu


2009/12/17 johnP j...@thinkwave.com


 Is this dump/restore the extent of what Google will provide?

 Two limitations offhand are:  1.  If your application has multiple
 entity kinds, then you need to download all of them individually.  If
 you have a complex app with lots of entity types, you have to
 customize the script.  2.  If something goes wrong with your data, and
 you try to return to your restore point you still need to clear out
 any entities that were added after your restore point.

 Understood - we can roll-our-own solutions to these and all other
 issues associated with reliable backup and restore.  But robust backup/
 restore really needs to be implemented as a foundational element of
 Appengine.

 Thanks -

 johnP


 On Dec 16, 3:51 am, Nick Johnson (Google) nick.john...@google.com
 wrote:
  Hi,
 
  On Tue, Dec 15, 2009 at 9:21 PM, yadoo yado...@gmail.com wrote:
   Excellent job Google... Hopefully, google provides us Backup/Restore
   tools in the future release 
 
  Backup and restore functionality has been present for some time, see:
 http://code.google.com/appengine/docs/python/tools/uploadingdata.html...
 
  -Nick Johnson
 
 
 
 
 
   On Dec 15, 11:50 pm, Dave Peck davep...@gmail.com wrote:
Well, that gets us partway there. Looking at the docs, it looks like
the output image must still be less than 1MB -- certainly fine for
thumbnailing, but possibly for not all types of tasks.
 
Also: right now (unless I've missed an API somewhere) to validate
images you must pass them to the Image API with a no-op transform
and see if execute_transforms() succeeds. So if I want to validate
 a1MB
   image, I still have the issue with the output side of the image
 
API.
 
It would be great if we could execute_transforms() directly back to a
blob and get a BlobInfo back?
 
Cheers,
Dave
 
On Dec 15, 11:18 am, Matthew Blain matthew.bl...@google.com wrote:
 
 While the limit for passing data directly to the Images (or other)
 APIs has not changed, you can pass a Blob key to the Images API to
 do
 exactly what you want: convert a 50MB uploaded image to a smaller
 image.
 
 More information here:
 
  http://code.google.com/appengine/docs/python/images/overview.html#Tra.
 ..
 
  http://code.google.com/appengine/docs/java/images/overview.html#Trans.
 ..
 
 --Matthew
 
 On Dec 15, 10:14 am, trung tr...@phamcom.com wrote:
 
  This is awesome.
 
  But the image API limit is still capped at 1MB!!!
 
  I still rather be able to resize a 50MB uploaded image down to
 1MB or
  less to cut down the time and bandwidth.
 
  I assume that increasing the Image API limit is the next logical
  step. :)
 
  On Dec 14, 8:00 pm, Jason (Google) apija...@google.com
 wrote:
 
   Hi Everyone. We just released version 1.3.0 of the App Engine
 SDK
   for
   both Python and Java. The most notable change is the new
   experimental
   Blobstore API which allows billed apps to store files up to 50
 MB.
   The
   release also includes some performance tweaks to the Java
 runtime.
 
   Blog post:
  http://googleappengine.blogspot.com/2009/12/app-engine-sdk-130-releas.
 ..
 
   Release notes:
   Python:
  http://code.google.com/p/googleappengine/wiki/SdkReleaseNotes
   Java:
  http://code.google.com/p/googleappengine/wiki/SdkForJavaReleaseNotes
 
   Cheers!
   - Jason
 
   --
 
   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+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 google-appengine%2bunsubscr...@googlegroups.comgoogle-appengine%252bunsubscr...@googlegroups.com
 
   .
   For more options, visit this group at
  http://groups.google.com/group/google-appengine?hl=en.
 
  --
  Nick Johnson, Developer Programs Engineer, App Engine
  Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration
 Number:
  368047

 --

 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




--

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-appeng...@googlegroups.com.
To unsubscribe from

[google-appengine] DateTimeProperty for different timezone

2009-12-14 Thread Tom Wu
Hi All,

Is anyway to setup the default timezone for db.DateTimeProperty in Python ?

Global setting like app.yaml or settings.py

Not inside the script.


Best Regards
Tom Wu

--

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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




[google-appengine] Is GAE provide c version of simplejson ?

2009-12-01 Thread Tom Wu
Is GAE provide c version of simplejson ?

What's path of this ?



Best Regards
Tom Wu

--

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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




Re: [google-appengine] Re: Is GAE provide c version of simplejson ?

2009-12-01 Thread Tom Wu
ok

2009/12/2 Stephen sdea...@gmail.com



 On Dec 1, 6:10 pm, Tom Wu service.g2...@gmail.com wrote:
  Is GAE provide c version of simplejson ?

 Sorry, no.

 Star this:

  http://code.google.com/p/googleappengine/issues/detail?id=1174

 --

 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=en.




--

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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.




Re: [google-appengine] weird TemplateDoesNotExist error

2009-11-20 Thread Tom Wu
Try don't use zip-import.



2009/11/18 Jairo Vasquez Moreno jairo.vasq...@gmail.com

 Hi,

 I'm getting a lot of TemplateDoesNotExist errors (It's not always,
 sometimes GAE raise it). And this is not because a statir dir. It's
 weird because the template works but sometimes I see that error, so
 it's not about that it doesnt exist. I have like 40 request per second
 that fetch the template, maybe that's the reason? Is there a way to
 optimize the rendering of a template? maybe using memcache?

 Thanks a lot

 --
 Jairo Vasquez Moreno
 Mentez Developer
 www.mentez.com
 Medellin - Colombia

 --

 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-appeng...@googlegroups.com.
 To unsubscribe from this group, send email to
 google-appengine+unsubscr...@googlegroups.comgoogle-appengine%2bunsubscr...@googlegroups.com
 .
 For more options, visit this group at
 http://groups.google.com/group/google-appengine?hl=.




--

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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] Unable to appcfg.py update to my app

2009-11-18 Thread Tom Wu
Unable to appcfg.py update to my app.

--

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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] Unable to appcfg.py update to my app

2009-11-16 Thread Tom Wu
2009-11-16 17:07:09,967 ERROR appcfg.py:1235 An unexpected error occurred.
Aborting.
Traceback (most recent call last):
  File D:\gae\google\appengine\tools\appcfg.py, line 1213, in DoUpload
missing_files = self.Begin()
  File D:\gae\google\appengine\tools\appcfg.py, line 1009, in Begin
version=self.version, payload=self.config.ToYAML())
  File D:\gae\google\appengine\tools\appengine_rpc.py, line 303, in Send
f = self.opener.open(req)
  File C:\PYTHON25\LIB\urllib2.py, line 387, in open
response = meth(req, response)
  File C:\PYTHON25\LIB\urllib2.py, line 498, in http_response
'http', request, response, code, msg, hdrs)
  File C:\PYTHON25\LIB\urllib2.py, line 425, in error
return self._call_chain(*args)
  File C:\PYTHON25\LIB\urllib2.py, line 360, in _call_chain
result = func(*args)
  File C:\PYTHON25\LIB\urllib2.py, line 506, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 500: Internal Server Error
Error 500: --- begin server output ---

htmlhead
meta http-equiv=content-type content=text/html;charset=utf-8
title500 Server Error/title
/head
body text=#00 bgcolor=#ff
h1Error: Server Error/h1
h2The server encountered an error and could not complete your
request.pIf the problem persists, please A HREF=
http://code.google.com/appengine/support/
report/A your problem and mention this error message and the query that
caused it./h2
h2/h2
/body/html
--- end server output ---


Regards
Tom Wu

--

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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] Unable to appcfg.py update again !

2009-11-16 Thread Tom Wu
2009-11-16 20:53:09,890 ERROR appcfg.py:1235 An unexpected error occurred.
Aborting.
Traceback (most recent call last):
  File D:\gae\google\appengine\tools\appcfg.py, line 1213, in DoUpload
missing_files = self.Begin()
  File D:\gae\google\appengine\tools\appcfg.py, line 1009, in Begin
version=self.version, payload=self.config.ToYAML())
  File D:\gae\google\appengine\tools\appengine_rpc.py, line 303, in Send
f = self.opener.open(req)
  File C:\PYTHON25\LIB\urllib2.py, line 387, in open
response = meth(req, response)
  File C:\PYTHON25\LIB\urllib2.py, line 498, in http_response
'http', request, response, code, msg, hdrs)
  File C:\PYTHON25\LIB\urllib2.py, line 425, in error
return self._call_chain(*args)
  File C:\PYTHON25\LIB\urllib2.py, line 360, in _call_chain
result = func(*args)
  File C:\PYTHON25\LIB\urllib2.py, line 506, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 500: Internal Server Error
Error 500: --- begin server output ---

htmlhead
meta http-equiv=content-type content=text/html;charset=utf-8
title500 Server Error/title
/head
body text=#00 bgcolor=#ff
h1Error: Server Error/h1
h2The server encountered an error and could not complete your
request.pIf the problem persists, please A HREF=
http://code.google.com/appengine/support/
report/A your problem and mention this error message and the query that
caused it./h2
h2/h2
/body/html
--- end server output ---

--

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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] Error: Server Error

2009-11-15 Thread Tom Wu
2009-11-16 15:16:41,828 ERROR appcfg.py:1235 An unexpected error occurred.
Aborting.
Traceback (most recent call last):
  File D:\gae\google\appengine\tools\appcfg.py, line 1213, in DoUpload
missing_files = self.Begin()
  File D:\gae\google\appengine\tools\appcfg.py, line 1009, in Begin
version=self.version, payload=self.config.ToYAML())
  File D:\gae\google\appengine\tools\appengine_rpc.py, line 303, in Send
f = self.opener.open(req)
  File C:\PYTHON25\LIB\urllib2.py, line 387, in open
response = meth(req, response)
  File C:\PYTHON25\LIB\urllib2.py, line 498, in http_response
'http', request, response, code, msg, hdrs)
  File C:\PYTHON25\LIB\urllib2.py, line 425, in error
return self._call_chain(*args)
  File C:\PYTHON25\LIB\urllib2.py, line 360, in _call_chain
result = func(*args)
  File C:\PYTHON25\LIB\urllib2.py, line 506, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
HTTPError: HTTP Error 500: Internal Server Error
Error 500: --- begin server output ---

htmlhead
meta http-equiv=content-type content=text/html;charset=utf-8
title500 Server Error/title
/head
body text=#00 bgcolor=#ff
h1Error: Server Error/h1
h2The server encountered an error and could not complete your
request.pIf the problem persists, please A HREF=
http://code.google.com/appengine/support/
report/A your problem and mention this error message and the query that
caused it./h2
h2/h2
/body/html
--- end server output ---

--

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-appeng...@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=.




[google-appengine] Re: How to delete a column in datastore ?

2009-10-28 Thread Tom Wu
Hi Brandon,

Done. Thanks a lot.


Best Regards
Tom Wu


2009/10/28 Brandon Thomson gra...@gmail.com


 To actually remove the properties you need to create new entities to
 replace the old ones, or use the low-level ext.db interface to alter
 the existing entities.

 (usually this is not necessary)

 On Oct 27, 9:47 pm, Tom Wu service.g2...@gmail.com wrote:
  Hi Adam,
 
  I do remove the column from my model definition and update the every row
 in
  this model. But it still exist in data viewer.
 
  Regards
  Tom Wu
 
  2009/10/28 Adam adam.crossl...@gmail.com
 
 
 
 
 
   Just remove the column from your model definition. You can't actually
   delete the column, but it will no longer appear in your model objects.
 
   On Oct 27, 1:26 pm, Tom Wu service.g2...@gmail.com wrote:
Hi all,
 
How to delete a column in datastore ?
 
Best Regards
Tom Wu
 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] How to delete a column in datastore ?

2009-10-27 Thread Tom Wu
Hi all,

How to delete a column in datastore ?


Best Regards
Tom Wu

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: How to delete a column in datastore ?

2009-10-27 Thread Tom Wu
Hi Adam,

I do remove the column from my model definition and update the every row in
this model. But it still exist in data viewer.


Regards
Tom Wu



2009/10/28 Adam adam.crossl...@gmail.com


 Just remove the column from your model definition. You can't actually
 delete the column, but it will no longer appear in your model objects.

 On Oct 27, 1:26 pm, Tom Wu service.g2...@gmail.com wrote:
  Hi all,
 
  How to delete a column in datastore ?
 
  Best Regards
  Tom Wu
 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] remote_api doesn't work after UnlockCaptcha

2009-10-17 Thread Tom Wu
Hi,

My remote_api script works fine until the DisplayUnlockCaptcha was show.

I do Unlock the Captch. But the remote_api still not working until now.

Is anything wrong with my app gae0098 ?


Best Regards
Tom Wu

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] X-AppEngine-Resource-Usage

2009-10-08 Thread Tom Wu
Hi All,

According to the
http://googleappengine.blogspot.com/2009/08/new-features-in-124.html.

How can I get the X-AppEngine-Resource-Usage 
X-AppEngine-Estimated-CPM-US-Dollars
head ?

But I can't find this two head via firefox livehttphead. Do I need to use
the new SDK then appcfg.py update to my app ?


Cheers
Tom Wu

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: X-AppEngine-Resource-Usage

2009-10-08 Thread Tom Wu
Hi Steve

Yes, I sign in my app frontend page with administrator email. My app is
python env.

Could GAE show this headers in normal user ? So my JS can show the system
status and decide to upload data or not.

It'll would wonderful if gae can show how many quota left for my app in http
header.


Best Regards
Tom Wu


2009/10/9 Steve Robillard steverobill...@gmail.com

  Tom,



 Are you accessing your app as an administrator?



 HTH,

 Steve


  --

 *From:* google-appengine@googlegroups.com [mailto:
 google-appeng...@googlegroups.com] *On Behalf Of *Tom Wu
 *Sent:* Thursday, October 08, 2009 1:33 PM
 *To:* google-appengine@googlegroups.com
 *Subject:* [google-appengine] X-AppEngine-Resource-Usage



 Hi All,

 According to the
 http://googleappengine.blogspot.com/2009/08/new-features-in-124.html.

 How can I get the X-AppEngine-Resource-Usage 
 X-AppEngine-Estimated-CPM-US-Dollars head ?

 But I can't find this two head via firefox livehttphead. Do I need to use
 the new SDK then appcfg.py update to my app ?


 Cheers
 Tom Wu




 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: X-AppEngine-Resource-Usage

2009-10-08 Thread Tom Wu
Thanks Steve,

Sorry about my poor english. Thanks a lot. [?]


Best Regards

Tom Wu



2009/10/9 Steve Robillard steverobill...@gmail.com

  Tom,



 As I understand it the herders are only available to admin logins. And it
 does not show how much quota is left. Especially since this is an estimate.





 Thanks,

 Steve
  --

 *From:* google-appengine@googlegroups.com [mailto:
 google-appeng...@googlegroups.com] *On Behalf Of *Tom Wu
 *Sent:* Thursday, October 08, 2009 1:50 PM
 *To:* google-appengine@googlegroups.com
 *Subject:* [google-appengine] Re: X-AppEngine-Resource-Usage



 Hi Steve

 Yes, I sign in my app frontend page with administrator email. My app is
 python env.

 Could GAE show this headers in normal user ? So my JS can show the system
 status and decide to upload data or not.

 It'll would wonderful if gae can show how many quota left for my app in
 http header.


 Best Regards
 Tom Wu

  2009/10/9 Steve Robillard steverobill...@gmail.com

 Tom,



 Are you accessing your app as an administrator?



 HTH,

 Steve


  --

 *From:* google-appengine@googlegroups.com [mailto:
 google-appeng...@googlegroups.com] *On Behalf Of *Tom Wu
 *Sent:* Thursday, October 08, 2009 1:33 PM
 *To:* google-appengine@googlegroups.com
 *Subject:* [google-appengine] X-AppEngine-Resource-Usage



 Hi All,

 According to the
 http://googleappengine.blogspot.com/2009/08/new-features-in-124.html.

 How can I get the X-AppEngine-Resource-Usage 
 X-AppEngine-Estimated-CPM-US-Dollars head ?

 But I can't find this two head via firefox livehttphead. Do I need to use
 the new SDK then appcfg.py update to my app ?


 Cheers
 Tom Wu









 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---

inline: 360.gif

[google-appengine] Re: I'm afraid my datastore is in an inconsistent state

2009-09-23 Thread Tom Wu
+1


2009/9/24 pdub pwj...@gmail.com


 Well, the problem seems to have resolved itself

 On Sep 23, 7:40 pm, pdub pwj...@gmail.com wrote:
  I suppose it would help if I posted my app id:
 
  bidtective
 
  On Sep 23, 7:35 pm, pdub pwj...@gmail.com wrote:
 
   I was running some bulk deletes that timed out and now the dataviewer
   doesn't work (I'm getting the message 'We couldn't retrieve your list
   of Kinds.')  When I try rerunning the bulk delete, the job fails
   within a few seconds with no exception logged.  Any idea what might be
   going on?
 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Google App Engine Program Policies

2009-09-11 Thread Tom Wu
Hi All,

According to the Google App Engine Program
Policieshttp://code.google.com/intl/en/appengine/program_policies.htmlProhibited
Content*k. Pages comprised primarily of advertising;*


Why ban the advertisement content in gae ?



Best Regards
Tom Wu

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Google App Engine Program Policies

2009-09-11 Thread Tom Wu
Hi Nick,

Is http://www.craigslist.org/  ok in gae ?


Best Regards
Tom Wu




2009/9/11 Barry Hunter barrybhun...@googlemail.com


 2009/9/11 Tom Wu service.g2...@gmail.com:
  Hi All,
 
  According to the
 
  Google App Engine Program Policies
 
  Prohibited Content
 
  k. Pages comprised primarily of advertising;
 
 
  Why ban the advertisement content in gae ?

 They haven't!

 But a page comprised 'primarily' of advertising - is really designed
 for the sole purpose of getting people to visit the ads. A real page
 should be interesting to the user, and maybe provide a few ads that
 might interest them.




 
 
 
  Best Regards
  Tom Wu
 
 
 
  
 

 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Google App Engine Program Policies

2009-09-11 Thread Tom Wu
Thanks Nick,

Since the GAE is difficult to implement compare to the regular SQL. But it
guide us to a wise directioon.

We understand the big-table behind the gae must be well protected.

Some site like craigslist is far away from the free quota. It'll charge on
our bill.

Now the free quota is extremely limited. It's good for billing enable
account.

Keep going GAE.  Nice architecture for developer.


Best Regards
Tom Wu



2009/9/12 Nick Johnson (Google) nick.john...@google.com

 Hi Tom,
 I'm not a lawyer; nor do I speak in any sort of binding fashion for Google
 in this respect. That said, my entirely lay-person interpretation is that
 sites like craigslist would be perfectly fine. The terms of service are
 designed to prevent abuse, and something like craigslist certainly isn't
 abusive.

 -Nick Johnson

 On Fri, Sep 11, 2009 at 5:05 PM, Tom Wu service.g2...@gmail.com wrote:

 Hi Nick,

 Is http://www.craigslist.org/  ok in gae ?


 Best Regards
 Tom Wu




 2009/9/11 Barry Hunter barrybhun...@googlemail.com


 2009/9/11 Tom Wu service.g2...@gmail.com:
  Hi All,
 
  According to the
 
  Google App Engine Program Policies
 
  Prohibited Content
 
  k. Pages comprised primarily of advertising;
 
 
  Why ban the advertisement content in gae ?

 They haven't!

 But a page comprised 'primarily' of advertising - is really designed
 for the sole purpose of getting people to visit the ads. A real page
 should be interesting to the user, and maybe provide a few ads that
 might interest them.




 
 
 
  Best Regards
  Tom Wu
 
 
 
  
 








 --
 Nick Johnson, Developer Programs Engineer, App Engine


 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Only 10 records can fetch via remote_api ?

2009-08-07 Thread Tom Wu
Sorry to bother you guys.

This is my problem. Wrong definition.

Best Regards
Tom Wu


2009/8/7 Holger w...@arcor.de


 They are fetched in packets of up to ten.

 If you want to download all entities of a kind use the following code:

 http://code.google.com/appengine/docs/python/tools/uploadingdata.html#Creating_Exporter_Classes

 If you do remote individually and need more than ten entities
 downloaded to your machine fetch several packets of them.

 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: About the latest release (1.2.4)

2009-08-07 Thread Tom Wu
*+1
*

*# Composite indexes no longer required for certain types of key queries.
# Enhancement to SearchableModel allowing multiple properties to be indexed.
*



2009/8/7 nebulabug saira...@gmail.com


 Can somebody explain more no

 # Composite indexes no longer required for certain types of key
 queries.
 # Enhancement to SearchableModel allowing multiple properties to be
 indexed.

 On Aug 7, 6:49 am, johntray john.tur...@gmail.com wrote:
  I'm with you. 1.2.4 is a big disappointment.
 
  On Aug 6, 9:38 pm, Emilien Klein emilien.kl...@gmail.com wrote:
 
   Is it just me or does it seem that this new release adds
   functionalities that don't seem to be on the list of that many people?
 
   The 3 issues that are linked to fromhttp://
 code.google.com/p/googleappengine/wiki/SdkReleaseNotes
   for release 1.2.4 were starred by respectively 2,1, and a whopping 5
   persons! Making the assumption that these are all different people,
   that means that 8 persons have directly asked for these
   improvements...
 
   I'm not criticizing the release, just questioning the priorities...
   It's nice to somewhat improve the queries and the Remote API, but
   aren't there other features that seem to be much more urgent? What
   happened to the important points of the Roadmap to be done around June
   2009, if I remember well?
 http://code.google.com/intl/fr/appengine/docs/roadmap.html
   Quite a lot of the things on this page seem to be much more urgent
   than what's just been released...
 
   Or maybe am I just asking too much???

 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Indexes stuck in building status

2009-08-06 Thread Tom Wu
My apps id are blitzg2100, cccwikig2100, djangog2100, g2100.


Best Regards
Tom Wu

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Only 10 records can fetch via remote_api ?

2009-08-06 Thread Tom Wu
Only 10 records can fetch via remote_api ?

11+ record got error !


Regards
Tom Wu

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: update_indexes error

2009-08-04 Thread Tom Wu
Hi Jeff,

My apps id are djangog2100,cccwikig2100,blitzg2100,g2100.
Please reset the index. Thanks a lot.


Best Regards
Tom Wu




2009/8/4 Jeff S (Google) j...@google.com

 It looks like this app was over quota for datastore indices so I reset it.
 You should be all set, please let me know if you are still seeing quota
 errors.
 Happy coding,

 Jeff

 On Sat, Aug 1, 2009 at 10:10 AM, chemuto chem...@gmail.com wrote:


 Hi,

 I cannot update my indexes. Getting Server Error 500. Haven't
 reached yet 100.

 App id: testingryv

 Thanks,



 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: 502 Bad Gateway

2009-07-22 Thread Tom Wu
Hi,

For me is hard to appcfg.py update my app to gae.

HTTPError: HTTP Error 500: Internal Server Error

Regards
Tom Wu



2009/7/22 Takashi Matsuo matsuo.taka...@gmail.com


 Its back to normal now. As far as I concerned, not quite a few people
 in Japan experienced the same issue. The root cause of this issue
 might be an excessive network traffic because of a solar eclipse in
 Japan.

 Just my 2 Yen.

 The App Engine status page still gives me 502 server error.

 --
 Takashi Matsuo

 On Wed, Jul 22, 2009 at 10:27 AM, Takashi
 Matsuomatsuo.taka...@gmail.com wrote:
  Hi list,
 
  Out of the blue, all my apps and admin console started to throw 502 Bad
 Gateway.
  Is there anyone experiences the same issue?
 
  --
  Takashi Matsuo
 

 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: copying datastore from production application to staging application

2009-07-12 Thread Tom Wu
gaebar, approcket

2009/7/12 Jonathan jricket...@gmail.com


 I have created a feature request to be able to copy the datastore from
 one application to another application. This would be used for testing
 migration from the current production version to a new version of the
 data schema.

 Whilst testing of this migration is possible without using real data,
 it is just never going to be able to catch all the strange situations
 that actually occur in production data.

 downloading the data and then reuploading it isn't really appropriate
 either: the downloading and uploading process is guaranteed to modify
 the data: so the migration isn't really going to run against a copy of
 production data.

 the feature request is here:
 http://code.google.com/p/googleappengine/issues/detail?id=1857
 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] http://code.google.com/status/appengine Error: Server Error

2009-07-02 Thread Tom Wu
http://code.google.com/status/appengine   Error: Server Error

And I can appcfg.py update my app.



Best Regards
Tom Wu

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: http://code.google.com/status/appengine Error: Server Error

2009-07-02 Thread Tom Wu
2009/7/2 Tom Wu service.g2...@gmail.com

 http://code.google.com/status/appengine   Error: Server Error

 And I *can't*  appcfg.py update my app.



 Best Regards
 Tom Wu


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: http://code.google.com/status/appengine Error: Server Error

2009-07-02 Thread Tom Wu
Haha, Maybe we should call the police. Or just let the google know you are
murderer. Ha! ha!


2009/7/3 Vince Stross vstr...@gmail.com


 I broke it... I just know it!

 I tried to vacuum an index that was in a Building state and now it's
 been in an Error state for nearly 24 hours.

 I did it everyone... I killed the App Engine. :)

 *bold* Err-hemm... I think it's related to the Datastore Index Robot,
 start looking there) *bold*

 On Jul 2, 12:53 pm, Tom Wu service.g2...@gmail.com wrote:
  2009/7/2 Tom Wu service.g2...@gmail.com
 
  http://code.google.com/status/appengine  Error: Server Error
 
   And I *can't*  appcfg.py update my app.
 
   Best Regards
   Tom Wu
 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Too Many Versions (403)

2009-06-26 Thread Tom Wu
appcfg.py rollback


2009/6/26 dannyr danny...@gmail.com



 I'm getting the following error. I only have 1 version of the app.
 According to Quota Details, my Deployments are only 28 of 250 (11%).
 My application name is 'launchset'.

 Deploying new version.
 2009-06-25 23:50:52,071 ERROR appcfg.py:1241 An unexpected error
 occurred. Abort
 ing.
 Traceback (most recent call last):
  File C:\Program Files\Google\google_appengine\google\appengine\tools
 \appcfg.p
 y, line 1234, in DoUpload
self.Commit()
  File C:\Program Files\Google\google_appengine\google\appengine\tools
 \appcfg.p
 y, line 1106, in Commit
self.Deploy()
  File C:\Program Files\Google\google_appengine\google\appengine\tools
 \appcfg.p
 y, line 1134, in Deploy
version=self.version)
  File C:\Program Files\Google\google_appengine\google\appengine\tools
 \appengin
 e_rpc.py, line 344, in Send
f = self.opener.open(req)
  File C:\Python25\lib\urllib2.py, line 387, in open
response = meth(req, response)
  File C:\Python25\lib\urllib2.py, line 498, in http_response
'http', request, response, code, msg, hdrs)
  File C:\Python25\lib\urllib2.py, line 425, in error
return self._call_chain(*args)
  File C:\Python25\lib\urllib2.py, line 360, in _call_chain
result = func(*args)
  File C:\Python25\lib\urllib2.py, line 506, in http_error_default
raise HTTPError(req.get_full_url(), code, msg, hdrs, fp)
 HTTPError: HTTP Error 403: Forbidden
 Rolling back the update.
 Error 403: --- begin server output ---

 Too Many Versions (403)
 The application already has the maximum number of versions.
 --- end server output ---
 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Gae is down ?

2009-06-26 Thread Tom Wu
 Server Error

A server error has occurred.

Return to Applications screen » http://appengine.google.com/

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: ReferenceProperty with key_name ?

2009-06-08 Thread Tom Wu
Hi Ian,

You can backup the real parent model and child model with ReferenceProperty
to local development server or another gae app.
And restore to original app, then you will find out the ReferenceProperty(
db.key) will be a problem.


Best Regards
Tom Wu



2009/6/8 Ian Lewis ianmle...@gmail.com

 Is there a particular reason you need to do something like this?
 ReferenceProperty should work whether you use an integer or key_name as the
 key to your entities.

 On Mon, Jun 8, 2009 at 9:09 AM, Tom Wu service.g2...@gmail.com wrote:

 Thanks Chris.

 This is what I need. You the Man.

 Have this run in GAE instead of local development server ?


 Best Regards
 Tom Wu


 2009/6/8 Chris Tan csy...@gmail.com


 I wrote some custom properties awhile back which may help:

 http://gist.github.com/109193

 They are untested, so proceed with caution.

 On Jun 7, 12:29 am, Tom Wu service.g2...@gmail.com wrote:
  Hi All,
 
  Since the db.key is auto generate by system. We can't assign the value
 of
  db.key.
 
  If ReferenceProperty can reference with key_name, it will make easier
 for us
  to backup and restore the Reference model.
 
  Just a idea for me, Any suggestion will be appreciated.
 
  Best Regards
  Tom Wu







 --
 ===
 株式会社ビープラウド  イアン・ルイス
 〒150-0012
 東京都渋谷区広尾1-11-2アイオス広尾ビル604
 email: ianmle...@beproud.jp
 TEL:03-5795-2707
 FAX:03-5795-2708
 http://www.beproud.jp/
 ===


 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: ReferenceProperty with key_name ?

2009-06-08 Thread Tom Wu
This is nothing with integer.



2009/6/8 Ian Lewis ianmle...@gmail.com

 Yes, but using key names avoids the problem of not being able to set the
 key that is inherent with integer keys right?

 2009/6/8 Tom Wu service.g2...@gmail.com

 Hi Ian,

 You can backup the real parent model and child model with
 ReferenceProperty to local development server or another gae app.
 And restore to original app, then you will find out the ReferenceProperty(
 db.key) will be a problem.


 Best Regards
 Tom Wu



 2009/6/8 Ian Lewis ianmle...@gmail.com

  Is there a particular reason you need to do something like this?
 ReferenceProperty should work whether you use an integer or key_name as the
 key to your entities.

 On Mon, Jun 8, 2009 at 9:09 AM, Tom Wu service.g2...@gmail.com wrote:

 Thanks Chris.

 This is what I need. You the Man.

 Have this run in GAE instead of local development server ?


 Best Regards
 Tom Wu


 2009/6/8 Chris Tan csy...@gmail.com


 I wrote some custom properties awhile back which may help:

 http://gist.github.com/109193

 They are untested, so proceed with caution.

 On Jun 7, 12:29 am, Tom Wu service.g2...@gmail.com wrote:
  Hi All,
 
  Since the db.key is auto generate by system. We can't assign the
 value of
  db.key.
 
  If ReferenceProperty can reference with key_name, it will make easier
 for us
  to backup and restore the Reference model.
 
  Just a idea for me, Any suggestion will be appreciated.
 
  Best Regards
  Tom Wu







 --
 ===
 株式会社ビープラウド  イアン・ルイス
 〒150-0012
 東京都渋谷区広尾1-11-2アイオス広尾ビル604
 email: ianmle...@beproud.jp
 TEL:03-5795-2707
 FAX:03-5795-2708
 http://www.beproud.jp/
 ===









 --
 ===
 株式会社ビープラウド  イアン・ルイス
 〒150-0012
 東京都渋谷区広尾1-11-2アイオス広尾ビル604
 email: ianmle...@beproud.jp
 TEL:03-5795-2707
 FAX:03-5795-2708
 http://www.beproud.jp/
 ===

 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] ReferenceProperty with key_name ?

2009-06-07 Thread Tom Wu
Hi All,

Since the db.key is auto generate by system. We can't assign the value of
db.key.

If ReferenceProperty can reference with key_name, it will make easier for us
to backup and restore the Reference model.


Just a idea for me, Any suggestion will be appreciated.


Best Regards
Tom Wu

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: ReferenceProperty with key_name ?

2009-06-07 Thread Tom Wu
Thanks Chris.

This is what I need. You the Man.

Have this run in GAE instead of local development server ?


Best Regards
Tom Wu


2009/6/8 Chris Tan csy...@gmail.com


 I wrote some custom properties awhile back which may help:

 http://gist.github.com/109193

 They are untested, so proceed with caution.

 On Jun 7, 12:29 am, Tom Wu service.g2...@gmail.com wrote:
  Hi All,
 
  Since the db.key is auto generate by system. We can't assign the value of
  db.key.
 
  If ReferenceProperty can reference with key_name, it will make easier for
 us
  to backup and restore the Reference model.
 
  Just a idea for me, Any suggestion will be appreciated.
 
  Best Regards
  Tom Wu
 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Your application is exceeding a quota: Datastore Indices Count

2009-06-03 Thread Tom Wu
Hi Jeff,

The index building stuck.
I can't use the vacuum_indexes to delete index.


My app id is gae0099.


Best Regards
Tom Wu

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Add active/deactive option in CRON job settings

2009-05-29 Thread Tom Wu
add  #  to deactive


2009/5/29 风笑雪 kea...@gmail.com

 Modify your cron job's handler, add a variable to identify whether need run
 this job.
 You can store it in memcache and datastore, so that it can be edited in
 console.

 2009/5/29 秦锋 feng.w@gmail.com


 For me, cron is a good mechanism to maintain the data on schedule, but
 for application requirement, sometimes I want to disable/enable some
 jobs under specific situation. Now the only choice is to maintain a
 large txt file with all jobs and copy part of them into cron.yaml and
 then upload.
 Is it possible to add an option active/deactive so that I don't change
 cron.yaml quite a lot all the time?



 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Warning Your application is exceeding a quota.

2009-05-26 Thread Tom Wu
Me too.

My app id are blitzg2100, cccwikig2100, djangog2100, g2100.

Regards
Tom Wu


2009/5/26 condor takayuki.a...@gmail.com


 My application is dmapp001, ucfdev, ucfdev2, ucfdev3 and
 ucfdev5.
 Please clear the warning Your application is exceeding a quota:
 Datastore Indices .

 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: How many indexes can I create in a application?

2009-05-22 Thread Tom Wu
Yes. me too.


Best Regards
Tom Wu


2009/5/22 condor takayuki.a...@gmail.com



 Hi, Mr johnson.
 Thankyou for your answer.

 It's the reason I need more than 100 indexes
 that my application has many pattern of searching the datas in
 bigtable.

 so I want to use more than 100 indexes if possible.

 - condor.
 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Need more index quota

2009-05-21 Thread Tom Wu
Hi,

Currently the index quota is 100.

Could app engine give me more index quota ?



Best Regards
Tom Wu

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Your application is exceeding a quota: Datastore Indices Count

2009-05-20 Thread Tom Wu

Hi Jeff,

It happen again. It seems the index quota is too small. Could google
increase the index quota a little more ?

My apps are g2100,blitzg2100,cccwikig2100,djangog2100.

Thanks in advance.


Best Regards
Tom Wu



On 5月20日, 上午7時45分, Jeff S (Google) j...@google.com wrote:
 Hi Tom,

 You should be all set, also djangog2100 has a couple of stuck indicies
 which I've moved to the error state.

 Thank you,

 Jeff

 On May 19, 6:09 am, Tom Wu service.g2...@gmail.com wrote:

   HI,

  Please reset my app blitzg2100 and djangog2100.

  Best Regards
  Tom Wu


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Your application is exceeding a quota: Datastore Indices Count

2009-05-19 Thread Tom Wu
 HI,

Please reset my app blitzg2100 and djangog2100.



Best Regards
Tom Wu

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Your application is exceeding a quota: Datastore Indices Count

2009-05-19 Thread Tom Wu
Hi Jeff,

Thanks a lot.


Best Regards
Tom Wu


2009/5/20 Jeff S (Google) j...@google.com


 Hi Tom,

 You should be all set, also djangog2100 has a couple of stuck indicies
 which I've moved to the error state.

 Thank you,

 Jeff

 On May 19, 6:09 am, Tom Wu service.g2...@gmail.com wrote:
   HI,
 
  Please reset my app blitzg2100 and djangog2100.
 
  Best Regards
  Tom Wu
 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: index.yaml and mutiple filters

2009-05-17 Thread Tom Wu
Hi 风笑雪,

 if request.param_a2 != None:   q.filter('a2 =', request.param_a2)

This will cacuse a problem with index.yaml. It need to add a new index
definition in index.yaml.

I am trying use only one index definition with this model.



Best Regards
Tom Wu



2009/5/17 风笑雪 kea...@gmail.com

 Are you talk about this:

 if request.param_a2 != None:  q.filter('a2 =', request.param_a2)

 2009/5/16 Tom Wu service.g2...@gmail.com

 Hi All,


 - kind: model
   properties:
   - name: a1
   - name: a2
   - name: a3
   - name: a4
   - name: c1
   - name: c2
   - name: c3
   - name: c4
   - name: c5
 direction: desc

 class model(db.Model):
   c1 = db.StringProperty()
   c2 = db.StringProperty()
   c3 = db.StringProperty()
   c4 = db.StringProperty()
   c5 = db.StringProperty()
   a1 = db.StringProperty()
   a2 = db.StringProperty()
   a3 = db.StringProperty()
   a4 = db.StringProperty()

 def some(request):
   q = model.all()
   q.filter('a1 =', request.param_a1)
   q.filter('a2 =', request.param_a2)
   q.filter('a3 =', request.param_a3)
   q.filter('a4 =', request.param_a4)
   q.filter('c1 =', request.param_c1)
   q.filter('c2 =', request.param_c2)
   q.filter('c3 =', request.param_c3)
   q.filter('c4 =', request.param_c4)
   q.filter('c5 =', request.param_c5)
   entities = q.fetch(10)


 This is ok for all request params. But sometimes the request.param_a2 is
 not supply by request.
 Do I need to add a new index in inexe.yaml ?

 I want to use one index rule for this model. Is any way like q.filter('a2
 =', r'.*')  for disable this filter without add a new index?

 Thanks in advance for any suggestion.


 Best Regards
 Tom Wu




 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] index.yaml and mutiple filters

2009-05-16 Thread Tom Wu
Hi All,


- kind: model
  properties:
  - name: a1
  - name: a2
  - name: a3
  - name: a4
  - name: c1
  - name: c2
  - name: c3
  - name: c4
  - name: c5
direction: desc

class model(db.Model):
  c1 = db.StringProperty()
  c2 = db.StringProperty()
  c3 = db.StringProperty()
  c4 = db.StringProperty()
  c5 = db.StringProperty()
  a1 = db.StringProperty()
  a2 = db.StringProperty()
  a3 = db.StringProperty()
  a4 = db.StringProperty()

def some(request):
  q = model.all()
  q.filter('a1 =', request.param_a1)
  q.filter('a2 =', request.param_a2)
  q.filter('a3 =', request.param_a3)
  q.filter('a4 =', request.param_a4)
  q.filter('c1 =', request.param_c1)
  q.filter('c2 =', request.param_c2)
  q.filter('c3 =', request.param_c3)
  q.filter('c4 =', request.param_c4)
  q.filter('c5 =', request.param_c5)
  entities = q.fetch(10)


This is ok for all request params. But sometimes the request.param_a2 is
not supply by request.
Do I need to add a new index in inexe.yaml ?

I want to use one index rule for this model. Is any way like q.filter('a2
=', r'.*')  for disable this filter without add a new index?

Thanks in advance for any suggestion.


Best Regards
Tom Wu

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: different urlfetch behaviour on development and production servers: URLs with the characters: ( or )

2009-05-04 Thread Tom Wu
string.encode(utf-8)

2009/5/4 Ivan Maslov vanya@gmail.com

 I have similar problem. On development server function urlencode works
 correctly with unicode string. In production error occurs:
 UnicodeEncodeError: 'ascii' codec can't encode character u'\xe2' in position
 2: ordinal not in range(128). It occurs when i pass russian strings as
 parameter.

 2009/5/4 Matt Trinneer matt.trinn...@gmail.com


 To further that post...

 It seems to me that URLs containing characters such as ( and ) are not
 being fetched properly on the production environment.  I've attempted
 escaping the characters, as per RFC 3986.  However the escaped url
 (http://dbpedia.org/resource/Companion_%28manga%29)  doesn't fair any
 better.





 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Completely clearing the datastore

2009-04-28 Thread Tom Wu
AJAX

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Datastore is getting better

2009-04-23 Thread Tom Wu
The performance of datastore is getting better today.

Thanks Google!


Best Regards
Tom Wu

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] How to use lucene in app engine ?

2009-04-22 Thread Tom Wu
Hi All,

How to use lucene in app engine ?
Is any document ?


Best Regards
Tom Wu

--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



[google-appengine] Re: Are you a human ?

2009-04-20 Thread Tom Wu
Hi Dan,

200,000+ records (100 records each) via remote_api.

Login is successful.


Best Regards
Tom Wu







2009/4/21 Dan Sanderson dansander...@google.com

 Hi Tom -
 Can you explain what you mean by a large database put?  Are you using the
 bulk uploader tool?  The error message you quoted is printed by appcfg when
 it gets a certain error from the Google Accounts system.  This error can be
 caused by several things, including multiple unsuccessful login attempts for
 the affected account.

 For what it's worth, there is no relationship between datastore activity
 and Google Accounts verification via Captcha.  Also, the Google Accounts
 Captcha has both visual and audible options.

 -- Dan

 On Sat, Apr 18, 2009 at 2:34 AM, Tom Wu service.g2...@gmail.com wrote:


 Hi All,

 During my large database put into datastore, it shows
  Please go to
https://www.google.com/accounts/DisplayUnlockCaptcha\n;
and verify you are a human. Then try again.)

 Yeah, I am a human.  ha ha ha!  Are you human ?


 The captcha will stop my application until I unlock the captcha.

 Is anyway to get my app continue without crack the captcha ?


 Best Regards
 Tom Wu





 


--~--~-~--~~~---~--~~
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+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en
-~--~~~~--~~--~--~---



  1   2   >