vb.net - Access single file in multiple threads -


i trying write trace(text file) application having multiple threads. want know whether possible or not. application written in vb.net.

any appreciated! tia!

you can't write same file @ same time file locked, encounter version problems anyway.

what better doing creating single sub deals update of file , queue tasks update it. although without more information on wanting accomplish difficult tell. why wanting use approach? there may better way of going it.


Comments

Popular posts from this blog

linux - xterm copying to CLIPBOARD using copy-selection causes automatic updating of CLIPBOARD upon mouse selection -

c++ - qgraphicsview horizontal scrolling always has a vertical delta -