Patches item #656064, was opened at 2002-12-19 02:04
Message generated for change (Comment added) made by cito
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=304866&aid=656064&group_id=4866

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: None
Group: None
>Status: Closed
Resolution: None
Priority: 3
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. 

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

>Comment By: Christoph Zwerschke (cito)
Date: 2006-07-08 00:15

Message:
Logged In: YES 
user_id=193957

Since there is no patch attached and nobody worked on it,
I'm closing this.

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

Comment By: Stuart Donaldson (stuartd)
Date: 2003-01-15 04:18

Message:
Logged In: YES 
user_id=326269

Deferring this patch until after the 0.8 release branch in CVS.

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

Comment By: Stuart Donaldson (stuartd)
Date: 2003-01-15 04: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

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Webware-devel mailing list
Webware-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to