java - scalable loadbalancer for jetty server -


i creating application , want create applications fast scale. use java jetty servers, cassandra database , solr search engine. should use loadbalancer infront of jetty servers whole setup can scale. i've read mod_jk , apache i've read doesn't scale many machines due beeing programmed in c. should use? should try , program myself in java? want use non sticky sessions.

so apache work fine reverse proxy, more or team familiar with. without sticky sessions pretty easy things work. nginx or haproxy looking though if need bigger. scale horizontally more trick of not having sticky sessions (which have covered) fronting dns round robining work.

really not sure mean programming being in c doesn't have scaling things horizontally or vertically. thats more of architecture thing language used implement it.


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -