|   | |
|     | |
|  |  G.3 Remarques sur les RTS threadsI have tried to use the RTS thread packages with MySQL but stumbled on the following problems: They use old version of a lot of POSIX calls and it is very tedious to make wrappers for all functions. I am inclined to think that it would be easier to change the thread libraries to the newest POSIX specification. Some wrappers are already written. See `mysys/my_pthread.c' for more info. At least the following should be changed: 
 
Another problem is that user-level threads use the  The biggest unsolved problem is the following: 
To get thread-level alarms I changed `mysys/thr_alarm.c' to wait between
alarms with  If someone wants to try MySQL with RTS threads I suggest the following: 
 |