tracker issue : CF-3146124

select a category, or use search below
(searches all categories and all time range)
Title:

applicationGetMetadata() include ApplicationStartTime

| View in Tracker

Status/Resolution/Reason: Closed/Deferred/NotEnoughTime

Reporter/Name(from Bugbase): Aaron Neff / Aaron Neff (Aaron Neff)

Created: 03/23/2012

Components: Language

Versions: 10.0

Failure Type: Enhancement Request

Found In Build/Fixed In Build: Public Beta /

Priority/Frequency: Trivial / Unknown

Locale/System: English / Platforms All

Vote Count: 0

Can getApplicationMetadata() include an ApplicationStartTime key in its result struct?  This would be the timestamp when onApplicationStart was called.

----------------------------- Additional Watson Details -----------------------------

Watson Bug ID:	3146124

External Customer Info:
External Company:  
External Customer Name: itisdesign
External Customer Email:

Attachments:

Comments:

Related thread: http://prerelease.adobe.com/r/?b17090c0e13443f4842e4385c0da85bf
Comment by External U.
20012 | March 23, 2012 02:15:59 AM GMT
Suggestions for the future (includes suggestions by Michael Dawson): applicationGetMetadata() could return: - ApplicationStartTime - SessionsStartedCount (number of sessions started after the application started) - SessionsActiveCount (number of these sessions which are currently active) sessionGetMetadata() could return: - SessionStartTime (timestamp of onSessionStart() call) - RequestsStartedCount (number of requests started during this session since it began) - RequestsActiveCount (number of these requests which are currently processing) getRequestMetadata() could return: - RequestStartTime (timestamp of onRequestStart() call) - ThreadsStartedCount (number of threads started by this request since it began) - ThreadsActiveCount (number of these threads which are currently processing
Comment by External U.
20013 | March 23, 2012 02:23:13 AM GMT
Just realized applicationGetMetadata had been renamed to getApplicationMetadata. It should be renamed back to applicationGetMetadata. #CF-3004215 was only to change "D" to "d". I've updated #CF-3004215 w/ notes. Also just realized a sessionStartTime() was added. This should be renamed to sessionGetMetadata() and include a SessionStartTime key in its result struct.
Comment by External U.
20014 | March 24, 2012 11:12:02 PM GMT
Too late to consider it in this release. Deferring it
Comment by Rupesh K.
20015 | March 26, 2012 04:54:42 AM GMT
Hopefully the suggestions in my '12:53:13 AM GMT+00:00 Mar 23, 2012 ' comment can be considered for CF12. And, of course, getApplicationMetadata() still needs renamed to applicationGetMetadata() b/c it contrasts w/ applicationStop(), sessionGetMetadata(), sessionRotate(), etc. Thanks!, -Aaron
Comment by External U.
20016 | September 12, 2015 03:38:15 AM GMT