c# - Send large byte arrays between AppDomains in the same process -


I am creating a network server and starting many appendemen on the server for which request is made. What would be the fastest way to send a request payload to one of the app domains for processing?

  1. Read from the socket in the byte array in the payload and martial it.
  2. From the Marshall Network stream (emanating from Marshall BearFrays) to App Doman.
  3. Read the payload. Decoding it in Objects Marshall decoded objects.
  4. Use designated pipes to move the byte array.
  5. Use loopback sockets.
  6. Perhaps there is a way to martial a socket connection?

Most irreversible objects are created in decoding which is used to complete the client request and the appodeman then creates a response and makes it back on the Masters Appendaman, Sends back socket

The method should prefer less memory than the CPU.

WCF is not an option.

Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -