Using mod-perl

2001-04-28 Thread Kent, Mr. John
Greetings, Delivering satellite weather products via a mod-perl enabled server. See http://kauai.nrlmry.navy.mil/tc-bin/tc_home and http://kauai.nrlmry.navy.mil/sat_products.html Typically average around 5,000 unique IP's a day. During US hurricanes have successfully handled 700,000

cvs commit: modperl-2.0/t/api - New directory

2001-04-28 Thread dougm
dougm 01/04/28 12:05:09 modperl-2.0/t/api - New directory

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-28 Thread dougm
dougm 01/04/28 12:10:46 Modified:xs/Apache/RequestIO Apache__RequestIO.h xs/maps modperl_functions.map xs/tables/current/ModPerl FunctionTable.pm Added: t/apisendfile.t t/response/TestAPI sendfile.pm Log: add $r-sendfile

cvs commit: modperl-2.0/xs/maps apache_functions.map

2001-04-28 Thread dougm
dougm 01/04/28 12:29:45 Modified:lib/Apache compat.pm xs/maps apache_functions.map Added: t/apisend_fd.t t/response/TestAPI send_fd.pm Log: add send_fd compat method and tests Revision ChangesPath 1.3 +34 -0

cvs commit: modperl-2.0/xs/Apache/URI - New directory

2001-04-28 Thread dougm
dougm 01/04/28 15:28:12 modperl-2.0/xs/Apache/URI - New directory

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-28 Thread dougm
dougm 01/04/28 15:34:20 Modified:xs/tables/current/ModPerl FunctionTable.pm Log: sync Revision ChangesPath 1.10 +75 -1 modperl-2.0/xs/tables/current/ModPerl/FunctionTable.pm Index: FunctionTable.pm

cvs commit: modperl-2.0/xs/maps apache_functions.map

2001-04-28 Thread dougm
dougm 01/04/28 15:35:23 Modified:lib/ModPerl TypeMap.pm WrapXS.pm src/modules/perl modperl_util.c modperl_util.h xs modperl_xs_util.h xs/maps apache_functions.map Added: t/response/TestAPI uri.pm xs/Apache/URI

cvs commit: modperl-2.0/xs/tables/current/ModPerl FunctionTable.pm

2001-04-28 Thread dougm
dougm 01/04/28 15:42:56 Modified:xs/Apache/RequestUtil Apache__RequestUtil.h xs/maps modperl_functions.map xs/tables/current/ModPerl FunctionTable.pm Log: allow optional APR::Pool parameter to allocate Apache::RequestRec-new Revision Changes

cvs commit: modperl-2.0/xs typemap

2001-04-28 Thread dougm
dougm 01/04/28 16:03:08 Modified:lib/ModPerl WrapXS.pm src/modules/perl modperl_types.h xs typemap Log: since input typemap for char* already calls SvPV(), make use of the length parameter for strings that are copied using the given pool