Changes for version 1.6 - 1999-04-04

  • added support for stderr.
  • make sure to cd back to original directory after each perl run.
  • signals are now reset between every request.
  • wrote speedy_poll.c -- allows compilation for either poll or select, using defines USE_POLL or USE_SELECT. Default is poll for sysv & sun, select for all others.
  • queue.c patch for compile failure on alpha/OSF1 V3.2. From Jean-Damien Durand <jdurand@mail.cern.ch>
  • Use mtime instead of ctime to check whether a file has changed. Touch doesn't reliably update ctime on some systems.
  • Send over environment using the same poll loop as when sending stdin/stdout. A little cleaner & more efficient.

Provides

in lib/CGI/SpeedyCGI.pm