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

Drivers should be thread safe. #112

Closed
kumagi opened this issue Feb 24, 2015 · 5 comments
Closed

Drivers should be thread safe. #112

kumagi opened this issue Feb 24, 2015 · 5 comments

Comments

@kumagi
Copy link
Member

kumagi commented Feb 24, 2015

for concurrency of machine learning, Jubatus server holds giant lock for each model.
But giant lock is harmful for performance on multi-core processors.

Drivers should be thread safe, and server should not hold giant lock for each model.

@kumagi kumagi changed the title Drivers shoud be thread safe. Drivers should be thread safe. Feb 24, 2015
@kmaehashi kmaehashi added this to the Near Future milestone Mar 2, 2015
@kmaehashi
Copy link
Member

👍

This change will make core layer work more efficient especially in cases that feature extraction phase (which can be done simultaneously) is heavy.

@kmaehashi
Copy link
Member

We'll make classifier driver thread-safe in 0.1.2 & 0.2.0.
Let's discuss what engine to make thread-safe for next.

@kmaehashi
Copy link
Member

We've made classifier thread-safe.
I'll separate this issue.

@stale
Copy link

stale bot commented May 16, 2019

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the stale label May 16, 2019
@stale
Copy link

stale bot commented Aug 15, 2019

Closing this issue after a prolonged period of inactivity. Please feel free to create a new issue or re-open it if you need.

@stale stale bot closed this as completed Aug 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants