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: Stuart Donaldson (stuartd)
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. 

----------------------------------------------------------------------

Comment By: Stuart Donaldson (stuartd)
Date: 2003-01-14 19:14

Message:
Logged In: YES 
user_id=326269

This patch is being worked on by the developer listed in the
Assigned field.  A resolution should be forthcoming.  

If you have any questions or comments on this item, please
contact the developer.

----------------------------------------------------------------------

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: Take your first step towards giving 
your online business a competitive advantage. Test-drive a Thawte SSL 
certificate - our easy online guide will show you how. Click here to get 
started: http://ads.sourceforge.net/cgi-bin/redirect.pl?thaw0027en
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to