| Thread | Last Post | Replies |
|
| Singleton question | 21 Jan 2004 16:54 GMT | 2 |
I, If I create an instance of the object A ( obj _a = new A() ) and register it to the Remoting framework with RemotingServices.Marshal( A ) as a Singleton object, do I have a way to retrieve this instance and not a proxy to the
|
| Difference. | 21 Jan 2004 16:49 GMT | 1 |
What is the difference between Client activated and Server Activated services. Please give some real time example. Thanx and regards.
|
| One instance with two URIs | 21 Jan 2004 15:59 GMT | 4 |
Is it possible to have one instance that is registered for remoting under two URIs? Bernd
|
| Have this server code - how is it translated to the config entry | 21 Jan 2004 15:00 GMT | 1 |
This is the server code RemotingConfiguration.RegisterWellKnownServiceType( typeof(OrderQuery.BLL.PTS.LoginFactory), "OrderQueryLogin.rem",
|
| Soapsuds and Duplicate Definition | 21 Jan 2004 01:19 GMT | 2 |
Am I missing something here... I am getting a "Shared.Person is defined in multiple places; using definition from ..." warning when we compile our client app. 1. I have a SAO, Server.PersonService in the Server.dll assembly.
|
| Remoting with holding memory | 20 Jan 2004 16:31 GMT | 1 |
I have wrote a sample remoting application has Server (window application), Remote Object, and Client three parts. The Dataset between Server and Client is passed through Remote Object. I have noticed a big problem with memory usage of Server, after Client
|
| custom proxy controling lifetime | 20 Jan 2004 09:57 GMT | 1 |
I'm trying to implement a scheme, where my own Proxy class (the descendant of RealProxy) participates in controling the object's lifetime. To be more precise: 1. My server objects are descendants of ContextBoundObject
|
| How to restrict the user not to use ildasm tool on my assembly | 20 Jan 2004 00:16 GMT | 2 |
I have a component, which encrypts and decrypts the data. There are public key and private keys in code. If user uses "ildasm" tool to view the contents of the component. The public and private keys are visible. How can i restrict the user to use ildasm tool on my assembly. My ...
|
| CAO and scalability | 19 Jan 2004 17:07 GMT | 1 |
As fas as I understand, every solution using CAO isn't scalable due to specific uri to each object. Is there any ways to make CAO scalable? What Microsoft suggest? WBR,
|
| Server TcpServerChannel, specify TypeFiltering programmatically | 19 Jan 2004 16:54 GMT | 2 |
On a remoting server I'd like to do config type filetring programmatically. Basically I need to set following settings in code: <channel ref="tcp" port "1234"> <serverProviders>
|
| unique "process id" when using IIS | 19 Jan 2004 16:52 GMT | 1 |
I have some remoting objects hosted in IIS. When a user call these objects, the objects writes tracing information to the eventlog. Sometimes there are many users of these object... so how can I find the "process id" which identifies each call to the objects ?? Using the System ...
|
| Too much memory for .NET remoting | 19 Jan 2004 16:39 GMT | 1 |
I have created a small application with .NET remoting technology. I have 3 simple remote classes that clients can instanciate and a Windows service that publish these classes. Yesterday I notice in the Task Manager that this service use 14MB of RAM memory when it starts, but ...
|
| can a .net remoting callback passes firewall | 19 Jan 2004 16:27 GMT | 1 |
If I pass "this" (i.e. the client object instance pointer) as a parameter to a server using binary over http (my client's IP is 192.168.1.1, and my server's IP is a public Internet IP, my router does NAT), can my server call my client's method using the "this" (may I make it to work ...
|
| Remoting and Name Resolution | 19 Jan 2004 15:45 GMT | 1 |
I have SingleCall middleware objects. Clients pass in a contact URL like tcp://MachineName/ClientSvc/ClientObj.rem into the middleware object. A middleware object then Activates one of these client objects to run methods etc. Everything works well unless there is no name ...
|
| remoting "newbie" questions | 19 Jan 2004 11:54 GMT | 1 |
I am implementing a application that uses remoting that is generating some doubts as to best practices, scalability possibility, round trips on the net and things like this. I would like to know which the "better" form of doing what needed.
|