Patches item #656064, was opened at 2002-12-18 17:04 You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=656064&group_id=4866
Category: None Group: None Status: Open Resolution: None Priority: 5 Submitted By: Stuart Donaldson (stuartd) Assigned to: Nobody/Anonymous (nobody) Summary: Change timestamp in mod_webkit to float Initial Comment: The timestamp sent in mod_webkit to Webware is an int, this is useful in measuring performance and communication delays between the web server, and Webware. This patch changes the value from an int to a float which is in the same format used by Python's time.time() function. This allows much finer grained accuracy when using the timestamp to measure communication delays and such. Note that the marshal module in Python does not support a binary floating point, so it is converted to a string to do this. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=304866&aid=656064&group_id=4866 ------------------------------------------------------- This SF.NET email is sponsored by: Order your Holiday Geek Presents Now! Green Lasers, Hip Geek T-Shirts, Remote Control Tanks, Caffeinated Soap, MP3 Players, XBox Games, Flying Saucers, WebCams, Smart Putty. T H I N K G E E K . C O M http://www.thinkgeek.com/sf/ _______________________________________________ Webware-devel mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/webware-devel
