http://qs321.pair.com?node_id=11131603


in reply to Download big file in chunks with plack response

Thanks to all your participation, I tried what suggested kikuchiyo but the result is like my first code working, I get this error Out of memory

does anyone know some app who has this feature and work with psgi?
  • Comment on Re: Download big file in chunks with plack response

Replies are listed 'Best First'.
Re^2: Download big file in chunks with plack response
by kikuchiyo (Hermit) on Apr 22, 2021 at 16:24 UTC

    Ehh, that's what I get for not testing my submission.

    Comment out these lines:

    my $content = path($path_file); my $content_download = $content->slurp;
      Hi, yes I did that before to run.
        What is the exact code that you're running, with which server, and how big is the file you're trying to serve (and how much memory do you have in the machine/VM/smart fridge you're trying this on)?