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

c# - Operator '==' incompatible with operand types 'Guid' and 'Guid' using DynamicExpression.ParseLambda<T, bool> -