>Warning: Unable to fork [cscript d:\temp\rgroup.vbs -t a -g new.group.01]
in >d:\inetpub\wwwroot\nntpadm\creategroup.php on line 3
>
>What am I doing wrong?

Using Microsoft :-)

IIRC, the deal is this -- When PHP went to version 4, the threading stuff
got real, but MS doesn't have real threads, so "forking" to run exec() and
whatnot just plain isn't going to work.  PHP could let you try, but you'd
pretty much crash PHP and/or whatever you forked, which in Microsoft-land
means crashing the whole machine requiring a re-boot.

Disclaimer:  This is my hazy memory of something I never really understood
properly in the first place.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to