Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > contrib-release > by-pkgid > cbac55d9210fc391a96a9e88201e220e > files > 5

fusion-devel-7.0.1-1mdv2008.1.noarch.rpm

Improve performance by using a hash table or a faster approach
for looking up ids. Currently an automatic "move-to-front-when-accessed"
mechanism is implemented.

Output more information in /proc/fusion.

Improve performance (especially message throughput) by avoiding kmalloc.

Implement defering/blocking of SIGSTOP while a Skirmish is locked
by the process. This will avoid rare deadlocks when pressing Ctrl-Z
in the terminal where a DirectFB slave application has been started.

Revert semaphores to spinlocks where possible.

Implement user space based skirmish_prevail()/dismiss() for the
uncontended case, similar to futexes.