google-code-export / dblinq2007

Automatically exported from code.google.com/p/dblinq2007
Other
0 stars 0 forks source link

IIS7 ıntegrated Mode support #323

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
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 bola...@gmail.com on 11 Oct 2011 at 6:44