Groups | Blog | Home


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 > may 2004 > threads for may 22 - 28, 2004

Filter by week: 1 2 3 4 5

.NET Remoting performance problems
Posted by Stefan at 5/28/2004 12:31:03 AM
Hi We've developed an application, consisting of a server application and a client application Both communicate via .NET remoting. We've got performance problems with it, so we tested it. There are some strange results The Client calls a server method to get some data. The object on the serve...more >>


What's the optimalized buffer size to receive socket data?
Posted by Anony at 5/27/2004 8:30:52 PM
Hi All, I need to receive large data (> 10 Mb) and tried the iBufferSize from 1024 to 8096. It seems to me 16384 is even better. mSocket.BeginReceive(mbytData, 0, iBufferSize, SocketFlags.None, AddressOf DoSocketReceive, Nothing) Does anyone know a right size? Thanks for any tips, A...more >>

Initializing SAO
Posted by Emiel van de Laar at 5/27/2004 12:18:34 PM
Greetings, I'm building a small sample application in order to better understand ..NET remoting. I have a graph object (my model) which lives on the server side as a Singleton activated object. Clients can access this object and, for example, add or remove a node. When a client connects ...more >>

connecting to a remote server using ssh
Posted by shalin at 5/27/2004 12:01:02 AM
hi I know the ip of a remote machine. I need to connect to this machine using ssh protocol and ppk encryption. Can I do this using dot net framework sockets?? Can some one provide me the code its very urgent Shalin...more >>

Distributed application programming
Posted by Tim Marsden at 5/26/2004 8:26:36 PM
I am new to distributed application programming. Could anybody give me advice on how to accomplish the following? I am writing in VB.NET. I would like to keep away from web services and IIS if possible. Perhaps using some form of remoting. I would like to develop an application which sits ...more >>

Remote type does not exists on client
Posted by Shurik at 5/26/2004 3:55:42 PM
How can I use remote object if there is no remote type on client side. On client side I only know an interface that server side object implements and probably full name of server-side class implementing the interface. How can I create instance of an object without having object definition on cli...more >>

Cannot create Word application object using remoting
Posted by Stuart Hunter at 5/26/2004 3:21:00 PM
I have class that creates a word application document using the following basic code: Public Sub CreateDocument() Dim app As Word.Application app = New Word.Application ... End Sub This works as expected when called from a console application. However, when the same co...more >>

How to imitate a network problem on a local computer?
Posted by Max Samookha at 5/26/2004 2:48:55 PM
Hi everybody! I'm testing a server/client app. Both server and client are on the same computer running Windows 2000. Is there any way to imitate a network problem locally? Maybe deactivate sockets somehow? Thanks in advance. ...more >>



Cannot assign to IMethodReturnMessage.Exception
Posted by Nick Carter at 5/26/2004 1:40:26 PM
I have written a RealProxy descendant which intercepts my client's message calls to the remoting server. In its Invoke method I catch the IMethodReturnMessage and look at the Exception property. If it is a certain exception I want to change the exception to my own exception to provide more infor...more >>

binary formatter not binary?
Posted by juergen doubrawa at 5/25/2004 8:16:15 PM
Hello, it doesn't matter if I use the TcpChannel or the HttpChannel. I always can read the tcp stream in ascii. I can see the method names in the tcp dump for example. shouldn't that be a binary format with tcp? I would understand it I were using http and soap. it even doesn't change if I ...more >>

monitoring
Posted by Felipe Garcia at 5/25/2004 5:38:45 PM
do you guys know if there is a way to track all remoting activity ? I implemented ITrackingHandler but it didn't fit my requirements, I need more power at my remoted objects. I need to do an application using remoting(all business objects), and thus need the ability to watch the components and...more >>

_at_client_side
Posted by Shaw at 5/25/2004 2:31:07 PM
I try an event sample from a book “.NET Remoting” chapter 3. It looks everything’s OK at server side. But at client side, the event handler never gets called I download the source code from www.microsoft.com/mspress/books/6172.asp, and (1) Add typeFilterLevel="Full" attribution in config fi...more >>

unregistering?
Posted by delphiconsultingguy NO[at]SPAM yahoo.com at 5/25/2004 2:27:42 PM
Hi all, I have: a classLibrary with a remotable object in it, a windows Server app that registers the remotable object as a wellknown service type, and a windows client app that registers the same remotable as a wellknown client type. The first thing I did was run the client without running...more >>

Disconnecting Network Cable and Channel Types
Posted by Steve Binney at 5/24/2004 7:48:42 AM
I have a client/server application that uses remoting. The client and server are separate applications that can either run on the same computer or run on separate computers in the same domain. Both computers have the .Net framework 1.1 installed. Based on these requirements, I have chosen th...more >>

remotable object does not output file
Posted by mi97ki NO[at]SPAM yahoo.com at 5/23/2004 4:00:08 PM
Hi, I have a remotable object hosted in IIS that loads a native DLL. The DLL is supposed to generate an output file. When the object is not hosted in IIS and implemented as a console application, there is no problem: the output is there. But not when it implemented as an assembly and hosted i...more >>

remote events
Posted by jm at 5/23/2004 2:47:50 PM
Hi, my question is more theoretical. If I like to develop let's say a chat server with sockets, all my clients can stay connected with the server as long the client runs. If there's a new text message for all clients, the server can send this message to all the clients over the established...more >>

MS strategy for local RPC?
Posted by Koji Ishii at 5/23/2004 1:31:02 PM
I'm looking for MS's strategy for local RPC. Does anyone know if such thing exists I understand Remoting is today's technology, and Indigo for tomorrow, but both target RPC between PCs and not within PC. I also understand I can use Remoting with local loopback, but I'd like to avoid it if possible ...more >>

Remoting Object Instance Variable overwritten
Posted by George at 5/23/2004 9:11:04 AM
I've questions about remote object instance variable share use. I've two remote object (of the same class) instances at the client side. Their instance variables seems to overwrite each other which it should not be expected like static ones I have a service class defined like <Serializable()> P...more >>

unhandled exception as a result of RemotingConfiguration.Configure
Posted by Hazzard at 5/23/2004 5:32:33 AM
As a result of the following line of code from Juval's article and sample code from last year; (http://msdn.microsoft.com/msdnmag/issues/03/03/ContextsinNET/default.aspx) RemotingConfiguration.Configure("LogbookViewer.exe.config"); I get the following error; An unhandled exception of type '...more >>

The remote server returned an error: (405) Method Not Allowed.
Posted by Sutty at 5/22/2004 7:16:04 PM
I have worked through Dino Esposito’s example using remoting (http://msdn.microsoft.com/msdnmag/issues/02/10/NETRemoting/default.asp My machine has V/Studio 2003, XP professional SP 1, Net frameworks 1.0 and 1.1. The machine is not on a Domain. I have admin rights. I have not changed the proce...more >>

Abstract factory and remoting
Posted by mi97ki NO[at]SPAM yahoo.com at 5/22/2004 10:22:04 AM
Hi, I developed an application that allows a client to build objects (called Servers, for simplicity) of a specific type using an abstract factory. The Servers are remotable objects hosted in IIS. This are the various modules the application consists of: 1. AbsServer (interface to the concr...more >>

Client/Server
Posted by MoeJoe at 5/22/2004 7:01:04 AM
I need to write an application (Server) that listen to a specific port, and receives and processes all requests that come from multiple machines (clients) at the same time. My question is; where can I start? Are there any examples that can help me? Thanks in advanc ...more >>


DevelopmentNow Blog