1 / 8

mod_jk Performance & Features V0.1 – 2011-02-16

mod_jk Performance & Features V0.1 – 2011-02-16. Nguyễn Bá Thành Software Manager, Game Platform & Integration. Alternatives. mod_proxy : simple aternative mod_proxy+mod_proxy_ajp (Apache 2.2 +): more features than mod_proxy , support basic load balancing

zalika
Download Presentation

mod_jk Performance & Features V0.1 – 2011-02-16

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. mod_jkPerformance & FeaturesV0.1 – 2011-02-16 NguyễnBáThành Software Manager, Game Platform & Integration

  2. Alternatives • mod_proxy: simple aternative • mod_proxy+mod_proxy_ajp(Apache 2.2+): more features than mod_proxy, support basic load balancing • mod_jk: advanced features (lb, failover, domain model clustering, large AJP packet size)

  3. Performance Figures • // TODO

  4. Notable Features • Support many popular web servers (Apache, IIS, Netscape/SunOne) • Support AJP (Apache JServProtocol) • Advanced Load Balancer with Domain model balancing • Advanced failover and node failure detection

  5. Request Distribution • Request (default): balance the number of requests (default) • Session: balance the number of request • Traffic: balance the traffic between mod_jk and nodes • Busyness: balance the (con)current number of requests.

  6. Limit Number of Requests to a Node • worker.node1.connection_pool_size=100

  7. Failover • Retry: • on the same node • check the next node • Mark node as “failure” • Retry to recover a failure node

  8. Thank You

More Related