You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What steps will reproduce the problem?
1.On IIS 7 Integrated Mode
2.Happens when many(5-10)user connects to application at the same time
3.Not always happens
What is the expected output? What do you see instead?
querying mysql database some times gives the exception :
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 be
accessed in a thread-safe way, such as a thread-safe wrapper returned by
TextReader's or TextWriter's Synchronized methods. This also applies to classes
like StreamWriter and StreamReader.
What version of the product are you using? On what operating system?
IIS7 on Windows7
Please provide any additional information below.
Original issue reported on code.google.com by [email protected] on 11 Oct 2011 at 6:44
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 11 Oct 2011 at 6:44The text was updated successfully, but these errors were encountered: