Click here to Skip to main content
15,885,546 members
Home / Discussions / C#
   

C#

 
GeneralRe: Asynchronous design question Pin
jan larsen4-Jan-05 22:57
jan larsen4-Jan-05 22:57 
GeneralRe: Asynchronous design question Pin
Yaakov Davis5-Jan-05 2:38
Yaakov Davis5-Jan-05 2:38 
GeneralRe: Asynchronous design question Pin
jan larsen5-Jan-05 3:28
jan larsen5-Jan-05 3:28 
GeneralC# hangs while opening word in web application Pin
NituP4-Jan-05 19:53
NituP4-Jan-05 19:53 
GeneralRe: C# hangs while opening word in web application Pin
Heath Stewart4-Jan-05 21:53
protectorHeath Stewart4-Jan-05 21:53 
Generalmdi strange problem Pin
Gavin Jeffrey4-Jan-05 19:13
Gavin Jeffrey4-Jan-05 19:13 
QuestionDistributed System in "Javaspaces-Style"?? Pin
stumpi4-Jan-05 16:50
stumpi4-Jan-05 16:50 
AnswerRe: Distributed System in "Javaspaces-Style"?? Pin
Heath Stewart4-Jan-05 21:52
protectorHeath Stewart4-Jan-05 21:52 
Sure it's possible. Practically anything is possible in the world of application design and development. How you would implement such a feature is a different matter.

While there is no particular technology already developed for you in the .NET Framework base class library (BCL), there are many classes that can help you design such an infrastructure. Since you're new to .NET development, you should start by reading Programming with the .NET Framework[^], as well as browse the table of contents for the Class Library[^] reference to see what kind of classes are available.

To find existing implementations - if any implementations for .NET exist currently - you'll need to search the web.

What your describing is simply (i.e., not simple to implement) a distributed system and are used in many applications using many different programming languages. SETI@Home[^] is one of the more famous distributed systems in public domain that is used to help search for extraterestrial life by providing large chunks of radio data to PCs to be processed and sent back the server.

If you look, I'm sure you can find many documents covering distributed systems - even for .NET. This would be a great use of .NET Remoting[^] using a two-way communications channel like the TcpChannel. This would not work so well for XML Web Services of .NET Remoting using a one-way channel like the HttpChannel, because the web (HTTP) by nature is a simple client request/server response mechanism. The servers cannot communicate with the clients unless the client establishes a connectoin with the server to request or post data.

This posting is provided "AS IS" with no warranties, and confers no rights.

Software Design Engineer
Developer Division Sustained Engineering
Microsoft

[My Articles] [My Blog]
GeneralBeginner Questions Pin
smitsky4-Jan-05 16:23
smitsky4-Jan-05 16:23 
GeneralRe: Beginner Questions Pin
Jay Shankar4-Jan-05 17:24
Jay Shankar4-Jan-05 17:24 
GeneralRe: Beginner Questions Pin
Mustafa Ismail Mustafa4-Jan-05 19:07
Mustafa Ismail Mustafa4-Jan-05 19:07 
Generalintegration with VS.NET 2003 Pin
Aryadip4-Jan-05 15:52
Aryadip4-Jan-05 15:52 
GeneralRe: integration with VS.NET 2003 Pin
Heath Stewart4-Jan-05 21:19
protectorHeath Stewart4-Jan-05 21:19 
GeneralC# Code Generators for Database Tier Pin
jareddavies4-Jan-05 15:45
jareddavies4-Jan-05 15:45 
GeneralRe: C# Code Generators for Database Tier Pin
Steven Campbell4-Jan-05 16:45
Steven Campbell4-Jan-05 16:45 
GeneralRe: C# Code Generators for Database Tier Pin
jareddavies5-Jan-05 16:38
jareddavies5-Jan-05 16:38 
GeneralObtaining a generated hwnd handle without making a window Pin
cimnik0294-Jan-05 15:26
cimnik0294-Jan-05 15:26 
GeneralRe: Obtaining a generated hwnd handle without making a window Pin
Heath Stewart4-Jan-05 21:19
protectorHeath Stewart4-Jan-05 21:19 
GeneralRe: Obtaining a generated hwnd handle without making a window Pin
cimnik0295-Jan-05 10:23
cimnik0295-Jan-05 10:23 
GeneralRe: Obtaining a generated hwnd handle without making a window Pin
Heath Stewart5-Jan-05 14:52
protectorHeath Stewart5-Jan-05 14:52 
GeneralEmail Problem Pin
Julianne_juju4-Jan-05 15:16
Julianne_juju4-Jan-05 15:16 
GeneralRe: Email Problem Pin
Heath Stewart4-Jan-05 20:37
protectorHeath Stewart4-Jan-05 20:37 
GeneralRe: Email Problem Pin
Julianne_juju6-Jan-05 6:17
Julianne_juju6-Jan-05 6:17 
GeneralWSE 2.0 and Encryption Pin
Bill Dean4-Jan-05 14:48
Bill Dean4-Jan-05 14:48 
GeneralRe: WSE 2.0 and Encryption Pin
Heath Stewart4-Jan-05 20:31
protectorHeath Stewart4-Jan-05 20:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.