RE: Sharing data between distributed apps
- From: "Gleeman" <Gleeman@xxxxxxxxxxxxxxxxxxxxxxxxx>
- Date: Tue, 12 Jul 2005 09:39:01 -0700
Hi Joe
If you say share data, do you mean you want to throw the data around the
network as it is entered? Like after name is typed, it must appear on one of
the other computers immediatly?
Or do you mean that you'll type Name in on one computer and later some other
computer (on the same network) must retrieve that name and show it to the
user?
If the case is the first I amd sorry but I do not know the answer.
In the second case: what you should do is create a Ms Access database on one
of the computers. In your program connect to that database using ADO.Net
oledb. Then save and retreive to and from that database. You do not need a
domain to this. The first quetion you have to ask after that is how do you
create a database to store data. The next question is how does a program
(connect/link/gain access) to that databse. Thirdly how does any connected
program put data in the database. And how does any program retrieve data from
that database...
Hopes it helps
Gleeman
"Joe Thompson" wrote:
> I am using Visual C# to design a system as follows:
>
> There will be 3 computers all on the same network running identical programs
> at the same time. The computers can come up in any order. The programs
> (which I am writing) are supposed to share their data with one another a few
> times per second. My question is how best to do this. I have very limited
> knowledge of TCP/IP but have looked over the C# examples of the Client and
> Server and understand them well enough. Also, would UDP be better in this
> case?
>
> My main confusion is not knowing who the Server will be or if there even has
> to be a server. So how do I send and receive data (byte arrays) among them.
> I am looking for any suggestions, links, components, etc.
>
> Thank you,
> Joe
.
- Follow-Ups:
- RE: Sharing data between distributed apps
- From: Joe Thompson
- RE: Sharing data between distributed apps
- References:
- Sharing data between distributed apps
- From: Joe Thompson
- Sharing data between distributed apps
- Prev by Date: Re: BITSDownloader error in Updater Application Block 2.0
- Next by Date: RE: Sharing data between distributed apps
- Previous by thread: RE: Sharing data between distributed apps
- Next by thread: RE: Sharing data between distributed apps
- Index(es):
Relevant Pages
|