[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Slow IO on Windows

Ittay Dror

10/15/2008 11:51:00 AM

Hi,


I'm running a Ruby script which loads about 80 ruby files through
require. On Linux it takes no time to load and run. But on windows it
takes ~10 seconds just to load the files.


Why is Ruby on Windows so slow to load files? Can I do anything about
it? (other than not loading them)


Thank you,

Ittay



--
--
Ittay Dror <ittay.dror@gmail.com>



1 Answer

Robert Klemme

10/15/2008 2:30:00 PM

0

2008/10/15 Ittay Dror <ittay.dror@gmail.com>:
> I'm running a Ruby script which loads about 80 ruby files through require.
> On Linux it takes no time to load and run. But on windows it takes ~10
> seconds just to load the files.
>
> Why is Ruby on Windows so slow to load files? Can I do anything about it?
> (other than not loading them)

Are those files on a network file system? Do you have a virus scanner?

robert

--
remember.guy do |as, often| as.you_can - without end