Re: Benchmark times

2003-08-24 Thread Pablo Fischer
Thanks to all! Im going to check the requirements (memory, CPU, etc). Thanks! El día Sunday 24 August 2003 1:45 a Pablo Fischer mandó el siguiente correo: > Hi! > > This maybe its not a Perl question. > > I have a system (with 3 classes), that works in this order: > > > * Check in FTP for new f

Re: Benchmark times

2003-08-24 Thread Rob Dixon
Pablo Fischer wrote: > > This maybe its not a Perl question. > > I have a system (with 3 classes), that works in this order: > > > * Check in FTP for new files > * Download new Files > * Unzip those files (.zip files) > * Each file has 3000 lines, and there are like 10 files (30,000 lines), So I >

Re: Benchmark times

2003-08-24 Thread Tassilo von Parseval
On Sun, Aug 24, 2003 at 09:35:39AM +0200 Janek Schleicher wrote: > Pablo Fischer wrote at Sun, 24 Aug 2003 01:45:42 +: > > Exists a website with benckmark running times in Perl? > > http://www.google.com/search?q=benchmark+perl+programming+languages Benchmark between languages are - at the b

Re: Benchmark times

2003-08-24 Thread Janek Schleicher
Pablo Fischer wrote at Sun, 24 Aug 2003 01:45:42 +: > This maybe its not a Perl question. I guess it ain't really not one. > I have a system (with 3 classes), that works in this order: > > > * Check in FTP for new files Time depends on the time to connect to FTP. However, the time is alwa

Re: Benchmark times

2003-08-24 Thread Oliver Schnarchendorf
On Sun, 24 Aug 2003 01:45:42 +, Pablo Fischer wrote: > I have a system (with 3 classes), that works in this order: > [...deleted...] > How good its to do this in 10 seconds? > Exists a website with benckmark running times in Perl? How good is it??? Depends on your goals and your hardware. It s

Benchmark times

2003-08-24 Thread Pablo Fischer
Hi! This maybe its not a Perl question. I have a system (with 3 classes), that works in this order: * Check in FTP for new files * Download new Files * Unzip those files (.zip files) * Each file has 3000 lines, and there are like 10 files (30,000 lines), So I need to parse the 30,000 lines and