Proposed new watcher
Alexey Khmara
alex.khmara at gmail.com
Fri Aug 13 16:17:40 CEST 2010
Hello.
I'm trying to use libev in WebSockets server, and was very surprised when
found that for every fd I need to create distinct watcher. Most of my fds
share callback and event mask, and, I think, it's very common scenario -
when you have 100000 identical clients that are distinguished by fd. May be,
it would be useful to add special type of callback for this situation? It
will save memory and hardly can decrease speed.
WBR, Alex Khmara
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.schmorp.de/pipermail/libev/attachments/20100813/25a8a087/attachment.html>
More information about the libev
mailing list