If I have a Windows Service running in its own session (Se开发者_如何学Gossion 0 isolation Vista/7), my GUI application in the users session cannot connect via .NET remoting using a IPC channel(named
I have an AppDomain that I\'m using to load modules into a sandbox with: class PluginLoader { public static AppDomain PluginSandbox;
I\'m thinking about possible alternatives for our EJB based service layer and wondered if it would make sense to use just the service and database layer of Grails together with the Remoting Plugin or
I\'m writing a light remoting app to assist in debugging a problem with remoting communication. This app mimics much of what a larger application does:
When using .net remoting, does the server limit incoming client remoting calls? I find a particular remoting call (during ASP.NET page rendering) to take from 200ms to 1500ms. While the underlying da
I saw the Example of Mr. Bob regarding Delphi 2010 Datasnap, I am impressed. But my question is what if the client is connected thru proxy ser开发者_开发百科ver? how could I define the proxy in the cl
So currently my company is using a TCP/IP connection to talk between server and client programs, right now we are building this connection using System.RunTime.Remoting, which is clunky and not that r
I have an application I wrote which has been running well for 4 years. Yesterday they moved all their servers around and installed about 60 pending Windows updates, and now it is broken. The applicati
My company has an existing .Net Remoting service exposing interfaces to external processes.I am configuring this service to support both IP v4 and IP v6 communicationsby having the following app.confi
I\'m looking for examples (code) of applications that uses Flash (NOT Flex) and Remoting classes for ActionScript 3 (NetConnection). Once there was ARP, a repository of code of this 开发者_Go百科kind,