Earlier 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?
The blog post mentions that HHVM uses parts of Proxygen.
Proxygen, Facebook's C++ HTTP Framework
21–30 of 98 posts
Re: Proxygen, Facebook's C++ HTTP Framework
#22Hey there, I work on Proxygen at Facebook. I'm happy to answer any questions you have about the project.
This question is a bit naive, but outside of Facebook, can you think of what kind of application this is well suited for?
Re: Proxygen, Facebook's C++ HTTP Framework
#23Hey there, I work on Proxygen at Facebook. I'm happy to answer any questions you have about the project.
This question is a bit naive, but outside of Facebook, can you think of what kind of application this is well suited for?
It's early stages for the proxygen open source project. Maybe further down the road we'll provide off-the-shelf binaries, but we think the library is already interesting enough to warrant a release.
Re: Proxygen, Facebook's C++ HTTP Framework
#24Re: Proxygen, Facebook's C++ HTTP Framework
#25"You will need at least 2 GiB of memory to compile proxygen and its dependencies." What?
Re: Proxygen, Facebook's C++ HTTP Framework
#26Re: Proxygen, Facebook's C++ HTTP Framework
#27Hey 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
#28Hey there, I work on Proxygen at Facebook. I'm happy to answer any questions you have about the project.
Does somebody like me have a reason to check out Proxygen?
Re: Proxygen, Facebook's C++ HTTP Framework
#29Hey there, I work on Proxygen at Facebook. I'm happy to answer any questions you have about the project.
I'm curious to know why there is a file named PATENTS in the repo (alongside the LICENSE file). What kind of legal protections would this "additional grant" give you?
Re: Proxygen, Facebook's C++ HTTP Framework
#30I'm currently working on my own library using libuv, http-parser, nghttp2 and wslay, which is very similiar in it's use to node.js. As you might guess a echo server is therefore only about 15 lines of code, but about as performant as your framework. The downsite is that it's not as flexible due to the missing "4-part abtraction" (really… an excellent idea).
That's why your release somehow saddens me: When I'm going to release my framework to the public, it might be pretty good for cross platform apps etc. compared to others, but it will never ever be as popular as yours. Heck… I don't even have 10 twitter followers.