Closed GoogleCodeExporter closed 9 years ago
Update: I implemented transactions and it seems to be working. For anyone else
that needs to do this, just setTransactional(true) for the env and each
database. setLocking(true) for the env. Provide a transaction for the cursors
and commit them after the cursor is closed. I'm sure this degrades performance
but it works for me. If you have any comments about side effects I may not have
anticipated, please let me know.
Original comment by EvanDavi...@gmail.com
on 8 Oct 2010 at 4:10
i need it too, it very helpful, thank you!
Original comment by wanxiang.xing@gmail.com
on 24 Mar 2011 at 7:46
how to do this in code? i understand what u did but i couldnt implement it
Original comment by utkuson...@yahoo.com
on 21 May 2011 at 11:10
If you checkout the latest version from svn it supports resuming. You just need
to enable it in the crawler4j.properties file.
-Yasser
Original comment by ganjisaffar@gmail.com
on 21 May 2011 at 4:08
As of version 3.0, crawler4j supports resuming. See
http://code.google.com/p/crawler4j/wiki/Configurations#Resumable_Crawling for
more details.
-Yasser
Original comment by ganjisaffar@gmail.com
on 2 Jan 2012 at 3:56
Original issue reported on code.google.com by
EvanDavi...@gmail.com
on 7 Oct 2010 at 5:49