FAQ
Is there an open-source library for go that allows you to download files
from the Internet, and store them locally but also managed them in a
cache? My app needs to download large files online, but they are not going
to be used all the time. I can't keep them in the memory because these are
huge files. I would need a library where it downloads them for me, managed
them like LRU, removing the files that have not been used for a while.

--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Search Discussions

  • Joshua at Jan 27, 2015 at 10:21 pm
    You could create your own using an HTTP proxy. github.com/elazarl/goproxy
    could provide the shell.

    Joshua
    On Tuesday, January 27, 2015 at 5:08:03 PM UTC-5, Dump Hole wrote:

    Is there an open-source library for go that allows you to download files
    from the Internet, and store them locally but also managed them in a
    cache? My app needs to download large files online, but they are not going
    to be used all the time. I can't keep them in the memory because these are
    huge files. I would need a library where it downloads them for me, managed
    them like LRU, removing the files that have not been used for a while.
    --
    You received this message because you are subscribed to the Google Groups "golang-nuts" group.
    To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
    For more options, visit https://groups.google.com/d/optout.
  • Dump Hole at Jan 27, 2015 at 10:51 pm
    OK. My app isn't serving any http. I'll take a look at goproxy to see if
    I can borrow anything.

    On Tuesday, January 27, 2015 at 2:21:43 PM UTC-8, Joshua wrote:

    You could create your own using an HTTP proxy. github.com/elazarl/goproxy
    could provide the shell.

    Joshua
    On Tuesday, January 27, 2015 at 5:08:03 PM UTC-5, Dump Hole wrote:

    Is there an open-source library for go that allows you to download files
    from the Internet, and store them locally but also managed them in a
    cache? My app needs to download large files online, but they are not going
    to be used all the time. I can't keep them in the memory because these are
    huge files. I would need a library where it downloads them for me, managed
    them like LRU, removing the files that have not been used for a while.
    --
    You received this message because you are subscribed to the Google Groups "golang-nuts" group.
    To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
    For more options, visit https://groups.google.com/d/optout.
  • Dump Hole at Jan 27, 2015 at 11:01 pm
    Thanks! :)
    On Tuesday, January 27, 2015 at 2:51:47 PM UTC-8, Dump Hole wrote:

    OK. My app isn't serving any http. I'll take a look at goproxy to see if
    I can borrow anything.

    On Tuesday, January 27, 2015 at 2:21:43 PM UTC-8, Joshua wrote:

    You could create your own using an HTTP proxy. github.com/elazarl/goproxy
    could provide the shell.

    Joshua
    On Tuesday, January 27, 2015 at 5:08:03 PM UTC-5, Dump Hole wrote:

    Is there an open-source library for go that allows you to download files
    from the Internet, and store them locally but also managed them in a
    cache? My app needs to download large files online, but they are not going
    to be used all the time. I can't keep them in the memory because these are
    huge files. I would need a library where it downloads them for me, managed
    them like LRU, removing the files that have not been used for a while.
    --
    You received this message because you are subscribed to the Google Groups "golang-nuts" group.
    To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
    For more options, visit https://groups.google.com/d/optout.

Related Discussions

Discussion Navigation
viewthread | post
Discussion Overview
groupgolang-nuts @
categoriesgo
postedJan 27, '15 at 10:08p
activeJan 27, '15 at 11:01p
posts4
users2
websitegolang.org

2 users in discussion

Dump Hole: 3 posts Joshua: 1 post

People

Translate

site design / logo © 2023 Grokbase