Status: New
Owner: ----
New issue 323 by
bola...@gmail.com: IIS7 ıntegrated Mode support
http://code.google.com/p/dblinq2007/issues/detail?id=323
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.