Re: serving a file to a client --- background fcopy read fileevent event puts socket channel blocking nonblocking




It looks like the only way to reliably do what I was trying to do is
to learn the Threads extension of TCL. I was postponing this step for
some time now because many binary extensions are not thread safe (at
least that's what I've read). The only binary extension I need to use
right now is Sqlite. Hopefully it is thread safe (don't know yet what
being thread safe really means).
.



Relevant Pages

  • Re: Tcl core wasnt compiled for multithreading
    ... compile with --enable-threads. ... Wouldn't that require that the extension be thread safe? ... use the extension in multiple threads, ... For others it is mostly laziness with global data structure usage and the like that prevents them from being thread safe already anyways. ...
    (comp.lang.tcl)
  • Re: Tcl core wasnt compiled for multithreading
    ... Wouldn't that require that the extension be thread safe? ... Bob ... Prev by Date: ...
    (comp.lang.tcl)
  • Re: FreeWrap can load shared libraries directly from its VFS
    ... does this mean that the PLUS versions of freeWrap would then no longer be necessary (or even the Winico extension in the Windows version) as one could just wrap those binary extensions into their executable and load them if so desired anyways? ...
    (comp.lang.tcl)