[REBOL] High CPU Utilization...
From: pwoodward::cncdsl::com at: 13-Feb-2002 19:40
All -
anyone got a solution? I'm using REBOL/View to fetch some largish files
(around 7MB - 14MB) - and I've been noticing that the CPU utilization starts
to go thru the roof after it's gotten a good way into the transfer:
example -
filedata: read/binary fileurl
For a while the CPU utilization hovers around 23% - then it starts to climb
to 45%, and then it jumps to 99% or so, and stays there until it finishes
transferring the file from the web server. I tried the /direct refinement,
and that seemed to prevent it from shooting to 99% utilization as quickly...
Any pointers on how I can reduce my CPU utilization. Also I note the
following when looking at the Task Manager:
Task Mgr shows the following -
Image Name: rebol.exe
PID: 1680
CPU: 95
CPU Time: 0:09:49
Mem Usage: 16,912 K
VM Size: 51,424 K
Threads: 4
I/O Read Bytes: 2,939
- Porter