You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
The following code is not good enough (Seaside 3):
WAImageStatus>>#renderValuesOn: html
| image upTime |
image := SmalltalkImage current.
upTime := Duration milliseconds: Time millisecondClockValue.
self renderLabel: 'Uptime' value: (self printDuration: upTime) on: html.
...
The uptime wraps around on long running images, and since all Seaside
applications have enormeous uptimes, it is a pity that this is not reported
correctly. I have a fix by registering the class with the image startUpList,
setting the startUpTime in a class variable.
Sven
3.
What is the expected output? What do you see instead?
Please use labels and text to provide additional information.
Original issue reported on code.google.com by philippe...@gmail.com on 24 Aug 2010 at 5:19
The text was updated successfully, but these errors were encountered:
Thanks for the patch
Name: Seaside-Pharo-Tools-Web-pmm.29
Author: pmm
Time: 14 March 2011, 8:10:38 am
UUID: 3bdf61a4-afe8-435d-a478-53fc25645e32
Ancestors: Seaside-Pharo-Tools-Web-pmm.28
- Issue 596: uptime reporting on /status may be wrong
- http://code.google.com/p/seaside/issues/detail?id=596
Original comment by philippe...@gmail.com on 14 Mar 2011 at 7:11
Original issue reported on code.google.com by
philippe...@gmail.com
on 24 Aug 2010 at 5:19The text was updated successfully, but these errors were encountered: