What is the difference between in-proc and out-of-proc?

An in-proc is one which runs in the same process area as that of the client giving the advantage of speed but the disadvantage of stability because if it crashes it takes the client application also with it. Out-proc is one which works outside the clients memory thus giving stability to the client, but we have to compromise a bit on speed.

Tagged . Bookmark the permalink.

Leave a Reply