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.


Comments

Popular posts from this blog

javascript - DIV "hiding" when changing dropdown value -

Does Firefox offer AppleScript support to get URL of windows? -

android - How to install packaged app on Firefox for mobile? -