Hi,

On Tue, Nov 25, 2014 at 5:05 PM, Joe Edwards <[email protected]>
wrote:

> From the original announcement (
> http://typesafe.com/blog/typesafe-announces-akka-streams) it sounds as
> though the HTTP entity stream should [have the ability to] apply TCP
> back-pressure to clients streaming into the server.
>


> After some rudimentary experimentation it doesn't appear to be doing so.
>

What do you mean? What did you try, what did you expect and what did you
get instead?



> Is there some special config I need to set this up, is it not implemented
> yet, or do I need to handle this problem myself?
>

As far as I see backpressure is there and according to our tests it works
(no need to configure anything, it is the only mode of operation), but if
you have more information, or better, a reproducer then we can look into it.

Remember that there are buffers in akka IO which are probably large enough
to absorb shorter inputs without need to backpressure, see this thread:
https://groups.google.com/d/topic/akka-user/4ybCq7mEp4g/discussion

-Endre


>
> Thanks, Joe
>
> --
> >>>>>>>>>> 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 [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/akka-user.
> For more options, visit https://groups.google.com/d/optout.
>

-- 
>>>>>>>>>>      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 [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to