You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2006/02/11 21:20:51 UTC

DO NOT REPLY [Bug 38619] New: - tm_msec for APR 2.0 release?

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38619>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38619

           Summary: tm_msec for APR 2.0 release?
           Product: APR
           Version: HEAD
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P4
         Component: APR
        AssignedTo: bugs@httpd.apache.org
        ReportedBy: wrowe@apache.org


Looking at bug 32520, it occurs to me that exploding times using the
apr_time_exp_* functions; it would make more sense to split ->tm_usec into

  ->tm_msec thousandths (milleseconds)
  ->tm_usec millionths  (microseconds)

for most display purposes.  It's trivial to roll them together with the
format string %03d%03d if that's what's desired, or display simply
%02d.%03d if millisecond resolution is desired.  It would also shrink
the fields to int's so unpacking would be slightly slower, using them
would be slightly faster, for what's likely to be little impact on
performance.

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org


DO NOT REPLY [Bug 38619] - tm_msec for APR 2.0 release?

Posted by bu...@apache.org.
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=38619>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=38619


jorton@redhat.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |LATER




------- Additional Comments From jorton@redhat.com  2006-04-05 12:05 -------
Documented in STATUS - if we had a bug open for every "thing we might want to do
in the future", bugzilla would become less than useful for actually tracking bugs!

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org