nicolasff / webdis

A Redis HTTP interface with JSON output
https://webd.is
BSD 2-Clause "Simplified" License
2.82k stars 305 forks source link

Q: Memory usage on long running chunked transfers? #82

Closed b1c9g76 closed 10 years ago

b1c9g76 commented 10 years ago

Not necessarily a bug as such, but I am interested to know how you see memory behaving on long running subscribes transferring a lot of data on a single connection.

Do buffers get flushed and reused at some point or does it just keep growing until the machine runs out of memory?

Thanks.