G
Guest
Im using Socket Server and im looking for a way to make my application more
efficient. Any help, ideas, suggestions would be very much appreciated.
Here's my problem:
Since im using socket server, the creation of the server will take up 1
thread, the creation of the listener will take up another thread and all of
those who will connect will take up one thread each. that 4+ threads right
away not considering the number of connections... Im looking for an
alternative for this socket client or how to reduce the number of threads use
so it would be efficient. Im using C#....
Any help would do, any ideas, suggestions, code would be really appreciated.
Thank you so much!
efficient. Any help, ideas, suggestions would be very much appreciated.
Here's my problem:
Since im using socket server, the creation of the server will take up 1
thread, the creation of the listener will take up another thread and all of
those who will connect will take up one thread each. that 4+ threads right
away not considering the number of connections... Im looking for an
alternative for this socket client or how to reduce the number of threads use
so it would be efficient. Im using C#....

Any help would do, any ideas, suggestions, code would be really appreciated.
Thank you so much!