.NET and multithread networks server application
- From: "Cube" <SiliconJaltz05@xxxxxxxxx>
- Date: 14 Dec 2006 14:10:27 -0800
Hi,
I have developed large multithreaded network application using Win32
and Winsock in the past connecting to an SQL db.
How fast and robost is .NET 2.0 for creating a similar application?
I need to create an client and server application. The client
application consists of C# Window.form controls which connects to a
database. But I need the client to connect to a server application, and
the server will control access to the database as well as report other
live information.
Is C# and .NET suitable for handling the server application? It needs
to scale to handle many many connections on multiple threads.
Also the Client C# application binds to a database, but now it needs to
connect to a server application and then to the database. Do I need to
create wrapper classes for my data and perform serialization ? or is
there some other approach in .NET?
Regards
John
.
- Follow-Ups:
- Re: .NET and multithread networks server application
- From: David Browne
- Re: .NET and multithread networks server application
- From: Chris Mullins
- Re: .NET and multithread networks server application
- Prev by Date: Re: How to know a class 's size?
- Next by Date: Re: .NET and multithread networks server application
- Previous by thread: Re: # of current physical Threads > 4 000 000 0000
- Next by thread: Re: .NET and multithread networks server application
- Index(es):
Relevant Pages
|