Hey there, I work on Proxygen at Facebook. I'm happy to answer any questions you have about the project.
Proxygen, Facebook's C++ HTTP Framework
11–20 of 98 posts
Re: Proxygen, Facebook's C++ HTTP Framework
#12"You will need at least 2 GiB of memory to compile proxygen and its dependencies." What?
Re: Proxygen, Facebook's C++ HTTP Framework
#13Hey there, I work on Proxygen at Facebook. I'm happy to answer any questions you have about the project.
Hey! So Proxygen was originally a reverse-proxy load balancer. Is that still how Facebook utilizes it now? If not, what is its current role? Are there any plans for integrating this with Hiphop/PHP in any way?
We already use the Proxygen HTTP code for the webserver part of HHVM internally. We hope to release that webserver part too (in the HHVM project).
Re: Proxygen, Facebook's C++ HTTP Framework
#14Hey there, I work on Proxygen at Facebook. I'm happy to answer any questions you have about the project.
Hey! So Proxygen was originally a reverse-proxy load balancer. Is that still how Facebook utilizes it now? If not, what is its current role? Are there any plans for integrating this with Hiphop/PHP in any way?
Re: Proxygen, Facebook's C++ HTTP Framework
#15Hey 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
#16Hey there, I work on Proxygen at Facebook. I'm happy to answer any questions you have about the project.
How tested is the websocket support? Does facebook use this for TLS termination?
Our reverse proxy uses proxygen and does TLS termination too, yes.
Re: Proxygen, Facebook's C++ HTTP Framework
#17Re: Proxygen, Facebook's C++ HTTP Framework
#18dcsommer (author of proxygen) gave a great talk about this at the last Sourcegraph open-source meetup. Here's the video: https://www.youtube.com/watch?v=-yxQIRl6Qic
Re: Proxygen, Facebook's C++ HTTP Framework
#19Earlier quoted context omitted.
Hey! So Proxygen was originally a reverse-proxy load balancer. Is that still how Facebook utilizes it now? If not, what is its current role? Are there any plans for integrating this with Hiphop/PHP in any way?
Yup, we still use Proxygen (the library) in our reverse proxy. Maybe some day we'll be able to open source the reverse proxy too, but it's pretty deeply integrated with internal FB code right now so that's tricky. We already use the Proxygen HTTP code for the webserver part of HHVM internally. We hope to release that webserver part too (in the HHVM project).
Re: Proxygen, Facebook's C++ HTTP Framework
#20Hey there, I work on Proxygen at Facebook. I'm happy to answer any questions you have about the project.