My web app is based in php/mysql and also servers up a lot of .lzx (flash) files. These run about 1MB.
It's trival to convert the php to jsp and the mysql to datastore. My concern is around outgoing bandwidth quota/billing and the flash files. I put out new lzx files a lot (I append the version number to the file name so the new versions never get cached.) When I release new content it's not unlikely to have 3000 downloads that day of new lzx files. I assume this would count against quota and billing. That's 30GB just in static files + all my normal ajax and php (web) pages. Am I missing something here? It seems apps serving flash will get hit with a billing spike when new versions are released? (I currently have unlimited bandwidth but problems with availability and my users are really starting to complain.) 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 [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.
