[PHP] RE: [PHP-WIN] servers in php

2004-03-15 Thread BrokenClock
You may use fork wiht cygPHP, see this recent mail on the mailing-list. > -Message d'origine- > De : [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Envoyé : lundi 1 mars 2004 13:39 > À : [EMAIL PROTECTED] > Objet : [PHP-WIN] Re: Process Control Functions (PCNTL) > > > Brokenclock wrote on 1/

[PHP] Re: [PHP-WIN] servers in php

2004-03-13 Thread Robert Twitty
Take a look at the socket functions, with special attention to socket_listen() and socket_accept(). AFAIK, this may be a bit beyond the scope of PHP on windows. Even if you successfully call the program from itself, you will not be able to pass the connection to the cloned program. Your server ma