The webserver of the node should use python-iowait
Bug #729639 reported by
Andrea Corbellini
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
BeeSeek |
Triaged
|
Medium
|
Unassigned |
Bug Description
Currently the webserver of the nodes uses poll() directly to listen for I/O completion events. poll() however is not portable.
I've just found this project, python-iowait, and it seems pretty interesting because it solves the problem in a simple way.
tags: | removed: trivial |
To post a comment you must log in.