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>

next in thread | raw e-mail | index | archive | help
Hello,
when copying files from my internal zip100 this is done VERY slow:=20
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=20
in linux.
#!/usr/bin/perl

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

Linux : 100sec
FreeBSD : 236 sec

--=20
mess-mate


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




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