forks/pipes and std.socket
Nick Sabalausky
a at a.a
Tue Sep 7 11:54:46 PDT 2010
"Kagamin" <spam at here.lot> wrote in message
news:i660qi$nud$1 at 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.
More information about the Digitalmars-d-learn
mailing list