in reply to Re^2: [FCGI.pm] Possibility to make $request->Accept() non blocking
in thread [FCGI.pm] Possibility to make $request->Accept() non blocking

This solution is not work under MSWin, because:
select (the underlying system call used by IO::Select) only works for +sockets in Windows.
and FCGI.pm seems use pipe or something else in windows. Please, help resolve this problem.
  • Comment on Re^3: [FCGI.pm] Possibility to make $request->Accept() non blocking
  • Download Code