From owner-freebsd-questions Fri Mar 8 20:35: 5 2002 Delivered-To: freebsd-questions@freebsd.org Received: from famine.e-raist.com (famine.e-raist.com [65.100.40.90]) by hub.freebsd.org (Postfix) with ESMTP id F2C3A37B400 for ; Fri, 8 Mar 2002 20:35:01 -0800 (PST) Received: from e-raist.com (war.e-raist.com [65.100.40.89]) (authenticated bits=0) by famine.e-raist.com (8.12.2/8.12.2) with ESMTP id g294Z4Nb046235; Fri, 8 Mar 2002 20:35:04 -0800 (PST) Message-ID: <3C8996A0.7C7C9866@e-raist.com> Date: Fri, 08 Mar 2002 20:59:12 -0800 From: Raistlin Majere X-Mailer: Mozilla 4.79 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: freebsd-questions@FreeBSD.ORG, mwm@mired.org Subject: Re: slow perl string concats on FreeBSD 4.5 Content-Type: text/plain; charset=koi8-r Content-Transfer-Encoding: 7bit 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 I'm ran the stock install of perl (5.0003) on both machines with the same performance problems. So I upgraded to perl 5.6.1 on both machines only to see the same performance issues. At this point I wonder if it has to do with C functions being called by the perl binaries. Since perl is a compiled binary which executes differently on the two machines, it may have to do with the C libraries on FreeBSD being different than those on linux. I'm trying to figure out how to profile the two versions and see the results. Does anyone have another idea as to what might be the issue? -- Raistlin Alexander Majere To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message