blueVic

blueVic


  • Name: [not set]
  • Favorite Languages: [not set]
  • Website: [not set]
  • Location: [not set]
  • About Me: [not set]

Recent Comments

  • C# Tutorial - Using The ThreadPool
    11/23/2009 - 04:54

    Dear all,
    I have a multithread program, each thread is do some work and write out to "Logfile.txt". All thread is write to "Logfile.txt". Now I want to use a thread that manage write above file, it's mean thread1 write file complete and then thread2 write file...

    But I can't write program as description above.
    can you help me ???