On Oct 2, 2:59 am, Bill <[EMAIL PROTECTED]> wrote: > Feris, Wordle.net is Jonathan's site so I don't have any info other > than looking at the web pages. It looks the image thumbnails are > image blobs stored in datastore and the java applet displays graphics > on individual gallery pages.
Correct. Thumbnails are little (~15K) blobs, and the saved Wordle state is about 3K, which is then rendered by the applet. > So he'd have at least one intensive > request when doing the thumbnail processing and image put. No, the applet generates the thumbnail and POSTs it as an opaque binary blob. There's no processing to speak of on the server side. > There's no tagging or join models from what I can see, so his gallery page GET > should be reasonably fast. Yes. I get on the order of 100 bogus high CPU warnings per day in my error log. They tend to come in clusters of 4 or 5 within a few seconds, so it's clearly some issue on Google's end (these are simple datastore GETs by key, and they timeout after 10,000 megacycles or so). They've never been a threat to my quota, so I don't worry about 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 [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/google-appengine?hl=en -~----------~----~----~----~------~----~------~--~---
