Thanks for your quick reply! Only SELECT and POLL worked and KQUEUE not! Therefore I looked at the code (inherited) again and found a pointer error where the flags/events on which a watcher must trigger was set. I Fixed it and now everything is working as well as KQUEUE.
Sorry for the trouble and thanks for a great lib. I still wander why POLL worked? Thanks anyway. Leon Kandalintsev Alexandre wrote: >> Does anybody have an idea why a telnet connection will cause this? >> Is there a way to clear the error/data which causes the event - assuming >> the recv() does not clear it? > > Try another backend and show code explaining problem. > _______________________________________________ libev mailing list [email protected] http://lists.schmorp.de/cgi-bin/mailman/listinfo/libev
