c# - Difference between inproc and outproc -
i trying find difference between inproc , outproc in c#. if have dll running on server , question run in both inproc , outproc? performance-wise process better? an inproc server runs in same process calling application. it's close normal function call on dll. calling outproc server, data needs marshalled across process boundry expensive operation. inproc server fast can bring down application.