ctrl+c and destructors

Adam D. Ruppe destructionator at gmail.com
Thu Oct 3 16:28:34 PDT 2013


On Thursday, 3 October 2013 at 23:18:32 UTC, deadalnix wrote:
> And unless phobos get a sandboxing solution builtin, the 
> argument will stand.

pipeProcess is an ok starting point. (Though when I tried to use 
it recently, the fact that it didn't support async i/o on Windows 
meant I had to roll my own anyway...) but if you spawned the 
plugin as a process and then just sent/received messages through 
the pipes it isn't too hard to make an application out of it, 
especially with an rpc library too.


More information about the Digitalmars-d mailing list