Skip Menu |

This queue is for tickets about the File-Tail CPAN distribution.

Report information
The Basics
Id: 575
Status: resolved
Priority: 0/
Queue: File-Tail

People
Owner: matija+pause [...] serverflow.com
Requestors: instantview [...] shaw.ca
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.98
Fixed in: (no value)



Subject: file tile causes high cpu utilization in Solaris
the cpu will spike to 100% within five seconds in Solaris when ran with example script. uname for solaris system "SunOS callisto 5.8 Generic_108528-12 sun4u sparc SUNW,Ultra-5_10". Compile options within time::hires seems to have resolved problem but we are unsure of the changes made.
[guest - Wed May 8 15:50:59 2002]: File::Tail criticaly depends on Time::HiRes defining sleep with sub-second periods enabled, because it needs those for reading moderately busy files. Without sub-second sleeps, CPU usage spikes, because sleep(0.5) becomes the same as sleep(0), in effect busy waiting on the file.
From: john
[MGRABNAR - Wed May 8 16:08:05 2002]: Can you suggest a compile configuration to resolve.