diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2014-03-09 20:10:58 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2014-03-09 20:10:58 +0100 |
commit | de3f3f6cc52d1e5013e85137d09f2ac23e657858 (patch) | |
tree | bb6665b8bef2bd72069f83568f309d1172cf54fb /open_issues/multithreading.mdwn | |
parent | dcf0b805773f06ec5fb01cac145ee75dce1cd4d6 (diff) | |
download | web-de3f3f6cc52d1e5013e85137d09f2ac23e657858.tar.gz web-de3f3f6cc52d1e5013e85137d09f2ac23e657858.tar.bz2 web-de3f3f6cc52d1e5013e85137d09f2ac23e657858.zip |
IRC.
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/> |