Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is writing to file operation thread-safe? #26

Open
ScottShao opened this issue May 10, 2016 · 2 comments
Open

Is writing to file operation thread-safe? #26

ScottShao opened this issue May 10, 2016 · 2 comments

Comments

@ScottShao
Copy link

Is it possible several threads are writing to the file using update_files at the same time?

@buckyroberts
Copy link
Owner

Yep, a fix is needed to either use locking or to use separate files per thread then merge at the end. Feel free to submit a pull request if you can think of a solution that works.

@ghost
Copy link

ghost commented Jul 9, 2017

The project has been moved to https://github.com/AbdulSheikh/Spider . This project is no longer supported In this github account.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants