asynchronous downloads

2002-10-03 Thread Andrew G. Hammond
How do I send a file asynchronously? The classic example is download sites. You click on the file you want and it generates a thankyou page for your browser and also sends the file. So what's the correct way to do this?

RE: same module with different pragmas

2002-09-23 Thread Andrew G. Hammond
undef the module's namespace from main:: when you're done using it. this should cause it to be reloaded every time. -Original Message- From: Perrin Harkins [mailto:[EMAIL PROTECTED]] Sent: Monday, September 23, 2002 5:05 PM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: same mo

/usr/sbin/apachectl: line 198: 12577 Segmentation fault $HTTPD -t

2002-09-19 Thread Andrew G. Hammond
I'm trying to use some modules I wrote through PerlModule in httpd.conf The modules are tested and correct. They appear to work when they're auto-loaded. However, I wish to load them on startup of the web server. When I add the following line to my httpd.conf: PerlModule Bounce::Handler and a

RE: $r->print does not dereference

2002-09-03 Thread Andrew G. Hammond
sorry, I think I got things backwards there. it's _not_ dereferencing? dho! monday mornings... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 9:59 AM To: andrew.hammond Cc: modperl Subject: RE: $r->print does not dereference > w

RE: $r->print does not dereference

2002-09-03 Thread Andrew G. Hammond
This is an intentional and documented performance hack. RTFM. :) -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Tuesday, September 03, 2002 7:39 AM To: modperl Subject: $r->print does not dereference Hi when using $r->print in perl 561/modperl 1.26 conte