G
Guest
Hi,
I wrote an application that is basically http loader. It loads 1030
concurrent threads and start to send http requests to a web server.
The problem is that sometimes when i get in the morning to check the
results, the application is not running!! There is no alert and no crash
notification whatsoever!
Maybe i have a bug in my code but if my application crash there should be
some error message by .net framework or unhandled execption. I'm very
frustrated and i tried everything to catch every exception but no luck.
It doesn't happens all the time and it happens when the application is
running for few hours.
I also run a performance monitor on the process and there was no memory leak
or unusuall behaviour before the process was terminated. It's like someone is
killing the process like from task manager.
My application is compiled in framework 2.0 and i have to say that in former
versions when the application was compiled in framework 1.1 i had no such
problem!
Is there a known problem in framework 2.0? If not, please tell me what i can
do in order to find the problem.
Thanks!
I wrote an application that is basically http loader. It loads 1030
concurrent threads and start to send http requests to a web server.
The problem is that sometimes when i get in the morning to check the
results, the application is not running!! There is no alert and no crash
notification whatsoever!
Maybe i have a bug in my code but if my application crash there should be
some error message by .net framework or unhandled execption. I'm very
frustrated and i tried everything to catch every exception but no luck.
It doesn't happens all the time and it happens when the application is
running for few hours.
I also run a performance monitor on the process and there was no memory leak
or unusuall behaviour before the process was terminated. It's like someone is
killing the process like from task manager.
My application is compiled in framework 2.0 and i have to say that in former
versions when the application was compiled in framework 1.1 i had no such
problem!
Is there a known problem in framework 2.0? If not, please tell me what i can
do in order to find the problem.
Thanks!