Random thoughts about computing
Monday, December 17, 2018
Hangs when using trylock reader writer lock functions
›
The pthreads reader writer locks have a couple of problems that can lead to application hangs. The trylock functions can cause other th...
4 comments:
Wednesday, November 7, 2018
Spins and hangs with one kind of reader writer lock
›
We discovered problems with one kind of pthread reader writer lock (rwlock) on linux . Sometimes, a thread requesting a read lock that i...
Tuesday, October 4, 2016
MySQL 8.0 and TokuDB
›
A stripped down version of TokuDB is running on MySQL 8.0. mysql> select @@version\G; *************************** 1. row *******...
4 comments:
Friday, September 30, 2016
MySQL 8.0 and the thread sanitizer
›
MySQL 8.0 now supports the thread sanitizer . This is good news as the thread sanitizer provides MySQL developers another tool to help fi...
3 comments:
Tuesday, September 13, 2016
Races in the Fractal Tree Lock Manager
›
We recently found two races in the fractal tree lock manager that significantly affect transactional throughput for some applications that u...
1 comment:
›
Home
View web version