Good evening,
I have found that my pylons apps running paster shows strange total
cpu time (TIME), even like 88:16:00 after a few days from being
started.
Sample hellworld project (copy & paste from pylons docs) I created,
started (without --reload) and straced
Result was following:
Process 14019 attached - interrupt to quit
futex(0x9a7abc0, FUTEX_WAKE, 1) = 0
futex(0x9a7abc0, FUTEX_WAKE, 1) = 0
poll([{fd=3, events=POLLIN}], 1, 1000) = 0
futex(0x9a7abc0, FUTEX_WAKE, 1) = 0
poll([{fd=3, events=POLLIN}], 1, 1000) = 0
futex(0x9a7abc0, FUTEX_WAKE, 1) = 0
poll([{fd=3, events=POLLIN}], 1, 1000) = 0
and so on, next sequence each second.
Is it correct?
System on this testbox is an old (very old) Linux 2.6.20 with fedora5
patch.
Pylons: 0.9.6.1 installed from egg.
Any help will be appreciated.
--
Kindest Regards,
Brush
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"pylons-discuss" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/pylons-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---