Yes, as I stated in the original email and the email correcting you when you said impressions, I am talking about HTTP hits. I'm not aware of 'non-Raw HTTP' and how hits using it can measured (or should that be 'Baked-HTTP' Hit or 'Pan-Fried-HTTP' Hit? :)). We use AWStats for data generation and so I've used the term hit in-line with it's usage in AWStats (see http://awstats.sourceforge.net/docs/awstats_glossary.html), which seems to be the most common usage I've come across.
Checking version information in AndAppStore is a single HTTP Get request to a single URL which generates an XML file that has no associated resources and thus is counted as one hit which is processed by the Struts 2.1 framework. Requests for human readable web pages made either via a browser or from the AndAppStore client also generate at least one hit which is handed by the Struts 2.1 framework, so unless a server error is generated (i.e. the 500 series of errors in rfc2616), I can give a good idea of how many hits the Struts 2.1 framework has processed, and hence why I included a rough percentage of total hits for the Struts guys so they can see the percentage of total queries which their framework is handling. As the static resources (such as images, style sheets, etc.) have caching headers set on them and a reasonable percentage of hits come from behind the T-Mobile proxies (which appear to do appropriate caching of the static resources), it's not unexpected to see the percentage of hits requiring processing via the framework this high. This is by design because there is no point in having clients re-request static images just to see how many times the download button has been shown. As I've said before, the post was intended to go to struts-dev and was posted here by mistake, hence why the figures are of more interest to the guys developing the frameworks involved than to those here (You can see the repost at http://mail-archives.apache.org/mod_mbox/struts-dev/200811.mbox/browser). Al. plusminus wrote: > So you mean 'Raw HTTP'-hits ? > > On 21 Nov., 15:31, Incognito <[EMAIL PROTECTED]> wrote: > >> Checked the download count, not bad. Specially since andappstore is >> not a dedicated link in the Android phone. I expect that as the market >> grows it will only get better. >> >> On Nov 21, 3:26 pm, Al Sutton <[EMAIL PROTECTED]> wrote: >> >> >>> It's difficult to measure unique visits because there's no way of >>> telling if one phone gets routed through the same proxy for the entirety >>> of it's interaction, and, because there are a limited number of proxies, >>> it's difficult to distinguish between phones which come via the same proxy. >>> >>> If you're looking for meaningful acitivty stats the only thing I can >>> offer is the download counts in the chart at >>> http://andappstore.com/AndroidPhoneApplications/chart/ >>> >>> Al. >>> >>> Incognito wrote: >>> >>>> How would the 250,000 impressions translate to unique visits per day? >>>> Would be a better measurement of traffic I think. >>>> >>>> On Nov 21, 2:40 pm, Incognito <[EMAIL PROTECTED]> wrote: >>>> >>>>> Hmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmmm!!!!!!!!!!!!! >>>>> >>>>> Is that even possible??? Are you really seeing that many impressions >>>>> in andappstore.com in a single day????????? >>>>> >>>>> Would be really good news if so. Can you please verify? >>>>> >>>>> On Nov 21, 2:22 pm, plusminus <[EMAIL PROTECTED]> wrote: >>>>> >>>>>> 250.000 impressions per day on andappstore.com o_O ? >>>>>> >>>>>> On Nov 21, 4:49 am, Al Sutton <[EMAIL PROTECTED]> wrote: >>>>>> >>>>>>> Sorry guys, this should have gone to struts-dev...... damn that >>>>>>> auto-completion!!! >>>>>>> >>>>>>> Al. >>>>>>> >>>>>>> -- >>>>>>> ====== >>>>>>> Funky Android Limited is registered in England & Wales with the >>>>>>> company number 6741909. The registered head office is Kemp House, >>>>>>> 152-160 City Road, London, EC1V 2NX, UK. >>>>>>> >>>>>>> The views expressed in this email are those of the author and not >>>>>>> necessarily those of Funky Android Limited, it's associates, or it's >>>>>>> subsidiaries. >>>>>>> >>>>>>> [ Attached Message ]From:Al Sutton <[EMAIL PROTECTED]>To:[EMAIL >>>>>>> PROTECTED]:Fri, 21 Nov 2008 09:47:52 +0000Local:Fri, Nov 21 2008 4:47 >>>>>>> amSubject:A bit of a moral boost....I thought I'd post this as I know >>>>>>> it's always nice to see your work is >>>>>>> doing well; >>>>>>> >>>>>>> AndAppStore.com is uses Struts 2.1.2 core, codebehind, rest, and >>>>>>> sitemesh plugins (as well as the SSL one from googlecode), we're >>>>>>> regularly seeing 250,000+ hits a day (yes, quarter of a million) on a >>>>>>> single server without any problems (except the odd dumb mistake I make >>>>>>> in my code), and 95+% of those requests are REST URLs served via the >>>>>>> S2.1 framework. >>>>>>> >>>>>>> A typical server is an Athon64 3500+ based machine with 1GB of RAM, >>>>>>> 160GB of RAID 1 disk storage, and running OpenSuSE 10.3 (x86-64), Java >>>>>>> 1.6.0_07, Tomcat 6.0.18, and have a local PostgreSQL instance to improve >>>>>>> database access speed. >>>>>>> >>>>>>> So all in all I'd say that the core of S2.1 is ready for the prime time >>>>>>> and is in a stable, usable state. >>>>>>> >>>>>>> Have a nice weekend, >>>>>>> >>>>>>> Al. >>>>>>> >>>>>>> -- >>>>>>> ====== >>>>>>> Funky Android Limited is registered in England & Wales with the >>>>>>> company number 6741909. The registered head office is Kemp House, >>>>>>> 152-160 City Road, London, EC1V 2NX, UK. >>>>>>> >>>>>>> The views expressed in this email are those of the author and not >>>>>>> necessarily those of Funky Android Limited, it's associates, or it's >>>>>>> subsidiaries.- Hide quoted text - >>>>>>> >>>>>> - Show quoted text -- Hide quoted text - >>>>>> >>>>> - Show quoted text -- Hide quoted text - >>>>> >>> - Show quoted text - >>> >> > > > -- ====== Funky Android Limited is registered in England & Wales with the company number 6741909. The registered head office is Kemp House, 152-160 City Road, London, EC1V 2NX, UK. The views expressed in this email are those of the author and not necessarily those of Funky Android Limited, it's associates, or it's subsidiaries. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Discuss" 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/android-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
