PostgreSQL & IIS problem

wxdqz

New Member
Hi All,

Config:
PHP4.0.2 (php4isapi.dll)
pgsql_dll (compiled from the current source)
IIS (as supplied with Win2000 Pro)
Win2000 Pro
IE 5

I'm getting an odd problem where IIS hangs intermittently after processing a .php page using the pgsql interface. Looking at the TaskManager it shows the inet service running at 99%(ish). Psql & other ODBC tools still work, so I'm assuming the problem lies with the pgsql_dll.

Restarting IIS sorts out the rogue process, and all's fine for a few more page requests.

This is purely a dev environment, so not critical, but it's a pain having to restart IIS every 5 minutes.

Has anyone else seen this, and if so, do you know what the problem/fix is (bug/my dodgey compilation/etc.)?

Can anyone point me at a pre-compiled pgsql_dll so I can test that side of things?

Hope you can help,
Ol.
 
Back
Top