Well, it is available if you pass it on (in the fds array or as stdin/stdout/stderr) Otherwise, no.
Starting CGI-script _did_ pass on the connection FD, but no longer does so (since my rewrite of the cgi module in 2.0).
/ Per Hedbor ()
Previous text:
2003-03-19 14:42: Subject: I/O callbacks in blocking mode
It's an http connection in Roxen, so OOB isn't involved.
The first situation shouldn't be possible in a normal Pike process that spawns processes through the Process.* functions, should it?
Is anything using Stdio.Fd directly? I think the only sane thing is to extend it so that it has the data available before entering any pike code at all.
/ Martin Stjernholm, Roxen IS