News Feed
Jobs Feed
Sections




News Archive
ThinkPHP Blog:
Handling large files with(out) PHP
August 02, 2006 @ 05:47:06

On the ThinkPHP blog today, there's a quick hint about dealing with larger files both with and whithout PHP.

As one man was quoted "640K of memory should be enough for anybody" no one will need to access more than 2 GB data. What happens if you - just for scientific reasons of course - try to access larger files using your 32bit hardware and your favorite programming language PHP?

They give the example of opening a large 2 gig file with PHP and the resulting error that would pop up. They try a few differnt ways before getting down to more of a non-PHP PHP solution (yes, you read that right). They decided, instead, to create a script to work with the file chunked, using an exec() call to the unix split command to break it up.

0 comments voice your opinion now!
file handling large fopen error split chunk exec file handling large fopen error split chunk exec


blog comments powered by Disqus

Similar Posts

Dotvoid.com: Generating Excel files with PHP

Christopher Kunz\'s Blog: Strict session handling in PHP

Errumm.co.uk: My first experience in building a FaceBook Application in PHP

Alessandro Crugnola's Blog: AMFPHP and mbstring

Developer Drive: PHP Error Checking


Community Events











Don't see your event here?
Let us know!


community symfony2 development functional database conference usergroup unittest introduction language series podcast zendframework2 rest release testing framework interview opinion phpunit

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework