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 > august 2006 > threads for august 1 - 7, 2006

Filter by week: 1 2 3 4 5

MemberwiseClone of a MarshalByRefObject
Posted by Robert Ludig at 8/4/2006 7:08:51 AM
When I call MemberwiseClone on an object that is a MarshalByRefObject that is currently marshalled I do not get a a "true" copy of that object but instead I get an object with the exact same proxy so the "clone" will share its identity with the original object and remote calls on a proxy to the ...more >>


How to use event in Remoting (VB2005)?
Posted by Eternal Snow at 8/4/2006 12:00:00 AM
I wanna create a remoting solution to transfer a event from server to client. My code are below: ////// Interface ///// Public Interface ISample Event result(ByVal sum As Integer) Sub sum(ByVal a As Integer, ByVal b As Integer) End Interface ///// Interface End /// ///// Ser...more >>

Fast streaming via Remoting
Posted by victor at 8/4/2006 12:00:00 AM
Hi, Is it possible to do fast data streaming, for example displaying images with a pace of 15 or 30 frames per second, thru a Remoting-TCPIP channel? (Images can be 512x512 or 1Kx1K). Thanks, victor...more >>

Object references in a Mashal-by-Value object
Posted by Matthias Heise at 8/3/2006 3:33:02 AM
Hello, I discovered some problems if I want to serialize and transfer an object hierarchy existing of next and child pointers. Doing this I had to implement the ISerializable interface. Lets say I have the following class: public class Test : ISerializable { [NonSeri...more >>

Some methods hang on certain setups.
Posted by Michael Maes at 8/3/2006 12:16:02 AM
Hi, We have a windows service passing objects to a client application by remoting. The windows service is started and running successfully. * When the client app is running on the same machine as the windows service (W2K3) every method gets executed successfully. * When the client app ...more >>

What is wrong about RemotingException
Posted by Günter Prossliner at 8/2/2006 5:29:31 PM
Hi! Why does MS make it impossible to handle RemotingExceptions? I use a IpcChannel for IPC Communication. On the server side I want to know when a client has been "hard" disconnected (e.g. Process has been killed). Because I use two way communication, it is no problem. example: try{ ...more >>

TcpChannel secure mode
Posted by Daren Terry at 8/2/2006 3:06:35 PM
I am trying to find out the secure option in the TcpChannel works. I have read that it can provide encryption of the data. If so what algorithm does it use? Cheers ...more >>

Remoting & DataReader
Posted by Isabel_ve at 8/2/2006 7:47:02 AM
Hi, I've written a windows-service and a client-application. Via Remoting I'm executing some methods of the remote-object. Some methods are using a DataReader (Odbc), to read data from a system dsn-connection. Some remoting specifications: Client and Server Channel are both Tcp ServerC...more >>



Remoting, SOAs and HTTP Keep-Alives
Posted by Oisin at 8/1/2006 2:59:37 PM
Can anyone in MS tell me (and no doubt many others on this newsgroup) why Microsoft's implementation of the HttpClientChannel doesn't allow you to enable/disable Http KeepAlives via the client side ('connection: close' header)? 1.0, 1.1 and 2.0 's internal HttpClientChannelSink class's const...more >>


DevelopmentNow Blog