M
Mike Sharp
I'm fairly new to the C# scene, having been a VB6 programmer for what seems
like a age (I used to push VB6 to its absolute limits when handling numerous
connections from TCPIP sources).
I'm looking for some fairly straight forward examples showing how I can
create a non-blocking .NET C# application that can:
- handle hundreds of connections per minute
- read the incomming stream from multiple sources simultaneously and write
it to a SQL Server 2005 database
- read the database for any updates and send it to the respective source
- close the socket.
I have seen a few chat examples on the web, but would they stand up to that
kind of punishment?
Thanks
(e-mail address removed)
(remove the no spam to reply directly).
Thanks
like a age (I used to push VB6 to its absolute limits when handling numerous
connections from TCPIP sources).
I'm looking for some fairly straight forward examples showing how I can
create a non-blocking .NET C# application that can:
- handle hundreds of connections per minute
- read the incomming stream from multiple sources simultaneously and write
it to a SQL Server 2005 database
- read the database for any updates and send it to the respective source
- close the socket.
I have seen a few chat examples on the web, but would they stand up to that
kind of punishment?
Thanks
(e-mail address removed)
(remove the no spam to reply directly).
Thanks