blah blah blah is here! blah blah » Close

0
votes
0 answers

Async server application

Hey Im trying to make an async server in c#, where I want the server to receive commands and strings. I have already made the function that creates the socket with an asyncCallback that endAccept and starts reading the incomming data. ...

1
votes
3 answers

Async vs Multithreaded Socket

muster
1571

Hey all. Lets say i'm making a server application and i will receive lets say more than 1k connections. Is it better to use Asynchronous connection listening or sync mlutithreaded connection listening.

Feedback