diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-03-21 01:33:44 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2014-03-21 01:33:44 +0100 |
commit | bfa5ab52ddbaa270c764a72457d64bb7bb32c7c9 (patch) | |
tree | d131e14185b897b18d9502870303fa7edb01c7da /open_issues/multithreading.mdwn | |
parent | db4795ff66d1c52064fc758234db9c54bfc63a0e (diff) | |
parent | 9315421090088924c66a8f6e97ee3e0105d17617 (diff) | |
download | web-bfa5ab52ddbaa270c764a72457d64bb7bb32c7c9.tar.gz web-bfa5ab52ddbaa270c764a72457d64bb7bb32c7c9.tar.bz2 web-bfa5ab52ddbaa270c764a72457d64bb7bb32c7c9.zip |
Merge branch 'master' of git.savannah.gnu.org:/srv/git/hurd/web
Diffstat (limited to 'open_issues/multithreading.mdwn')
-rw-r--r-- | open_issues/multithreading.mdwn | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/open_issues/multithreading.mdwn b/open_issues/multithreading.mdwn index d5c0272c..a66202c8 100644 --- a/open_issues/multithreading.mdwn +++ b/open_issues/multithreading.mdwn @@ -561,6 +561,23 @@ Tom Van Cutsem, 2009. <teythoon> ^^ +### IRC, freenode, #hurd, 2014-03-02 + + <youpi> braunr: what is the status of the thread storm issue? do you have + pending code changes for this? + <youpi> I was wondering whether to make ext2fs use adaptative locks, + i.e. spin a bit and then block + <youpi> I don't remember whether anybody already did something like that + <braunr> youpi: no i don't + <braunr> youpi: i attempted switch from spin locks to mutexes once but it + doesn't solve the problem + <braunr> switching* + <gg0> found another storm maker: + <gg0> $ dpkg-reconfigure gnome-accessibility-themes + <gg0> aka update-icon-caches /usr/share/icons/HighContrast + <youpi> braunr: ok + + ## Alternative approaches: * <http://www.concurrencykit.org/> |