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: [email protected]
Reporter: [email protected]
CC: [email protected]
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: [email protected]
For additional commands, e-mail: [email protected]