We've had a fair amount of success handing long processing jobs off to
daemons (written with Net:Daemon, in most cases passing across args using
Net::Telnet), using pages with reloading redirects to check the daemon
status in a table.
Avoids much work in httpd, and allows user to hang up web conn
I've recently built apache 1.3.22/mod_perl 1.26, statically with perl
5.6.1 on linux RH 7.0.
Am now getting SIGSEGV at various points in a HTML::Mason web
application. These happen usually, but not always, when making
DBD::Pg fetches (happens both with and without Apache::DBI).
This applicati