Date: 12/10/98
- Next message: Steve Williams: "Re: [PHP-DEV] Errata."
- Previous message: Steve Williams: "Re: [PHP-DEV] Errata."
- In reply to: Steve Williams: "Re: [PHP-DEV] Errata."
- Next in thread: Steve Williams: "Re: [PHP-DEV] Errata."
- Reply: Steve Williams: "Re: [PHP-DEV] Errata."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
> I general I agree. However a used might want to connect to two different
> database servers on two separate platforms...
>
Agreed, this should be possible. I wasn't aware of that the problem is
not
with identical connections.
> It hangs AFTER it has completed the HTML page. When PHP eventually times
> out I get the complete HTML page (with the RDBMS data) followed by a
> timeout message. And when I monitor the database connections I don't see
> one, therefore I assume it is very short lived.
>
This is very strange, maybe you could investigate on the exact location,
where PHP hangs? Do you issue an odbc_close()?
It seems to me, that PHP hangs during processing, not request shutdown -
but I'm not sure, since you are using the cgi version (?)
-Andreas
-- PHP Development Mailing List http://www.php.net/ To unsubscribe send an empty message to php-dev-unsubscribe <email protected> For help: php-dev-help <email protected>
- Next message: Steve Williams: "Re: [PHP-DEV] Errata."
- Previous message: Steve Williams: "Re: [PHP-DEV] Errata."
- In reply to: Steve Williams: "Re: [PHP-DEV] Errata."
- Next in thread: Steve Williams: "Re: [PHP-DEV] Errata."
- Reply: Steve Williams: "Re: [PHP-DEV] Errata."
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

