Best Products
Launches
Launch archive
Most-loved launches by the community
Launch Guide
Checklists and pro tips for launching
News
Newsletter
The best of Product Hunt, every day
Stories
Tech news, interviews, and tips from makers
Changelog
New Product Hunt features and releases
Forums
Forums
Ask questions, find support, and connect
Kitty Points Leaderboard
The highest scoring community members
Streaks
The most active community members
Events
Meet others online and in-person
Advertise
Subscribe
Sign in
Clear text
recent
p/general
by
Alex Goldwyn
β’
1d ago
My app server remembered the last visitor, one edit away from a shared cache
... minute check for anyone running a long-lived
app
server
: PHP under RoadRunner or Swoole, Node, anything where one process serves request after request instead of starting fresh each time. List the values your templates read that middleware sets per request: the signed-in flag, the avatar, the CSRF token, the analytics user id. Then ask what each of them holds on a request where that middleware did not run. In a process-per-request world the answer is nothing ...
0
7
p/general
by
Alex Goldwyn
β’
8d ago
My worker pool tripled fifty days ago and two files I wrote today still argue from the old number
... count, pool size, connection cap, a timeout. Then search your source for the prose that argues from it not the number, the sentences. The ones that say: because we have N of these, this limit is X. Mine: the
app
server
's HTTP pool is six concurrent workers. That number is well guarded. There is a unit test named after it that asserts six, and a second one checking that six plus the two background workers fit the host ...
0
2
p/self-promotion
by
Adem Δ°Εler
β’
2mo ago
CodexPigeon uses a mailbox instead of interrupting a running coding agent
... agent records acknowledgements in RECEIPTS.md New guidance is picked up at a safe checkpoint rather than being pushed into a running turn. The project assumes one thread per worktree and one mailbox per worktree. It also keeps Codex
App
Server
access limited to discovery and status; it does not use turn steering, message injection, or interruption calls. The interesting part was not the Electron interface. It was designing a coordination model that stays observable with normal files, Git, and editor ...
0
0
Subscribe
Sign in