Socket Server

  • Thread starter Thread starter Guest
  • Start date Start date
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#.... :D

Any help would do, any ideas, suggestions, code would be really appreciated.
Thank you so much!
 
How ~many connections?

--
William Stacey [MVP]

| 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#.... :D
|
| Any help would do, any ideas, suggestions, code would be really
appreciated.
| Thank you so much!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top