Mac Server (10.2) upload speed SLOW dowload FAST
Our server (G4 dual 450) is set up on out 1000 base-T network and is really quick if we download from it, BUT if I try to upload it is so slow. The same file can take 10 sec to copy from the server and several minutes to copy back.
Copying between other macs is fine - it is just the server. We have tried a different hubs and plugging straight in still the same.
Any suggestions?
J-E-O
Copying between other macs is fine - it is just the server. We have tried a different hubs and plugging straight in still the same.
Any suggestions?
J-E-O
Comments
Dobby.
Thanks
dmesg |grep -i duplex
or
ndd /dev/xxx link_mode (where xxx is your ethernet device ie hme0 is /dev/hme@ if there is only 1 ethernet device just ls -d /dev/xx* to see what dev names there are.)
ndd returns 1 for full duplex and 0 for half duplex.
Dobby.
I don't have ndd -- atleast it is not in my $PATH.
and dmesg | grep -i duplex does not return any lines.
I am interested to learn which duplex my NIC is running at... so off to the linux forums for me...
I will try it out later
But your help is appreciated.
J-E-O
???
any suggestions?
J-E-O
Another variable can be MacOS 9 vs MacOS X. When a MacOS 9 client connects to a MacOS X box as a server, the connection is very fast, the reverse tends to be slower (MacOS X is a much better AFP platform).
A third variable can be whether your connections are AppleTalk or over IP, make sure you are connecting by IP address, and then this is not an issue.