In .Net remoting 开发者_如何学Pythonover http, we return a byte[] back to the client by doing a SerilizationInfo.AddValue(SerializationInfoValueName, ((MemoryStream)writer.BaseStream).GetBuffer(), typ
We are using GraniteDS autogenerated AS code to map Java remote objects to AS. We have objects that contain List sites in Java so when they are converted to AS it looks like:
I\'m having trouble with an AS3 AMF RemoteObject request that is hosted on App Engine. I have a crossdomain.xml file in the root of the domain, and also one at the remoting endpoint.
I am helping a company with a software package that will flexibly support multiple deployment scenarios.The package is written with .NET, has a well defined BLL, and utilizes SQL Server for the databa
I want to use Flash Remoting in my Flash app that is backed by a Java server. I\'m interested in what my options are for using Flash Remoting with Java. I know about BlazeDS but it seems to be fully g
It\'s not possible to set a connection timeout on a .NET remoting call.Documentation occasionally refers to Tc开发者_Python百科pChannel properties that allegedly do this, but discussions and the most
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 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.
Closed. This question is opinion-based. It is not currently accepting answers. Want to开发者_如何学编程 improve this question? Update the question so it can be answered with facts and cita
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.