AmmarkoV / AmmarServer

A lightweight http server for linux
Other
13 stars 5 forks source link

Add a client request dispatcher #13

Open AmmarkoV opened 11 years ago

AmmarkoV commented 11 years ago

If we have multiple AmmarServers running on different machines , it would be cool to have a primary AmmarServer that is always on and redirects requests ( like a reverse proxy ) to load balance the other servers..

The same goes for high availiability content , we could create two different instances of the server redirect to the second one , recompile the first one and then change the dispatcher to have no downtime ..