https://issues.apache.org/bugzilla/show_bug.cgi?id=55153
Bug ID: 55153 Summary: fileevents do not fire Product: Rivet Version: trunk Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: mod_rivet Assignee: rivet-dev@tcl.apache.org Reporter: harald.oehlm...@elmicron.de CC: mxman...@apache.org No fileevents fire for me. Test script: --test_socket_async.tcl-- set q I set h [open /usr/tmp/test.txt w] fileevent $h writable "set q W" after 1000 "set q T" vwait q close $h puts $q file delete /usr/tmp/test.txt --eof-- This script will output "T" when started in Apache Rivet normal mode and Output "W" when: -started by tclsh8.6 -started by apache single process mode (/usr/sbin/httpd -X) Platform: - Centos 64 bit - TCL 8.6.0 - Rivet 2.1.2rc2 -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: rivet-dev-unsubscr...@tcl.apache.org For additional commands, e-mail: rivet-dev-h...@tcl.apache.org