Hi All,

I'm scanning email address for our mailing list to see if they are valid and
the PHP app I have built for this bombs out at random complaining of a
Segmentation Fault.

I believe this is to do with memory and possibly down to the number of open
file handles but the code is spot on in that it opens a connection, runs
some code, then closes it. I've checked it, double checked it then checked
it some more and fclose definitely gets executed every time.

The variable I'm using for the file handle is $Connect and the reference to
this gets incremented by 1 every time I run fsockopen on it. Should it do
this?

My question: Is there any limit to the number of times I can run fsockopen
in any one instance of PHP even though the connection is being closed?

Or is there something else I should know?

Thanks in advance
Andy


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

Reply via email to