salad/waitress: use poll rather than select
It seems like waitress is leaking fds periodically, then ends up not
working after 2 weeks (like clockwork). Let's try switching to poll
rather than select
as it should be more resistant to the leak (no fd
count limits).