[PHP-WIN] Re: servers in php

2004-03-13 Thread DvDmanDT
I was thinking about this a while ago accutually.. It does seem like you can use ticks to get a multithreaded server, with multiple connections, but I can't say for sure.. :p -- // DvDmanDT MSN: dvdmandt?hotmail.com Mail: dvdmandt?telia.com "Comex" <[EMAIL PROTECTED]> skrev i meddelandet news:[EM

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

php-windows Digest 14 Mar 2004 00:06:41 -0000 Issue 2163

2004-03-13 Thread php-windows-digest-help
php-windows Digest 14 Mar 2004 00:06:41 - Issue 2163 Topics (messages 23126 through 23129): Re: MSSQL inserting into a table with a valid result se t 23126 by: Svensson, B.A.T. (HKG) i need some documentaion about how to install PHP 5 on apache 2 on WinXP 23127 by: omer katz

[PHP-WIN] servers in php

2004-03-13 Thread Comex
I was wondering how to go about making a server in PHP that would accept multiple connections..in windows, so I can't use forks. I'd need to call the program from itself but I don't know how the listening works. -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www

[PHP-WIN] Test

2004-03-13 Thread Firman Wandayandi
IGNORE...

[PHP-WIN] i need some documentaion about how to install PHP 5 on apache 2 on WinXP

2004-03-13 Thread omer katz
plz help -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP-WIN] MSSQL inserting into a table with a valid result se t

2004-03-13 Thread Svensson, B.A.T. (HKG)
One can also do cross queries between database instances in the same MS SQL server (but I don't think this was the case in this case?). Anyhow, if a result set has been fetched from the same MS SQL server, then one alternatively can do like this: SELECT ... FROM .., .. ... but of course one need