From: "Josiha Hudini" Newsgroups: comp.os.msdos.djgpp Subject: fork off Date: Tue, 18 Apr 2000 00:18:55 +0100 Organization: Customer of Planet Online Lines: 6 Message-ID: <8dg6ai$hnv$1@news7.svr.pol.co.uk> NNTP-Posting-Host: modem-107.lead.dialup.pol.co.uk X-Trace: news7.svr.pol.co.uk 956013714 18175 62.136.60.235 (17 Apr 2000 23:21:54 GMT) NNTP-Posting-Date: 17 Apr 2000 23:21:54 GMT X-Complaints-To: abuse AT theplanet DOT net X-Newsreader: Microsoft Outlook Express 4.72.3110.1 X-MimeOLE: Produced By Microsoft MimeOLE V4.72.3110.3 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com The fork() function Does it work in win/dos, and if so how do i use it? I have a server that needs to be multi-client, but can only get one client at a time. The fork function was suggested to me, and was included in a program for linux but the same code don't work in windows/dos.