From owner-freebsd-questions Sat Mar 9 14:16:28 2002 Delivered-To: freebsd-questions@freebsd.org Received: from postfix2-1.free.fr (postfix2-1.free.fr [213.228.0.9]) by hub.freebsd.org (Postfix) with ESMTP id E60E437B440 for ; Sat, 9 Mar 2002 14:15:38 -0800 (PST) Received: from there (lille-1-a7-1-40.dial.proxad.net [62.147.1.40]) by postfix2-1.free.fr (Postfix) with SMTP id 7520C2E7 for ; Sat, 9 Mar 2002 23:15:32 +0100 (CET) Content-Type: text/plain; charset="iso-8859-15" From: mess-mate To: "freebsd-questions-en" Subject: zinternal zip 100 Date: Sat, 9 Mar 2002 17:42:29 +0100 X-Mailer: KMail [version 1.3.1] MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <20020309221532.7520C2E7@postfix2-1.free.fr> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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