| Thread | Last Post | Replies |
|
| .NET Remoting Question | 30 Sep 2003 21:40 GMT | 6 |
What happen if two clients make a same method call on a same remotable type simutaneously? Does .NET remoting handle it automatically? Or do I need to do anything special to deal with it? Thanks for any help.
|
| COM+ hosted component and FileInfo object | 29 Sep 2003 19:56 GMT | 1 |
I have a component that is used to do all file access operations. I have this component hosted in COM+ as a server application and runs under a specific id. One of the methods on this component returns a FileInfo[]. When I try to use
|
| How to copy a DATASET | 29 Sep 2003 19:50 GMT | 1 |
I need to have in client side one dataset generated in remoting server side. Now , we are passing this rows with xml, but we have that pass directly the dataset. Thanks.
|
| Raw byte communication and TcpChannel | 29 Sep 2003 19:38 GMT | 1 |
is it possible to to use channel (TcpChannel or custom channel) to directly send (and recieve) IMessage instance. I mean work with a mix of Remoting amd Messaging ... ? any links ?
|
| Remoting calls per second on LAN vs Internet | 29 Sep 2003 15:34 GMT | 1 |
I have an app that is using HTTP/Binary/IIS Remoting. I have a test funtion on a remote object that takes no parameters and returns only an integer. When I call this object in a loop about 300 times from 4 client PCs at once
|
| Get FriendlyName of AppDomain | 29 Sep 2003 04:28 GMT | 1 |
I was wondering if anyone might be able to tell me how to get the FriendlyName of an AppDomain outside my current AppDomain? Appreciate any help.
|
| Exception: 'System.Runtime.Remoting.RemotingException' Need help fixiing | 27 Sep 2003 16:02 GMT | 1 |
Can anyone help me fix this exception. I am running Microsoft's .NET Remoting chapter 3, JobClient, Jobserver application from the download. I have fixed the security problem by adding <formatter ref="binary" typeFilterLevel="Full" />
|
| How can I determine the objURI of the object being invoked upon? | 27 Sep 2003 15:58 GMT | 1 |
I have created a custom .NET remoting Channel and I would like to know how I can find the objURI of the object that is being invoked upon. I need to get this information whilst processing the
|
| Server Frame always use tcp channel to reply client when server has two registered channels | 27 Sep 2003 15:55 GMT | 1 |
I implemented a custom channel. On server I registered two channels: a tcp channel and a custom channel. When client talked to server through the custom channel, on server side, the value of the 1st parameter of the channels' CreateMessageSink(string url, object remoteChannelData, ...
|
| Does SAO's use ObjRef to create a Proxy? | 27 Sep 2003 09:41 GMT | 1 |
How is the proxy created when we use a SAO. If ObjRef is not used, then what is the methodology adopted. Thanx in advance for your answers Suraj
|
| What do you like the most in .NET Remoting? And what features does it lack? | 27 Sep 2003 07:59 GMT | 24 |
I want to open a discussion about current .NET Remoting state. We've developed several applications with it and my understanding finally results in Genuine Channels solution. I divilishly want to hear someone else' opinion!
|
| serialization | 27 Sep 2003 06:47 GMT | 2 |
I have a class that use event to indicate when it changed. when i serialize this class, it tries to serialize the delegate and this faild, because it includes the _target field of system.delegate that holds a reference to the event handler method object (in this case, a Windows ...
|
| call a remote object from within an other remote object | 26 Sep 2003 05:59 GMT | 2 |
Hi I've got a problem with remoting and can't find a solution by myself. I have 2 remote objects, 2 servers to host the remote
|
| Regarding sockets | 24 Sep 2003 21:43 GMT | 2 |
My objective is to retrieve data from a remote server through sockets.the Maximum no of sockets that can be opened are four. The component that has to be developed in .net which must
|
| Remoting object lifecicle and threads | 24 Sep 2003 16:05 GMT | 4 |
I have to implement client/server application. The client have to instaniate an remoting object via http and pass some auth info. If the auth is OK, the client should invoke a method (or sequence of methods) which will do the actual work (prepare a binary file) and return it to
|