Shachar Shemesh wrote:
Hi all,
Attached is a non-perfect patch for review. This is a migration of the wineserver to use epoll instead of poll (if it's available).
current known issue with this patch:
- Will not compile if HAVE_SYS_EPOLL_H is not 1 (i.e. - won't compile
if epoll not available at compile time) 2. Segfaults on wine exit. 3. Lots of debug asserts.
Comments welcome. Shachar
One more thing. I don't think it matters much, but this patch is against 20040716.