Proxy service likes Apache Http

Posted by Aptos on Server Fault See other posts from Server Fault or by Aptos
Published on 2012-10-27T06:49:21Z Indexed on 2012/10/27 11:05 UTC
Read the original article Hit count: 202

Filed under:
|
|

Currently I try to simulate my app as distributed servers, so I let them run on localhost:9000 and localhost:9001, i tried using apache load balancer but it is really hard to config on mac, my idea is the second server localhost:9001 will be kept ideal and the requests only be redirected to them when the first server is downed. Is there any good free program can do that ? (except Apache httpd).
Extra functions: my application is written in java and maintain an in-memory object, is there any service that can synchronize that object between 2 servers so they can keep uptodate status of other (the second one takes state of the first one)? Is there any app can support that?

Thank you very much.

© Server Fault or respective owner

Related posts about apache2

Related posts about webserver