Gunnar Aastrand Grimnes
Gunnar Aastrand Grimnes
This is re: https://github.com/RDFLib/rdflib/issues/167
It's been a while, but I prefer this: https://github.com/RDFLib/rdflib/pull/409 - I think 🤔
This is a good feature for the #283 clean-up, then there will be an error-callback.
I have a similar issue - my best theory is something around this: http://bugs.python.org/issue6721 If you have multiple threads (which you will do if you use multiprocessing, since there are...
I've made a small test case that displays this problem: https://gist.github.com/gromgull/3a2e343d50184a853fcf1dca5e690a6b This breaks on python 2.7.12 for me, maybe 25-50% of the time.
One last comment: if I tweak that example slightly and make it use `multiprocessing.Pool` and `async_apply`, it runs fine in 2.7
I know threads and forks don't mix, and my test program above has no threads of its own. The link above just meant as a possible explanation - since the...
@iherman : you contributed the dataset class - could you have a look at this?
I think... Dataset and ConjunctiveGraph have a lot in common, both should have quad methods, and way to access a single Graph ... the only two differences should be whether...
Another thing: > The fact is that the Dataset has no 'parse' method for the moment because we do not have any dataset syntaxes in RDFLib yet... That is not...