V
Valli
Hi,
I have created a socket application which is connected at both the end. It
receives messages from Server and sends it to its connected clients.
I receive System.OutOfMemory exception error in the statement
"Thread.Start(Args())".
Whenever a messages comes in to this process, a thread is created to send
that message out to clients. Since its a market price feed messages, number
of messages comes for a sec. Is this error occurs due to the higher number
of threads running in a system?
Can anyone explain me how to fix this Memory error or a way to manage the
threads?
I have created a socket application which is connected at both the end. It
receives messages from Server and sends it to its connected clients.
I receive System.OutOfMemory exception error in the statement
"Thread.Start(Args())".
Whenever a messages comes in to this process, a thread is created to send
that message out to clients. Since its a market price feed messages, number
of messages comes for a sec. Is this error occurs due to the higher number
of threads running in a system?
Can anyone explain me how to fix this Memory error or a way to manage the
threads?