Re: [akka-user] akka stream - download large file in chunks

2015-06-02 Thread Viktor Klang
Hi,

a good start, in my opinion, would be if you could show what you have tried
and what is not working.

On Tue, Jun 2, 2015 at 1:36 PM,  wrote:

> Thank you for it, but I had already the documentation link, as well as
> links from stack overflow and other links in github with some examples that
> don't work anymore..
>
> I really think that all problems can be solved using in the documentation,
> I would like some specifics links and examples, as I am sure you read all
> the documentation and understood all you would gladly share more
> significant information.
>
> And if you have any suggestion how I could improve my question, please do.
>
>
> Cheers
>
>
>
>
> On Tuesday, June 2, 2015 at 12:33:03 PM UTC+2, √ wrote:
>>
>> Hi,
>>
>> This?
>> http://doc.akka.io/docs/akka-stream-and-http-experimental/1.0-RC3/scala/http/client-side/index.html
>>
>>
>> On Tue, Jun 2, 2015 at 12:01 PM,  wrote:
>>
>>> Hi,
>>>
>>> I am trying to download a file from a website using the akka stream,
>>> because today I have a problem of heap size.
>>>
>>> I have been through the documentation and I haven't found any good
>>> examples. Anybody has any suggestion or examples how I can do it in a good
>>> way?
>>>
>>>
>>> Regards
>>>
>>> --
>>> >> Read the docs: http://akka.io/docs/
>>> >> Check the FAQ:
>>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>> >> Search the archives:
>>> https://groups.google.com/group/akka-user
>>> ---
>>> You received this message because you are subscribed to the Google
>>> Groups "Akka User List" group.
>>> To unsubscribe from this group and stop receiving emails from it, send
>>> an email to akka-user+...@googlegroups.com.
>>> To post to this group, send email to akka...@googlegroups.com.
>>> Visit this group at http://groups.google.com/group/akka-user.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>>
>> --
>> Cheers,
>> √
>>
>  --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Cheers,
√

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] akka stream - download large file in chunks

2015-06-02 Thread programadora
Thank you for it, but I had already the documentation link, as well as 
links from stack overflow and other links in github with some examples that 
don't work anymore..

I really think that all problems can be solved using in the documentation, 
I would like some specifics links and examples, as I am sure you read all 
the documentation and understood all you would gladly share more 
significant information.

And if you have any suggestion how I could improve my question, please do.


Cheers




On Tuesday, June 2, 2015 at 12:33:03 PM UTC+2, √ wrote:
>
> Hi,
>
> This? 
> http://doc.akka.io/docs/akka-stream-and-http-experimental/1.0-RC3/scala/http/client-side/index.html
>
>
> On Tue, Jun 2, 2015 at 12:01 PM, > 
> wrote:
>
>> Hi,
>>
>> I am trying to download a file from a website using the akka stream, 
>> because today I have a problem of heap size.
>>
>> I have been through the documentation and I haven't found any good 
>> examples. Anybody has any suggestion or examples how I can do it in a good 
>> way?
>>
>>
>> Regards
>>
>> -- 
>> >> Read the docs: http://akka.io/docs/
>> >> Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>> >> Search the archives: https://groups.google.com/group/akka-user
>> --- 
>> You received this message because you are subscribed to the Google Groups 
>> "Akka User List" group.
>> To unsubscribe from this group and stop receiving emails from it, send an 
>> email to akka-user+...@googlegroups.com .
>> To post to this group, send email to akka...@googlegroups.com 
>> .
>> Visit this group at http://groups.google.com/group/akka-user.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Cheers,
> √
>  

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


Re: [akka-user] akka stream - download large file in chunks

2015-06-02 Thread Viktor Klang
Hi,

This?
http://doc.akka.io/docs/akka-stream-and-http-experimental/1.0-RC3/scala/http/client-side/index.html


On Tue, Jun 2, 2015 at 12:01 PM,  wrote:

> Hi,
>
> I am trying to download a file from a website using the akka stream,
> because today I have a problem of heap size.
>
> I have been through the documentation and I haven't found any good
> examples. Anybody has any suggestion or examples how I can do it in a good
> way?
>
>
> Regards
>
> --
> >> Read the docs: http://akka.io/docs/
> >> Check the FAQ:
> http://doc.akka.io/docs/akka/current/additional/faq.html
> >> Search the archives: https://groups.google.com/group/akka-user
> ---
> You received this message because you are subscribed to the Google Groups
> "Akka User List" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to akka-user+unsubscr...@googlegroups.com.
> To post to this group, send email to akka-user@googlegroups.com.
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>



-- 
Cheers,
√

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.


[akka-user] akka stream - download large file in chunks

2015-06-02 Thread programadora
Hi,

I am trying to download a file from a website using the akka stream, 
because today I have a problem of heap size.

I have been through the documentation and I haven't found any good 
examples. Anybody has any suggestion or examples how I can do it in a good 
way?


Regards

-- 
>>  Read the docs: http://akka.io/docs/
>>  Check the FAQ: 
>> http://doc.akka.io/docs/akka/current/additional/faq.html
>>  Search the archives: https://groups.google.com/group/akka-user
--- 
You received this message because you are subscribed to the Google Groups "Akka 
User List" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.