View Single Post
  #1  
Old 05-10-2011, 04:40 AM
_12F_i-jeanm _12F_i-jeanm is offline
Registered Member
 
Join Date: May 2011
Posts: 5
Default Thread safe script

I am working on a script and I modify an ArrayList on two overrides methods. I get an exception. It works even if it is not good. I think, the exception come from the use of threads and my script is not thread safe.

Since I am not a C# coder and I do not know how you manage your threads. I wonder if a dev can give us some advices to use data in the right way with thread.

I join the script which give me exception and the actual version.
Attached Files
File Type: zip scripts.zip (1.1 KB, 11 views)
Reply With Quote