>From my understanding you can get PHP with CGI to do persistant connection
if you install fastcgi.

Link about PHP and FastCGI:
http://php.weblogs.com/fastcgi_with_php_and_iis

Mark.


"Php Dot Net" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> depend on which web server :
>
> for apache : use php as a module
> for IIS (very bad id) : use php as a ISAPI
>
> In either case don't use php as a CGI, this won't allow persistant
> connection (very usefull for mysql....)
> Hope that helped !
>
> k
>
>



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to