Tagged Questions

0
votes
1answer
87 views

How to consume remoting in IronRuby

I was trying to consume a remoting service in IronRuby and I get this error. Attempted to call a method declared on type 'IronRuby.Runtime.IRubyObject' on an object which exposes …
0
votes
2answers
16 views

Can I place Remoting configuration in web.config?

I have an ASP.Net web application, which interacts with .Net Remoting application server. As part of this is it possible to place Remoting Client Configuration in Web.config file? If so, how it can be …
2
votes
3answers
157 views
+100

.NET Remoting Singleton memory leak, TCP, Marshal by Reference

I am using the simplest example of remoting that I could find, sharing an object between a windows service and a windows forms program (client), running on the same machine. The service instantiates …
0
votes
1answer
83 views

Event Problem in .NET Remoting

Learning from INGO RAMMER's "Advanced .NET Remoting", I tried to use the following codes for firing events to clients: foreach (Delegate del in MessageArrived.GetInvocationList()) { try { mah = …
0
votes
0answers
9 views

.NET: Channel and sinks between unrelated appdomains

I am of the understanding that when a new appdomain is created, the framework creates channels and sinks implicitly. If it didn't, you couldn't create an object in one appdomain and make use of a …
0
votes
0answers
27 views

.Net Remoting: Wrap user objects vs more remoting channels

I'm learning about remoting by doing small remoting-based projects and also trying to enforce Good Practices while doing so to avoid my usual habit of developing Bad Habits. There is a service that …
0
votes
1answer
17 views

JMX confuse(remote server control)

Hi. I have a couple of Tomcat and Glassfish servers. And i want to manage them over JMX. "Use JConsole" - you could say, but this is wrong way because i'm writing Hudson plugin. I need starting …
1
vote
1answer
129 views

Flash Lite access complex data on the webservice .net based?

Hi All, I am new to flashlite/actionscript, my problem is.. how can i call a method in the webservice having complex data(return data and paramters), The web service is .net based and it is tuned for …
0
votes
1answer
36 views

ASP.NET sessions and custom authentication

I'm building a web site that will acts as a client to a persistant server process. ASP.NET will communicate with the server using .NET Remoting. The server is used by other clients as well (thick WPF …
0
votes
2answers
57 views

How do I find a .NET remoting memory leak on select machines?

The memory leak is not happening on every machine, but reliably on a couple at my work, and it's looking like close to 10% in the field. I have a product that uses a Windows service to monitor user …
3
votes
8answers
134 views

What is the best way to transmit Java objects over a network

I am trying to transmit objects of a particular class from one server to another. The options I'm looking at are: Serialize the data as JSON and send it over the wire using HTTP, and de-serialize …
0
votes
2answers
39 views

Remotely pass messages to c# console app

I need to be able to send a string message and receive a string response from a console app running within our organization. I want to pass simple strings back and forth from a remote IP address. …
0
votes
0answers
22 views

Presentation layer communication with business service layer

I have an existing enterprise Java application with several layers including a web services facade over a Java services layer over a domain layer over a data access layer. The system currently has …
0
votes
2answers
557 views

Remoting server forcibly closing client connections in the middle of remote calls

Hello everyone. I have a system consisting of a server accepting remoting calls from clients with TCP as the underlying transportlayer. It normally works like a charm, but if I increase the no. of …
0
votes
1answer
15 views

Deserialize AmfPhp messages

Is it possible to deserialize the AmfPhp messages while remoting? They are in binary, and assuming that amfphp understands what they are I should be able to decode what it s. How to ? is this …

1 2 3 4 5 20 next
15 30 50 per page