Hi,
We are connecting to a oracle database using both
persistent and non-persistent connections.
If a script causes an apache child to segfault, what happens
to the connection in both cases?
Experience seems to indicate that the connection hangs
around, but I'm not sure if for both cases.
Is there any other fix except fixing the code that causes
the segfault?
Pointers on debugging apache segfaults?