Re: Clients connecting to to different server processes
Tech-Archive recommends: Speed Up your PC by fixing your registry
Could you post the server registration code with the remoting framework?
Maybe there's something misconfigured.
<rune.kristiansen@xxxxxxxxx> escribió en el mensaje
news:70bd047a-206a-42bb-847b-aa04a959328b@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hello all,
I have a client/server app running .net remoting. I am using singleton
and the server keeps track of clients through a local object
collection. It uses this collection to send events among other things.
Server is created through an interface in a shared library and i am
using the (IMyServer)Activator.GetObject(typeof(IMyServer)...
approach.
The server itself is hosted in a windows service.
The problem is that when one client unsubscribes from the server and
connects again, it seems it sometimes connects to a second instance of
the server. That instance can see the trafic going through the
channel, but it seems it is talking to another server object with its
own collections and data. I have debugged (as far as its possible) and
can only conclude with two different server instances talking on the
same channel.
Have anyone experienced this? And is it possible to monitor server
instances in some way?
Regards,
Rune Kristiansen
.
Relevant Pages
- Re: Is this possible??
... If you think your BE will eventually become SQL Server, ... Search here or the KB for articles on client/server ... What you loose with A2007 is the ability to secure objects in the database ... (microsoft.public.access.tablesdbdesign) - Re: How about "Rapid Rich Internet Application Development"?
... I have had this "crazy" idea since 2004 that HTML with JavaScript running inside a Browser just isn't good enough to become a replacement for todays Rich Client/Server and N-Tier Windows Applications. ... And why should an application developer have to manually write remote functions/objects on the server and then write code on the Client to call these functions? ... to get this kind of functionality working transparently for the developer, we need a framework with a large enough set of components which can take care of client/server separation and all the communucation for us. ... The basic framework is relatively easy to use by component developers, but making a visual component usable in the context explained above requires ... (borland.public.delphi.thirdpartytools.general) - How about "Rapid Rich Internet Application Development"?
... I have had this "crazy" idea since 2004 that HTML with JavaScript running inside a Browser just isn't good enough to become a replacement for todays Rich Client/Server and N-Tier Windows Applications. ... And why should an application developer have to manually write remote functions/objects on the server and then write code on the Client to call these functions? ... to get this kind of functionality working transparently for the developer, we need a framework with a large enough set of components which can take care of client/server separation and all the communucation for us. ... The basic framework is relatively easy to use by component developers, but making a visual component usable in the context explained above requires detailed knowledge of the component being ... (borland.public.delphi.thirdpartytools.general) - Re: Best desktop OS for VS 2005
... utterly stupid and breaks every rule of client/server computing. ... We're talking about putting a server OS on a development computer. ... Windows XP, I'm not surprised. ... nobody said anything about doing development work on "a production ... (microsoft.public.vsnet.general) - Re: Securely getting a password from a custom app into Oracle
... For client/server encrypted communications, look at Oracle's Advanced ... options for the server environment. ... test all versions of the Oracle client software version you use ... (SecProg) |
|