Apache vs. Nginx performance benchmark

Поделиться
HTML-код
  • Опубликовано: 10 сен 2024
  • 🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com
    ▬▬▬▬▬ Experience & Location 💼 ▬▬▬▬▬
    ► I’m a Senior Software Engineer at Juniper Networks (12+ years of experience)
    ► Located in San Francisco Bay Area, CA (US citizen)
    ▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬
    ► LinkedIn: / anton-putra
    ► Twitter/X: / antonvputra
    ► GitHub: github.com/ant...
    ► Email: me@antonputra.com
    ▬▬▬▬▬▬ Related videos 👨‍🏫 ▬▬▬▬▬▬
    👉 [Playlist] Kubernetes Tutorials: • Kubernetes Tutorials
    👉 [Playlist] Terraform Tutorials: • Terraform Tutorials fo...
    👉 [Playlist] Network Tutorials: • Network Tutorials
    👉 [Playlist] Apache Kafka Tutorials: • Apache Kafka Tutorials
    👉 [Playlist] Performance Benchmarks: • Performance Benchmarks
    👉 [Playlist] Database Tutorials: • Database Tutorials
    ▬▬▬▬▬▬▬ Source Code 📚 ▬▬▬▬▬▬▬
    ► GitHub: github.com/ant...
    #Nginx #Apache #DevOps

Комментарии • 31

  • @AntonPutra
    @AntonPutra  11 месяцев назад +2

    🔴 - To support my channel, I’d like to offer Mentorship/On-the-Job Support/Consulting - me@antonputra.com

  • @algeriennesaffaires7017
    @algeriennesaffaires7017 Год назад +1

    Thank you for this videos are great 👍

  • @kingsathurthi
    @kingsathurthi Год назад +2

    Interesting entertainment kind a tech comparison video

  • @alidadgar445
    @alidadgar445 Год назад +2

    like this content-keep going,thanks

  • @sanjaysoni-ct2nf
    @sanjaysoni-ct2nf 7 месяцев назад +2

    Can you provide benchmark on nginx vs apache vs yarp
    Include yarp develop by Microsoft

    • @AntonPutra
      @AntonPutra  7 месяцев назад +1

      ok in the future

  • @andreypetrov6855
    @andreypetrov6855 4 дня назад

    What about latency?

  • @AgrimGrover
    @AgrimGrover Год назад

    Hi Anton,
    Informative and nice videos for comparison.
    Is it possible to configure nginx in such a way if proxy pass backend server is down then also nginx should not throw error on restart, currently if we use proxy pass and backend service is down on nginx -s reload command fail, but on the contrary apache wont fail in proxy pass if backend service is down on reload

  • @Gojiyaravi
    @Gojiyaravi 10 месяцев назад +1

    What about OpenLiteSpeed?

    • @KomentarSaya
      @KomentarSaya 7 месяцев назад

      its the best for wordpress right now,

  • @garciajero
    @garciajero Год назад +3

    Apache fix pre-fork has always gonna meet a ceiling .... this is why nginx came about eveyrthing changed.

    • @AntonPutra
      @AntonPutra  Год назад +1

      have you tried Apache APISIX?

    • @garciajero
      @garciajero Год назад

      @@AntonPutra no no i haven't but it looks quite cool

  • @donghuaguomanowner2760
    @donghuaguomanowner2760 Год назад +1

    Hello thanks for video
    a quick question I'm using vps server can you tell me Apache vs Nginx which is better for video streaming website thank you. 😊

  • @kamurashev
    @kamurashev Год назад +2

    Nice, I’m wandering what’s limiting apache though. As it seems it has some configured limits.

    • @AntonPutra
      @AntonPutra  Год назад +1

      My guess worker config - httpd.apache.org/docs/2.4/mod/worker.html

    • @Winnetou17
      @Winnetou17 Год назад +3

      @@AntonPutra That's certainly it. By default, the maximum number of concurrent connections is either 256 (when using prefork) or 16 (ServerLimit) * 25 (ThreadsPerChild) = 400 when using event or worker. So that explains the hard limit even though the CPU and memory where not maxed (not even close). I guess it shows more than 400, because what's over the limit is still buffered in a queue (which is directed by ListenBackLog with a default of 511, though it says in the documentation that it can very from OS to OS)
      I also expect that it would perform about the same as nginx when configured.

  • @kamalshkeir
    @kamalshkeir Год назад +3

    Hi, very nice, what about caddy ?

    • @AntonPutra
      @AntonPutra  Год назад +1

      Someone already asked for Caddy, soon..

  • @chawlagrv
    @chawlagrv Месяц назад +1

    nginx vs LiteSpeed?

  • @PawelMucha
    @PawelMucha Год назад

    Nice vids! How about Caddy web server, and maybe others?

  • @vktop2
    @vktop2 Год назад +2

    Nice video!, and the winner is .... Nginx?

    • @AntonPutra
      @AntonPutra  Год назад +1

      Thanks, so far Nginx =) Curious if it can beat linkerd2

    • @vktop2
      @vktop2 Год назад +1

      @@AntonPutra Thanks for your answer, but why would you compare Linkerd (mesh) with Nginx (reverse proxy), aren't they different?

    • @voicevy3210
      @voicevy3210 Год назад +1

      @@vktop2 nginx released service mesh as well