Re: Creating BIG zip file without time-out
- From: FrobinRobin <frobinrobin@xxxxxxxxxxx>
- Date: Sat, 16 Jan 2010 01:58:36 -0800 (PST)
As all the sarcasm drips down this page... However, Peter H. Coffin
raises a good question; "is a user waiting on this process?"
If not.... can you run exec() or pcntl_fork()?
Look them up on php.net as they can allow you to run processes in the
background (and therefore PHP isn't waiting on the process to
finish... of course you'll need to track the process id to check when
it's finished so you can use the archive)
.
- References:
- Creating BIG zip file without time-out
- From: mind01
- Re: Creating BIG zip file without time-out
- From: rf
- Re: Creating BIG zip file without time-out
- From: Jerry Stuckle
- Re: Creating BIG zip file without time-out
- From: rf
- Re: Creating BIG zip file without time-out
- From: Peter H. Coffin
- Creating BIG zip file without time-out
- Prev by Date: Re: Mailing from PHP
- Next by Date: Re: Looking for PHP behaviour similar to a servlet
- Previous by thread: Re: Creating BIG zip file without time-out
- Next by thread: Re: Creating BIG zip file without time-out
- Index(es):