Welcome, Guest. Please login or register.

Author Topic: warp-up specific tools (like copy, etc)  (Read 1073 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline kas1eTopic starter

warp-up specific tools (like copy, etc)
« on: October 06, 2005, 11:49:01 AM »
Do anyone to know, is there present some Warp-UP utils like 'copy' for example ?
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: warp-up specific tools (like copy, etc)
« Reply #1 on: October 06, 2005, 11:51:29 AM »
@kas1e

Copy...

No.

And there's a reason for it: Copy spends 99.99% of the time waiting for the I/O subsystem (which is m68k anyway). You gain absolutely nothing from making the copy cmd PPC native. In fact, with WOS it would actually just get slower due to cacheflushing at context switches.
 

Offline kas1eTopic starter

Re: warp-up specific tools (like copy, etc)
« Reply #2 on: October 06, 2005, 12:02:40 PM »
Sad..

Why i talk about it, becouse now i am copy from network 90 mb file for 2:18 min. And take a look on CPU load, here is 100% of load. Well, i was think 'maybe ppc some unload 68k cpu' ..
but, as i understand problem is not in cpu ?
 

Offline Piru

  • \' union select name,pwd--
  • Hero Member
  • *****
  • Join Date: Aug 2002
  • Posts: 6946
    • Show only replies by Piru
    • http://www.iki.fi/sintonen/
Re: warp-up specific tools (like copy, etc)
« Reply #3 on: October 06, 2005, 12:05:31 PM »
It's not copy that's taking 100% CPU.

For PIO IDE systems the CPU time is mostly spent poking the data to the I/O-register 16-bit as a time, assuming the network is faster than the IDE write speed, that is.
 

Offline Framiga

  • Hero Member
  • *****
  • Join Date: May 2003
  • Posts: 4096
    • Show only replies by Framiga
Re: warp-up specific tools (like copy, etc)
« Reply #4 on: October 06, 2005, 01:50:24 PM »
Which filesystem are you using? not that other fs will eats less CPU but i would try SFS thats is at least, faster.

 

Offline kas1eTopic starter

Re: warp-up specific tools (like copy, etc)
« Reply #5 on: October 06, 2005, 02:06:17 PM »
Framiga
SFS under FastAta.

...update...
Just for fun: my hdd put in fast ata as master, and for slave i have 8x speed cd drive. Well, with this configuration, all transfers with hdd - 2kb per second. If i plug off Cd-drive, transfers speedup to : 6.5kb per second. Well, and 90 mb file
copy from network not for 2:18, but for 2:05 :) This strange, but i think best way yo plug cd-drive on second cable.