My google appengine app gets around 7k uniques per day. My app uses a lot of CPU time and at the current traffic I'm spending around $2.5 per day. It all depends on how you use, the kind of operations you would do.
You can say its a combination of the number of users and the resource each user would end up using. I'm totally loving the app engine and save for a few 500 errors that pop up, everything else seems to be just fine. -Nischal On Jun 24, 6:47 pm, Michael <[email protected]> wrote: > Polling is 10% of all CPU time, according to dashboard. > Around 20% of CPU time takes getting profiles (even though i use > memcache). > > Beaconpush looks nice, i will look into it. > > On Jun 24, 3:37 pm, "Nick Johnson (Google)" <[email protected]> > wrote: > > > > > Hi Michael, > > > It sounds like polling is costing you a lot. The upcoming push API should > > help with that a lot; in the meantime, have you considered a service such as > > Beacon (http://beaconpush.com/)? > > > -Nick > > > On Thu, Jun 24, 2010 at 12:36 PM, Michael <[email protected]> wrote: > > > I have around 60-70 req/sec at peak times, 50000 unique users/day. > > > I have a lot of hits because users are polling for new messages (it's > > > a dating app for social network). Costs me $9/day. > > > > I'm not happy with price, i think i'll be able to cut it at least > > > 2-4 times, when running on the rented dedicated server. > > > > I would be more then happy if Google cut price to $0.05/CPU-hour > > > or make database calls less expensive (i like the bill without > > > datastore CPU :) > > > > BTW, is it possible to see in admin console historical daily hits? > > > > On Jun 24, 7:25 am, Greg <[email protected]> wrote: > > > > So from my perspective, the figures bandied about in the thread above > > > > above seem crazy. Anyone else with production apps like to comment? > > > > -- > > > 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]<google-appengine%2Bunsubscrib > > > [email protected]> > > > . > > > For more options, visit this group at > > >http://groups.google.com/group/google-appengine?hl=en. > > > -- > > Nick Johnson, Developer Programs Engineer, App Engine Google Ireland Ltd. :: > > Registered in Dublin, Ireland, Registration Number: 368047 > > Google Ireland Ltd. :: Registered in Dublin, Ireland, Registration Number: > > 368047 -- 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.
