At the moment I\'m writing an import script for a very big CSV file. The Problem is most times it stops after a while because of an timeout or it throws an memory error.
Oh. Just make this script called as CLI, not via silly web interface. So, no execution time limit will affect it.
And do not keep parsed results forever but write them down immediately - so, you won't be affected by memory limit either.