meetraz has asked for the wisdom of the Perl Monks concerning the following question:
My idea so far is to create an application which runs as a service, on the 5000 remote servers, and on the central reporting server. These services would listen via an open TCP port, and communicate through that.
Would a system like this work reliably? There are those people here who suggest using DCOM, shared pipes, or mailslots instead of a TCP port. My experience with doing client/server systems through TCP on Win32 hasn't been that great, and neither has forking-model servers. And of course, security is a top concern. What would you suggest?
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Distributed query system
by strider corinth (Friar) on Nov 06, 2002 at 17:35 UTC | |
|
Re: Distributed query system
by dash2 (Hermit) on Nov 06, 2002 at 17:38 UTC | |
|
Re: Distributed query system
by fglock (Vicar) on Nov 06, 2002 at 17:08 UTC | |
|
Re: Distributed query system
by ehdonhon (Curate) on Nov 06, 2002 at 17:40 UTC | |
by meetraz (Hermit) on Nov 06, 2002 at 17:57 UTC |