frontpage.
newsnewestaskshowjobs

Open Source @Github

fp.

Open in hackernews

A PHP server that can handle 10x as many concurrent requests as Nginx+PHP-fpm

https://github.com/Qbix/webserver/blob/main/README.md
26•EGreg•7h ago

Comments

oriettaxx•5h ago
I am very curious about it

it looks great, but too new of course: waiting for others'feeds

blain•3h ago
I wonder if it would be possible to run Wordpress on this. The issue with Workermen or Swoole is that they doesnt provide request data through globals and some headers are absent which Wordpress is a heavy user of.
andai•3h ago
Several of the WordPress sites I've worked on were CPU bottlenecked, so I'm not sure if this would have helped. (We had one that took 10+ seconds to build the page... I joked that we were running a static site generator on each HTTP request. My joke was not appreciated!)
znpy•1h ago
> so I'm not sure if this would have helped.

maybe not on cpu but surely on memory

edelbitter•3h ago
At the expense of being unreachable if a single client does not play nice?
EGreg•2h ago
Not at all. You are probably thinking of evented programming that happens in Node, Swoole or FrankenPHP. Qbix server makes sure each PHP process is isolated, so you also don’t leak any memory or secrets across requests.

Out of all runtimes powering web servers today, I like PHP the most for its shared-nothing architecture, preventing a whole lot of security bugs by default. I think making it evented for HTTP is clutching defeat from the jaws of victory. You win very little, because most web servers code is I/O bound.

With 8GB RAM and no virtual memory swapfile, Qbix Server allows you to handle, say, 1600 concurrent HTTP requests and 40,000 websocket connections simultaneously, so having an HTTP handler PHP process exit and be respawned via fork is cheap (0.5ms to reset it to a state with all the bootstrap already done). Processes simply yield when doing I/O and you let the OS handle the I/O waiting instead of green threads in an event loop. It’s almost as fast, and frankly, dynamic PHP can be 2% or less of all your requests, when you start aggressively sending Cache-Control headers causing this Qbix webserver to cache your PHP results, as well as nginx/varnish and CDNs upstream too.

sceptic123•2h ago
I'm curious on the goal of releasing software like this, it's making some crazy claims right out of the gate, but is obviously not production ready or battle hardened. There's some reasonably obvious security issues and not a single test of any kind in the project.
bfoag•1h ago
I could understand your criticism if this was link to a flashy marketing page or a blatant attempt to sell something - but this is a github repo with an MIT license, what exactly is the problem?

I have no particular interest in using this piece of software, but I would still celebrate and defend the notion that people can have little ideas like this, get something working and then share it with others to move forward with.

sceptic123•26m ago
I'm questioning what the purpose is of pushing it at this point in the project lifecycle. It may not have a fancy website but it is making flashy marketing claims in that readme. How about being upfront about the maturity of the project before making the kind of comparisons that it does.

Essence of Architecture

https://www.ufried.com/blog/essence_of_architecture_4/
1•abrbhat•1m ago•0 comments

I reviewed 7 free AI tools for small businesses – feedback welcome

https://iaboost.es/
1•xibi•1m ago•0 comments

I coded from my phone while cycling from Berlin to Venice, here's my infra

https://github.com/flaviolivolsi/officina
1•flaviolivolsi•2m ago•0 comments

How Kim Kardashian Indirectly Brought Home Nedjemankh (2021)

https://egyptianstreets.com/2021/10/25/how-kim-kardashian-indirectly-brought-home-nedjemankh/
1•thunderbong•4m ago•0 comments

Will YC ever increase its capital on offer?

1•ndrh•5m ago•0 comments

Bright Data ltd: "Smart TV"s become a part of a bot-net

https://gts.cryptography.dog/@ansuz/statuses/01KY20YH74D2QD3FJMQFMGY4FY
1•ColinWright•6m ago•0 comments

Escape IntelliJ: Scala and Kotlin LSPs on Emacs Eglot

https://jointhefreeworld.org/blog/articles/emacs/emacs-eglot-scala-kotlin/index.html
1•jjba23•6m ago•0 comments

CoreCtic AI – Turn your AI API costs into a profit center

https://corecticai.com
1•Hugo_pms•6m ago•0 comments

Can repeated Monty Hall games reveal whether the host knows?

https://2goats1car.com/article
1•tobiga•8m ago•0 comments

A Man Who Runs the IRS Spied on Colleagues When He Worked at JPMorgan

https://www.wsj.com/finance/banking/irs-bisignano-spying-jpmorgan-6cd1ddf0
1•doener•10m ago•0 comments

WP2Shell: Hands-On Lab Reproducing the Pre-Auth WordPress Core RCE

https://learn.uphack.io/lab/wp2shell-wordpress-rce
1•mariushh•10m ago•0 comments

Show HN: Semglot – Sqlglot for Semantic Layers

https://github.com/benchouse/semglot
1•andrebaaij•10m ago•0 comments

Interesting Audio Recorder

1•Haeuserschlucht•10m ago•0 comments

Show HN: GGG – Declarative SVG Badge Generation Using Guile Scheme and SXML

https://codeberg.org/jjba23/ggg
1•jjba23•11m ago•0 comments

Proofdesk – Collaborative Web IDE and Sandbox for Math Textbooks

https://proofdesk.duckdns.org/
1•harsharajkumar•13m ago•0 comments

The rise of "comprehension debt" in the age of AI coding

https://www.techradar.com/pro/the-rise-of-comprehension-debt-in-the-age-of-ai-coding
1•mihau•13m ago•0 comments

Meta's 'digital experiences for kids' worker busted in undercover NYC sting

https://nypost.com/2026/07/20/us-news/meta-worker-who-developed-digital-experiences-for-kids-admi...
1•pndy•20m ago•1 comments

Fuzzy-Pattern Tsetlin Machine for Text Generation

https://github.com/BooBSD/Tsetlin.jl
2•BooBSD•21m ago•1 comments

Parallel SSH with auto-coalesces identical output

https://clustershell.readthedocs.io/en/latest/tools/clush.html
1•ankitg12•22m ago•0 comments

Show HN: Traicer – save your AI traces to sell later

https://github.com/smashah/traicer
1•smashah•23m ago•0 comments

OpenSEO

https://themarketingnewsletter.org/p/openseo-the-open-source-alternative
3•hamidreza23•26m ago•0 comments

How Smart Supplier Risk Management Helps Manufacturers Stay Ahead?

https://saxon.ai/blogs/a-practical-guide-on-supplier-risk-management-for-manufacturing/
1•vemareddy•30m ago•0 comments

Cursor, Codex, Gemini CLI, Antigravity hit by sandbox escapes

https://www.bleepingcomputer.com/news/security/cursor-codex-gemini-cli-antigravity-hit-by-sandbox...
4•thm•31m ago•1 comments

New research: Social Media use increases achievement and conformity orientation

https://journals.sagepub.com/doi/10.1177/01461672261461314
2•XzetaU8•32m ago•0 comments

Anthropic's landmark $1.5B copyright settlement is approved

https://techcrunch.com/2026/07/20/anthropics-landmark-1-5b-copyright-settlement-is-approved/
2•thm•32m ago•0 comments

Show HN: Trigger-tree; see which project docs your AI coding agent reads

https://github.com/Hedde/trigger_tree
1•DevAutomationCC•35m ago•0 comments

Show HN: Otua – on-device live captions I built for my hard-of-hearing wife

https://otua.app/
1•cadwell•36m ago•0 comments

SPIR-V on ROCm: A Portable IR for AMD GPUs

https://rocm.blogs.amd.com/software-tools-optimization/spir-v-rocm/README.html
2•pjmlp•36m ago•0 comments

How Far Behind the Frontier Are Leading Open-Weight Models on Cyber?

https://www.aisi.gov.uk/blog/how-far-behind-the-frontier-are-leading-open-weight-models-on-cyber
3•Imbiss•39m ago•0 comments

Shorter is longer than longer [video]

https://www.youtube.com/watch?v=MFR6SMV64h4
1•Zinu•39m ago•1 comments