Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | simpler ifdef for linux | Joey Hess | 2013-06-21 |
| | |||
* | assistant: On Linux, the expensive transfer scan is run niced. | Joey Hess | 2013-06-20 |
This is a compromise. I would like to nice every thread except for the webapp thread, but it's not practical to do so. That would need every thread to run as a bound thread, which could add significant overhead. And any forkIO would escape the nice level. |