Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by mepopa

  1. mepopa

    reuse of a closed TextWriter in multi-threading application

    Hi Chip, Thanks for your answer. As i've said, i've tried to use a wrapper class to synchronize the writer access. The problem is that sometimes (not very often) i need to close the writer in a thread, but also, to continue to use it in another thread. What I'd like to know is : 1) how to...
  2. mepopa

    reuse of a closed TextWriter in multi-threading application

    I'd like to know a way to avoid the exception bellow --------------------------------------------------------- System.IndexOutOfRangeException: Probable I/O race condition detected while copying memory. The I/O package is not thread safe by default. In multithreaded applications, a stream must...

Part and Inventory Search

Back
Top