hey,

recently, i search ideas for deploying my image processing application in an
online-website way.which means, users do need download my image processing
software, just visiting a website, then may submit their own input image and
get the resulted one from webserver,

i konw GAE python script could handle most things, like allow user to submit
images and more, but what am i worry about is the server's CPU usage and
images storing, not like just send back a text message stored in GAE
datastore, but do some advanced and cpu-costing image processing on the
user-submited images(fox exmaple, performance face detecting on an image).

so, my question is: is that possible to make a such website with GAE? any
frameworks available? or even some exmaples would be better.

thanks all.

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to