Recent / upcoming releases of Tcl include support for poll and epoll to
get past the limits of select.  Is this going to conflict with anything
in naviserver?

https://core.tcl-lang.org/tips/doc/trunk/tip/458.md

-J


On 06/06/2019 12:23 PM, Gustaf Neumann wrote:

I am rather planing to reduce the usage of the Tcl-based
AsyncDiskWriter, since this depends on select() in current Tcl
implementations, which will run into problems when there are
more than 1024 fds are open. It is however quite easy to
provide a Tcl Interface to NsAsyncWrite() in NaviServer,
to implement this when needed, sine the base infrastructure is
already there.



_______________________________________________
naviserver-devel mailing list
naviserver-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/naviserver-devel

Reply via email to