| Thread | Last Post | Replies |
|
| Using sockets for remote objects | 19 Jan 2004 03:07 GMT | 2 |
I want to use socket technology for passing object between different machines. But I saw that Socket.Send accepts only array of bytes. What can I do? Do I have to serialize the object in XML? Bye
|
| Suffering a slow death over events and delegates... | 18 Jan 2004 15:28 GMT | 6 |
I've been at it for some time now tring to get an event to work through remoting. I've seen a bunch of posts on this and just can't get it to work. I'm able to call a method on a remotable object (login()). In this method
|
| Performance issues | 16 Jan 2004 23:22 GMT | 1 |
I use remoting to connect 4 clients to one server over lan. during the program running, it have LAGs, i mean it stuck to 0.5 sec app. this is critical, how can i boost the remoting service to make it fuster ?? i use singleton, (i will try now singlecall...) without callbacks or ...
|
| From Higher to Lower Level? | 16 Jan 2004 23:20 GMT | 1 |
EDIT: I wish to understand the relationships between SAO(singleton), SAO(singlecall), CAO and their TCP communications (When will each of them open/close the connection etc) Till now, I understood that:
|
| Instant Messenger | 15 Jan 2004 22:12 GMT | 7 |
In an instant messenger application how does one client talk to another. Is their a central server that hosts the remotable objects which each messeage is routed through to the reciever. if this is the case:
|
| Client can not find itself when instancing remote object | 15 Jan 2004 20:17 GMT | 1 |
This is my first attempt at Remoting, so I am pretty sure I've just done something stoooopid. Using Framework 1.1. The exception SOUNDS like it is looking for itself, but PERHAPS the exception is being propogated back from the service (maybe because the object implements
|
| What is the differnce for SAO CAO Factory - Interfaces vs Abstact | 14 Jan 2004 20:36 GMT | 2 |
What is the difference of using Interfaces vs Abstact classes for the Factory approach? Thanks
|
| When remoting objects do referenced objects come along? | 14 Jan 2004 19:37 GMT | 2 |
Lets say I've got an object EmployeeManager that contains a reference to a bunch on Employee objects as well as a settings object. If I marshal the EmployeeManager object can the client access the Employee and settings objects?
|
| client disconnected? | 14 Jan 2004 16:41 GMT | 3 |
I use a httpchannel and remoting. My client logs on on the server, and messages can be sent from the server to the client. Everything works fine. But then I don't do a thing for about 20 minutes. And then I can't send messages anymore the client. But the client doesn't know it is ...
|
| Client IP Address | 14 Jan 2004 15:51 GMT | 1 |
When a SAO receives a call from a client, how can I get the IP adrress of the caller?
|
| TCP Channel confusion | 13 Jan 2004 17:35 GMT | 1 |
I'm a little confused regarding TCP channels and I'm hoping you can help me. When using normal TCP/IP socket stuff and I register a listener a new socket is created for every connection coming in, leaving the listener free to listen
|
| How do I expose .Net components to DCOM clients | 13 Jan 2004 13:30 GMT | 1 |
Alright, I know that this might not be a good idea, however, I need to deal with a variety of clients. So, I have a couple of components written in VB.Net. I have fronted them with Web Services, so that they can be
|
| End Invoke not called using asynchronous callback | 13 Jan 2004 05:26 GMT | 4 |
I have developed a server that services notification subscription and delivery through remoting using event and delegate. The client would provide the delegate that point to a function in the client to receive notification. This delegate will subscribe to an
|
| Remoting and connectionString | 12 Jan 2004 21:23 GMT | 1 |
I've got one application which use a remoting dll on a server. This dll need to access to SQL-Server. My dll is hosting in a windows service. I would like to know where i should store the connectionstring ?
|
| Connecting to remote COM+ object from .NET | 12 Jan 2004 19:15 GMT | 1 |
I am currently writing an ASP.NET application that uses unmanaged COM+ components that are supposed to be installed in a different server. I am using the following code to connect via DCOM to these components and it does not work, it raises "Specified cast is not valid" exception ...
|