Hi, arthur Try this :
/* * Disable event ports when this environment variable is set */ if (getenv("EVENT_NOEVPORT")) return (NULL); Best regards, liusifan 2008-06-21 >>> >My porxy is built with libevent v1.4.4-stable. After accepting client and >connecting to server, on Linux (epoll) I can get event upon server connected, >but on Solaris 10 (which is using event ports) this event is missing. On both >cases the connect() call returns none zero and errno==EINPROGRESS. How can I >get this event? Or is there any way to use poll on Solaris? Thanks. > >Arthur >_______________________________________________ >Libevent-users mailing list >Libevent-users@monkey.org >http://monkeymail.org/mailman/listinfo/libevent-users >
_______________________________________________ Libevent-users mailing list Libevent-users@monkey.org http://monkeymail.org/mailman/listinfo/libevent-users