forks/pipes and std.socket

Steven Schveighoffer schveiguy at yahoo.com
Tue Sep 7 13:10:15 PDT 2010


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

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

The upcoming std.process changes will make this easy.

-Steve


More information about the Digitalmars-d-learn mailing list