Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 1.0 > C#
|
C# Programming questions specific to the Microsoft C# language. See also the forum Beginning Visual C# to discuss that specific Wrox book and code.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 3rd, 2007, 09:48 AM
Registered User
 
Join Date: Mar 2007
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Asynchronous Vs MultiThreaded Client-Server Applic

I am developing a Client-Server application , I have done some research and found there are three ways to handle multiple client requests.

1. To use old style multithreaded server
2. To use .NET threadPoll worker threads
3. Asynchronous Socket programing

But I am confused that which appproch I shld go.... ?

My clients will run and provide all local info to main application ( Server ) so its the clients who actually will provide info to server/the Main Monitoring application(server) .Any guidence please to which approch I shd go ?

Clients will be less than 50 ... and the Info they will provide on based on Events generated by Server.

Thanks in advance.

ZINK
 
Old March 7th, 2007, 12:06 PM
Friend of Wrox
 
Join Date: May 2006
Posts: 643
Thanks: 0
Thanked 0 Times in 0 Posts
Default

It is unclear what you are asking, however you can easily set up client server applications in .NET via the standard remoting mechanisms provided by the framework.

Woody Z
http://www.learntoprogramnow.com
How to use a forum to help solve problems





Similar Threads
Thread Thread Starter Forum Replies Last Post
Capturing a "Enter" key event in C# windows applic bhavna VS.NET 2002/2003 1 March 15th, 2007 07:45 AM
Client-Server Ioan Access VBA 3 April 11th, 2005 06:23 AM
DLLs on server pulling server time or client? mussitsch Classic ASP Professional 1 March 1st, 2005 05:38 AM
client/server usmanibnesadiq BOOK: Beginning VB.NET 2nd Edition/Beginning VB.NET 2003 1 January 6th, 2005 12:32 AM
Client/Server applications Tasha Access VBA 2 August 3rd, 2004 02:28 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.