I am trying to use the Python thread module together with PyTables. Can someone tell me whether PyTabes is thread-safe? I get some errors and it seems to be related to tht threading.
Thanks,
Mark
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
from the PyTables FAQ here: http://www.pytables.org/moin/FAQ
It says concurrent reads are safe but that concurrent writing or even a single writer with reader threads is probably a bad idea.