On Fri, Aug 10, 2012 at 10:22 AM, Robert Cummings wrote:
> On 12-08-09 08:01 PM, Al wrote:
>> I can't find a way to see what files could be open or what the limit is.
>>
>> Site is on a shared server, cPanel.
>
>^
> THIS is probably your problem. Too many open files ind
On Aug 10, 2012, at 11:45 AM, Tedd Sperling wrote:
> On Aug 9, 2012, at 5:16 PM, Jim Lucas wrote:
>> You are relying on PHP's loose typing. This is a poor check.
>>
>> session_id() returns a string, not boolean.
>>
>> You should do this instead.
>>
>> if ( session_id() === '' )
>>
>>
>
On Aug 9, 2012, at 5:16 PM, Jim Lucas wrote:
> You are relying on PHP's loose typing. This is a poor check.
>
> session_id() returns a string, not boolean.
>
> You should do this instead.
>
> if ( session_id() === '' )
>
>
>
> --
> Jim Lucas
Thanks Jim -- you're right.
What about?
i
On 12-08-10 02:49 AM, Matijn Woudt wrote:
On Fri, Aug 10, 2012 at 5:36 AM, Jim Lucas wrote:
On 8/9/2012 5:01 PM, Al wrote:
Getting "Too many open files" error when processing an email batch
process.
I've looked extensively and can't find more than about 100 files that
could be open. All my
On 12-08-09 08:01 PM, Al wrote:
Getting "Too many open files" error when processing an email batch process.
The batch size is actually rather small and the email text is small likewise.
I've looked extensively and can't find more than about 100 files that could be
open. All my fetching is with
5 matches
Mail list logo