|
James,
What does your main loop look like? Is it literally:
while (true)
{
(read contents of folder)
(check whether contents of folder have changed)
}
? With no delay in there? I would expect just slotting in a Thread.sleep
(30000); (if a 30 sec delay is acceptable) would reduce the CPU usage to 0%
during those 30 second wait periods?
Or if that doesn't help, on the SBMJOB command you could try running it
with a really low priority (say 95)?
Hope this helps,
Nigel Gay.
As an Amazon Associate we earn from qualifying purchases.
This mailing list archive is Copyright 1997-2024 by midrange.com and David Gibbs as a compilation work. Use of the archive is restricted to research of a business or technical nature. Any other uses are prohibited. Full details are available on our policy page. If you have questions about this, please contact [javascript protected email address].
Operating expenses for this site are earned using the Amazon Associate program and Google Adsense.