SimpleIPC 1.0.0.1

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...