views:

10

answers:

0

Hello, I've been coding a simple PHP mail application (just displays my new emails from a bunch of accounts) on my local web server, and I've been getting delays of about 10 seconds every time I try to fetch the messages (about 10) via imap_open, etc.

Is is possible to make a progress bar that (crudely, if at all) displays some progress on what the server is doing? I feel that it is incomplete when I have to wait 10 seconds with no user interaction whatsoever.

Thanks in advance!