- introduction
- picture
- Boutique
- Related
Developer's DescriptionBy CognitierRun unstable code in expendable worker process.SimpleIPC lets you do the following events. Run unstable code in an expendable worker process, and communicate with the delegate process over the IPC Channel. If there's a process crash, it's the external process that crashes, rather than your app (or web site). Run code that leaks memory in the worker process. You can recycle worker process frequently to mitigate problems with memory leaks. Lend multithreaded behavior to MS Office applications. Send a request to the woker process and the MS Office application, such as Excel, remains responsive while the external process is working. The external process can update your MS Office app when it's done via automation.