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

Ilia Alshanetsky\'s Blog: Another unserialize() abuse

Ivo Jansch\'s Blog: Defensive Programming

DevShed: Finding Paths, Timestamps and More with the DirectoryIterator Class in PHP

Stubbles Blog: XJConf for PHP 0.2.0 released

DevShed: Processing File Data with Template Classes in PHP 5


Community Events











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


functional example testing release interview series object code introduction framework application unittest community opinion phpunit language podcast development zendframework2 tool

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