Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

High CPU Utilization...

 [1/1] 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