-
Notifications
You must be signed in to change notification settings - Fork 26
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
Make DataSvc
thread safe
#106
Comments
@jmcarcell do you want to keep this open until this is done "properly", or can we close this? |
I don't mind either. |
DataHandle
(or DataSvc
) work with Gaudi FunctionalDataSvc
thread safe
This is now completed by having a new service that can be used with multithreading |
As already discussed in #94 eventually we want to move to Gaudi Functional. This requires that our
DataHandle
/DataSvc
works in a thread safe way. #100 introduces Frame based I/O but probably not yet in a thread safe enough way to make it work inside Gaudi Functional.The text was updated successfully, but these errors were encountered: