[PHP] How to handle actions that may take a long time?

2005-02-27 Thread Cajus Pollmeier
Hi there, I'd like to know your opinion about how to handle events that may take more than a minute to finish in PHP. In this case, the code is performing a recursive action on a large LDAP tree where I'd like to present something like a status page ("Please wait, blah blah" with some animated

Re: [PHP] How to handle actions that may take a long time?

2005-03-01 Thread Cajus Pollmeier
Am Dienstag, 1. März 2005 01:24 schrieb Richard Lynch: > Cajus Pollmeier wrote: > > I'd like to know your opinion about how to handle events that may take > > more than a minute to finish in PHP. In this case, the code is > > performing a recursive action on a large L

Re: [PHP] How to handle actions that may take a long time?

2005-03-01 Thread Cajus Pollmeier
Am Dienstag, 1. März 2005 09:14 schrieb [EMAIL PROTECTED]: > You can send a piece of HTML defining some little thing like a div layer > with your "please wait, bla bla bla" > So the visitor can read something. > When the process is finished, you can write another piece of HTML > containing some