Proxygen, Facebook's C++ HTTP Framework
code.facebook.com
Proxygen, Facebook's C++ HTTP Framework
1–10 of 98 posts
Re: Proxygen, Facebook's C++ HTTP Framework
#2Hey there, I work on Proxygen at Facebook. I'm happy to answer any questions you have about the project.
Re: Proxygen, Facebook's C++ HTTP Framework
#3Hey there, I work on Proxygen at Facebook. I'm happy to answer any questions you have about the project.
Are there any plans for spdy and http2?
Re: Proxygen, Facebook's C++ HTTP Framework
#4Hey there, I work on Proxygen at Facebook. I'm happy to answer any questions you have about the project.
Are there any plans for spdy and http2?
From the first paragraph:
In addition to HTTP/1.1, Proxygen (rhymes with "oxygen") supports SPDY/3 and SPDY/3.1. We are also iterating and developing support for HTTP/2.
Re: Proxygen, Facebook's C++ HTTP Framework
#5Re: Proxygen, Facebook's C++ HTTP Framework
#6what are the units on the table? the top looks like number of workers, but large numbers are unitless.
Re: Proxygen, Facebook's C++ HTTP Framework
#7"You will need at least 2 GiB of memory to compile proxygen and its dependencies." What?
Re: Proxygen, Facebook's C++ HTTP Framework
#8Excellent, I've been toying around with my own and looking at LibUV. I think the time is right for something like this. I want to maintain state on everything that connects to me.
Re: Proxygen, Facebook's C++ HTTP Framework
#9"You will need at least 2 GiB of memory to compile proxygen and its dependencies." What?
That is not unreasonable for modern software. You don't need 2GB of RAM to use it.
Re: Proxygen, Facebook's C++ HTTP Framework
#10what are the units on the table? the top looks like number of workers, but large numbers are unitless.
It's requests per second (averaged over a 60 second test run).