Hi,
I'm programming an application(client/server) in C++ for linux using epoll y pthreads but I don't know how to handle the connect()
calls for attach a new connection in the descriptor list if a loop with epoll_wait()
is running(Edge-triggered), How to can I do it?... I could to use a dummy file descriptor to trigger an event and scape of wait?, or a simple call to connect()
could fire the event??...
Sorry for my bad english...