C
C# Learner
Hi all,
I have a nasty bug in my multi-threaded app which I think is being
caused by "race conditions" with multiple threads. I'm getting data
corruption.
The app is an HTTP server I'm making just for fun. I noticed the bug
yesterday night when performing a little stress testing on it. When
under stress, I find that a particular variable sometimes has an
incorrect value.
I'm not quite a threading expert, so I may be making a stupid mistake...
How can I go about getting help with this? I'd probably have to give
someone the whole project to get help, so they can observe the problems
themselves, I guess...
I have a nasty bug in my multi-threaded app which I think is being
caused by "race conditions" with multiple threads. I'm getting data
corruption.
The app is an HTTP server I'm making just for fun. I noticed the bug
yesterday night when performing a little stress testing on it. When
under stress, I find that a particular variable sometimes has an
incorrect value.
I'm not quite a threading expert, so I may be making a stupid mistake...
How can I go about getting help with this? I'd probably have to give
someone the whole project to get help, so they can observe the problems
themselves, I guess...