On Tue, 07 Sep 2010 14:54:46 -0400, Nick Sabalausky <a...@a.a> wrote:

"Kagamin" <s...@here.lot> wrote in message
news:i660qi$nu...@digitalmars.com...
Nick Sabalausky Wrote:

Does anyone who's done this sort of thing in D before, on Win or Lin,
know
of anything else in particular to be aware of?

There's no fork on windows. If you want a multithreaded server, it's
usually implemented with threads on windows.

That was just an example. CreateProcess/spawn/system are fine for my
purposes. I'm just talking about creating a child process and communicating
with it via pipes.

The upcoming std.process changes will make this easy.

-Steve

Reply via email to