Could you please post your code you've got so far?
It's a little difficult to understand your problem without any codebase to dicsuss.
It shouldn't make any problems to use PDO/Sqlite in a resumable script i guess.
Of course you'll have to reconnect to the DB/sqlite-file after resuming an aborted process, did you do that?
Last edit: Anonymous 2015-01-12
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
I have posted my issue here - http://sourceforge.net/p/phpcrawl/discussion/307696/thread/32bb621d/
but have never got any solution for it.
I want to have crawler that will:
- use SQLite
- can continue from last postintion in case linux reboot
Is there any working code example for this?
View and moderate all "Help" comments posted by this user
Mark all as spam, and block user from posting to "Forum"
Hi!
Could you please post your code you've got so far?
It's a little difficult to understand your problem without any codebase to dicsuss.
It shouldn't make any problems to use PDO/Sqlite in a resumable script i guess.
Of course you'll have to reconnect to the DB/sqlite-file after resuming an aborted process, did you do that?
Last edit: Anonymous 2015-01-12