[google-appengine] Re: Video streaming - possible, or not?

2010-10-20 Thread aah
Hi Mark,

Maybe AppEngine could be combined with something like
http://www.bitsontherun.com/system-apis

-aah

On Oct 19, 4:10 am, Mark mar...@gmail.com wrote:
 Hi,

 I'm looking to upload a video file into the blobstore, then stream it
 to a flash player. I'm not sure if this is possible or not because I
 see conflicting messages here about support for it.

 I know there's a 30 second http connection limit. I'm not sure if that
 counts towards streaming a file.

 I would host the videos on youtube, but the video content for this app
 is supposed to be 'protected', meaning I don't want to let people view
 the video unless authenticated. Using the youtube api would be an easy
 win otherwise.

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



[google-appengine] Re: New App - SkateNav

2010-05-07 Thread aah
Very nice, I like it!

On May 6, 7:42 pm, brandoneggar brandoneg...@gmail.com wrote:
 Just wanted to share with everyone that my new app is up and running
 athttp://skatenav.com.  It's been a fun ride getting it to this
 point.  Hope you all like.

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



[google-appengine] Re: Collecting Statistics on Users like Google Analytics

2009-12-21 Thread aah
Do you really need all detailed data?

Consider to store aggregated data by means of sharded or non-sharded
counters instead:

  http://code.google.com/intl/es/appengine/articles/sharding_counters.html
  
http://blog.appenginefan.com/2009/10/non-sharded-counters-part-2-using-task.html

-aah

On 18 dic, 19:25, killer barney ajcha...@gmail.com wrote:
 So here's a problem that I'm having a lot of trouble with.

 I want to keep track of the statistical breakdown of my users who
 insert an entity in a certain table of mine.  (Kind of like google
 analytics, when a user visits a webpage, how many are using browsers
 X, how many stay for how long, etc)  How should I go about this? On
 every insert, should I list out all of the user's data into the entity
 and then have a cron job that goes and collects and calculates all the
 data so that it can store it in a culmultive property? It doesn't seem
 like a very scalable idea.  What if I keep adding more stats, that
 table just gets bigger and bigger.

 In a relational database, it seems pretty easy.  Just join and the
 count.  Anyone have any ideas on the datastore?

--

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] Re: why java

2009-01-01 Thread aah

http://www.tiobe.com/index.php/content/paperinfo/tpci/index.html ???

On Dec 31 2008, 8:45 pm, Xavier Mathews xavieruni...@gmail.com
wrote:
 Well not many people developers etc use that form of java anymore kinda like 
 c++


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