Smersh2000
IS-IT--Management
I have a problem - i have a decent size multi-dimensional array - about 150,000 rows by 300 columns. I read into it from a file, parse it couple of times and then write it into a text file in a for loop. From messages it prints i can see that the reading and parsing doesn't actually take all that long, but closing filehande takes some ridiculous time - few hours. I've tried to find some performance tips, but nothing seems to apply. What am i doing wrong?
Thanks in advance,
TS
Thanks in advance,
TS