Re: AW: [fw-general] Handling timeouts in Zend_Ldap queries

2009-09-27 Thread Henry Umansky

Stefan,
Thank you for your response. You are correct, I changed the max  
execution time from the default 30 seconds to 90 seconds and  
discovered that our LDAP server has a built in timeout of 60 seconds  
and now ZF throws a more legible exception instead of the WSoD. Thank  
you for the help.


-Henry

On Sep 24, 2009, at 5:18 PM, Stefan Gehrig wrote:


Hi Henry,

a "white screen of death" most often is caused by scripts exceeding  
the
maximum execution time (or exceeding the memory limit). The ldap- 
extension
will echo some sort of warning/error when the connection itself  
times out,

so you'll get a feedback in these cases.
Try raising the memory limit and/or maximum execution time.

Best regards

Stefan

-Ursprüngliche Nachricht-
Von: Henry Umansky [mailto:human...@gmail.com]
Gesendet: Donnerstag, 24. September 2009 23:14
An: fw-general@lists.zend.com
Betreff: [fw-general] Handling timeouts in Zend_Ldap queries

How do other folks handle long Zend_Ldap queries. Currently I get the
white screen of death, but there has to be a better way. Any thoughts?

-Henry





AW: [fw-general] Handling timeouts in Zend_Ldap queries

2009-09-24 Thread Stefan Gehrig
Hi Henry,

a "white screen of death" most often is caused by scripts exceeding the
maximum execution time (or exceeding the memory limit). The ldap-extension
will echo some sort of warning/error when the connection itself times out,
so you'll get a feedback in these cases.
Try raising the memory limit and/or maximum execution time.

Best regards

Stefan

-Ursprüngliche Nachricht-
Von: Henry Umansky [mailto:human...@gmail.com] 
Gesendet: Donnerstag, 24. September 2009 23:14
An: fw-general@lists.zend.com
Betreff: [fw-general] Handling timeouts in Zend_Ldap queries

How do other folks handle long Zend_Ldap queries. Currently I get the  
white screen of death, but there has to be a better way. Any thoughts?

-Henry



[fw-general] Handling timeouts in Zend_Ldap queries

2009-09-24 Thread Henry Umansky
How do other folks handle long Zend_Ldap queries. Currently I get the  
white screen of death, but there has to be a better way. Any thoughts?


-Henry