A
alex
Hello
I have done some code that parse log files for informations
I have developped everything locally and it was going smooth
Now the files that I acces threw my code are on a share on a server
and it became very slow (more than 10 time slower)
I am opening the file with a stream reader
fileBrowser = New IO.StreamReader(fileName)
and I browse with ReadLine()
Any idea ?
Thanks
I have done some code that parse log files for informations
I have developped everything locally and it was going smooth
Now the files that I acces threw my code are on a share on a server
and it became very slow (more than 10 time slower)
I am opening the file with a stream reader
fileBrowser = New IO.StreamReader(fileName)
and I browse with ReadLine()
Any idea ?
Thanks