Hi!

On Mon, Mar 12, 2007 at 01:21:45PM -0500, [EMAIL PROTECTED] wrote:

> your webapp does not get you past this problem.  A simple, smart and quite
> frankly the industry standard solution is to allow the user to try again on
> failure.

So I need to figure out if there was I failure. Which I did (in modperl 
1.x) using $r->connection->aborted.

I'm still not sure if sendfile() does the same, but it seems to do.
Or I can use $c->write, as in the Streaming.pm example suggested by Jay.



-- 
#!/usr/bin/perl                               http://domm.zsi.at
for(ref bless{},just'another'perl'hacker){s-:+-$"-g&&print$_.$/}

_______________________________________________
List: Catalyst@lists.rawmode.org
Listinfo: http://lists.rawmode.org/mailman/listinfo/catalyst
Searchable archive: http://www.mail-archive.com/catalyst@lists.rawmode.org/
Dev site: http://dev.catalyst.perl.org/

Reply via email to