Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Mar 2002 17:42:29 +0100
From:      mess-mate <messmate@free.fr>
To:        "freebsd-questions-en" <freebsd-questions@freebsd.org>
Subject:   zinternal zip 100
Message-ID:  <20020309221532.7520C2E7@postfix2-1.free.fr>

index | next in thread | raw e-mail

Hello,
when copying files from my internal zip100 this is done VERY slow: 
max.80kb/s.
mounted as afd0s4  /zip -t msdos sync,rw noauto
Is there no vfat  filesystem on FBSD ?

Tryed also (see earler mail) test.pl and is more than 2x slower than 
in linux.
#!/usr/bin/perl

$result ="";
$begin = time;
for ($i = 0; $i < 1000000;) {
$i++;
#comment the following line to get freebsd perl to run as fast as 
linux perl
	$result.="$i \n";
}
$duration = time - $begin;
print "duration = $duration.\n";

Linux : 100sec
FreeBSD : 236 sec

-- 
mess-mate


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message



help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020309221532.7520C2E7>