Re: kevent() in another thread

2002-01-19 Thread Doug White
On Thu, 17 Jan 2002, Floris 'Tamama' van Gog wrote: I read that kevent/kqueue weren't very thread-safe. Where did you read this? kqueue/kevent are perfectly threadsafe. Now, whether kevent is useful in threads is a totally different matter Doug White| FreeBSD: The

kevent() in another thread

2002-01-16 Thread Floris 'Tamama' van Gog
Hi, I have made a small servent (client + server) that uses kqueue()/kevent(). This works like a charm. However now I want to connect from another thread to a server, and add a kevent on the socket. I read that kevent/kqueue weren't very thread-safe. Is this safely possible, or would I need to