c# - Will this run out of process? -


have been looking allow me run processes out of memory (receiving out of memory exceptions on large data/process related work, , have tried sorts of options), want communication between host , newly created process. though self hosted wcf , came up. msdn link

the question is, run in same process or out of process (to me looks same process, that's thought host inside nancy)? unless can better (read: neat) idea.


Comments