Hi folks, i am learning app engine, and all goes good. this is my
first post here, so i feel quite shy..
here seems a suitable place to ask these questions.. here i go.......

-> i am building an app on app engine, i noticed flash files dont
cache, so in every request i see an extra 30k flash file on each
request.
i read some posts on this forum that some friends asking flash files
for not to cache by default..i think gae team accepted their request,
so is there a way to cache flash files again?

-> that high-performance img server is great! for a few days i am
making experiments with the api, well a usual 150pixel img file
normally should be less than 2-3k, for that sizes image api turns
something like 5-6k.. i am aware there is a trade off between serving
speedy and compression ratio.. well i am not that obsessive but it
matters when you request 40+ images on a page.. i wonder is there a
parameter on high-performance image serving url, to reduce quality
like other parameters size,crop..?

-> for a few days i am trying to achieve website thumbnail generation
on app engine, i couldnt find a way to do this. i know there are
zillion of websites out there to do this, but it would be so nice to
do this with app engine, i think google already have a service like
that to use for its own services.. from google chrome's similar pages
add-on i can see thumbnails :o)
maybe you can connect this service with a method
like .createthumbnailfromwebsite(String websiteurl) to images api?
or something better than this would be a virtual chrome browser api(?)

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine for Java" group.
To post to this group, send email to google-appengine-java@googlegroups.com.
To unsubscribe from this group, send email to 
google-appengine-java+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-appengine-java?hl=en.

Reply via email to