about to run PHP script when POST data.

about to run PHP script when POST data.

am 21.08.2009 15:12:27 von jacky

--002354333096a78ed00471a69ecf
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 7bit

Hi guys,

As I know When we POST a big data(e.g. 500M) to a php script, the php script
only can run after the big data finished POST.

for example:
a.php

>


and I post 500m data to a.php, after that a.php cannot be died immediately.
only when the data finished post.

How can I make the a.php die before the 500m data finish?

Thanks in advance.

--
Regards,
Jacky

--002354333096a78ed00471a69ecf--

RE: about to run PHP script when POST data.

am 21.08.2009 15:20:43 von Arno Kuhl

-----Original Message-----
From: Jacky [mailto:newbdez33@gmail.com]
Sent: 21 August 2009 03:12 PM
To: php-general@lists.php.net
Subject: [PHP] about to run PHP script when POST data.

Hi guys,

As I know When we POST a big data(e.g. 500M) to a php script, the php script
only can run after the big data finished POST.

for example:
a.php

>


and I post 500m data to a.php, after that a.php cannot be died immediately.
only when the data finished post.

How can I make the a.php die before the 500m data finish?

Thanks in advance.

--
Regards,
Jacky

-------

Your script will die ungracefully when it runs out of execution time
(defined in php.ini)

Cheers
Arno


--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php