Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet remoting > december 2005 > threads for december 1 - 7, 2005

Filter by week: 1 2 3 4 5

Passing and Requesting a MarshalByRefObject
Posted by lhfiedler NO[at]SPAM gmail.com at 12/7/2005 4:02:22 PM
I'm seeing a memory leak when an mbr object is passed to a process and then the originating process requests it. Lets say I have processes A and B. In a shared dll I have classes ASingleton and Fruit. ASingleton is an mbr singleton created on A and Fruit is an mbr object. Let's also say that...more >>

.NET 1.1 Sample Error?
Posted by Zhenxin Li at 12/7/2005 3:13:55 PM
Hello, I'm learning .NET remoting by SDK samples. I find a strange config file in RemotingCOM sample in C:\Program = Files\Microsoft Visual Studio .NET = 2003\SDK\v1.1\Samples\Technologies\Remoting\Advanced\RemotingCOM\MediaPla= yer\Service. <configuration> <system.runtime.remoting> ...more >>

Remote error: Return argument has an invalid type.
Posted by Sidney da Silva Alves at 12/7/2005 1:14:27 PM
I have a dll hosted in IIS with two declared classes: ClassA and ClassB respectively. class ClassA : MarshalByRefObject { public GetB { get{return new ClassB();} { } class ClassB : MarshalByRefObject { public Something() } When I try to execute the code...more >>

How server objects in .NET remoting hanle Multiple Client Request
Posted by Hari at 12/7/2005 6:26:04 AM
Hi all, I have hosted a Singleton Server object. If 10 different client application call a function in the SAO will these requests be processed concurrently in the server system or will they be processed sequentially. I have the same issue with CAO. When multiple clients call a function in...more >>

How may I keep a reference to a delegate
Posted by Geofrey van Hecke at 12/6/2005 10:35:55 AM
I everyone, I would like to define a member class to keep a reference to a delegate: Here is the delegate definition: public delegate object ReceiveMessageEventHandler(string message); In the code, I create an instance of such delegate like this: ReceiveMessageEventHandler remoteA...more >>

Hosting a Remote Server on IIS, .NET 2.0
Posted by hangar18 at 12/6/2005 5:57:40 AM
Hi, We're currently using the beta version of .NEt 2.0 I have a remote server which i want to host on IIS. Problems are 1. When i specify the channel as "ref = http" in the server web.config, it looks into the machine.config ( I assume). The machine.config does not have any attributes for "htt...more >>

Events and Remotings cause problems
Posted by Geofrey van Hecke at 12/5/2005 8:48:20 AM
Hi Everyone, I've post a message last week to explain my problem when registring to event on a remote object. The code of my client makes a connection to the server component using the "remoting" mechanism: RemoteCallServer = (ICallServer)Activator.GetObject(typeof(ICallServer),"tcp...more >>

Help with error Requested Service not found
Posted by GKM at 12/2/2005 3:02:02 PM
Hi, Things work ok when I register the service programatically. But when I use a config file I get the error Requested Service not found when invoking a remote method. Can someone point out the discrepancies between the code and the config file. thanks GKM The code and config file a...more >>



Singleton Objects and the Finalize Method
Posted by NeddyRock at 12/2/2005 1:18:02 PM
Is there an easy to have a method in a Remotable Object execute once that object's lease time has expired and it is set to be released? I thought the Finalize Method would do this, but I can't get it to work. I've tested this with a client app that instantiates a singleton object which exec...more >>

Remoting server availability
Posted by Michael H at 12/2/2005 1:01:55 PM
Hi there I am trying to come up with a method of retrying a remote method a specified number of times if the remoting server is unavailble before informing the user of the situation. Could this be done using a custom channelsink and if so how thanks Michael. ...more >>

Cannot register to an event !!!
Posted by Geofrey van Hecke at 12/2/2005 12:34:05 PM
Hi every one, I'm trying since 2 days to have a simple client/server application using the "Remoting" mechanism. I would like that my client application register to an event fired by the server... Up to now, the client-side code looks like: public void ConnectToTheRemoteCallServer() ...more >>

advice needed for hosting server and client
Posted by Joe Abou Jaoude at 12/2/2005 8:55:00 AM
Hi, I m developping a project on a LAN that should appear pretty much like msn notification.ie when the user turn on his computer an icon should be displayed on the system tray, and when something happens he should get notified by a windows popup. Now I did all the remoting design and tried i...more >>

Loadbalancing/ Clustring Web Services VS Remoting
Posted by hangar18 at 12/2/2005 12:56:37 AM
Hi We are building a Client/ Server application in .Net 2.0. It is going to be distributed application. Requirement is to delpoy the application in 2 modes: 1. Simple 3 Tier Architecture 2. Deploying it on centeral server and incase the performance is not good due to the load do the load bal...more >>

The call to TransparentProxy of remote object hangs forever
Posted by Leonid Astakhov at 12/1/2005 7:49:43 PM
Hi all. I'm experiencing a problem. I have a singelton object is published on a server side through TCP channel. Client activates it via Activator.GetObject (...) Everything works fine. Client calls methods of this object. On a server side it takes time to process before the remote call...more >>

HTTPContext in remoted object
Posted by Mike at 12/1/2005 2:57:17 PM
Hi, I'm trying to poke around and see what kind of client connection information I can find from the remote object I have hosted in IIS. Can anyone point me in the right direction? I found System.Web.HttpContext.* in MSDN, but I can't seem to use that, all I get is ASPNetHostingPermission* ...more >>


DevelopmentNow Blog