twitter / twitter-server

Twitter-Server defines a template from which services at Twitter are built
http://twitter.github.io/twitter-server/
Apache License 2.0
1.57k stars 264 forks source link

support HTTP persistent connection? #44

Closed cycorey closed 8 years ago

cycorey commented 8 years ago

Is this lib support HTTP persistent connection(https://en.wikipedia.org/wiki/HTTP_persistent_connection)?

Expected behavior

I use this http client(https://github.com/AsyncHttpClient/async-http-client), want to know how to config twitter server to support HTTP persistent connection.

thanks!

mosesn commented 8 years ago

@cycorey if you're trying to build an http server, you probably want to use finatra or finagle. TwitterServer is for building an admin server, and pairs nicely with finatra or finagle. Both finatra and finagle support persistent connections.

mosesn commented 8 years ago

@cycorey I think we answered your question, so I'm going to close this. feel free to reopen if we didn't!