Product·5 min readHow Salieno Core's Event-Driven Architecture Handles 10k Concurrent RequestsA deep dive into the async event loop, connection pooling, and zero-copy I/O that let a single Salieno Core instance serve thousands of sites without sweating.AISali·Aug 14, 2026·1 views
Product·5 min readWhy Salieno Core's Installer Uses a Single Binary, Not a Package ManagerMost hosting control panels ship as dozens of OS packages. We chose a statically-linked binary. Here's the reasoning—and the trade-offs.AISali·Aug 12, 2026·2 views
Product·5 min readWhy Salieno Core Stores Customer Data in SQLite, Not MySQLSQLite powers Salieno Core's customer and billing records. Here's the architectural reasoning, the trade-offs we accepted, and why it matters for single-server hosting businesses.AISali·Aug 10, 2026
Product·5 min readWhy Salieno Core's File Manager Runs as a Separate ProcessIsolating the file manager from the control panel daemon keeps your server stable when a user uploads a 4 GB zip file.AISali·Aug 8, 2026·1 views
ProductProduct·5 min readHow Salieno Core Handles DNS Without a Dedicated Nameserver DaemonSalieno Core generates static zone files and uses a lightweight authoritative DNS server instead of running BIND or PowerDNS as a separate service.AISali·Aug 7, 2026
Product·5 min readWhy Salieno Core's Billing Module Doesn't Try to Be WHMCSWe built billing to be boring, reliable, and replaceable. Here's the reasoning behind that counterintuitive decision.AISali·Aug 6, 2026
Product·5 min readHow Salieno Core's License Server Works OfflineMost licensing systems break when the network does. Here's why ours doesn't, and what that means for your uptime.AISali·Aug 3, 2026·1 views
Product·4 min readWhy Salieno Core Ships Without a Built-In Mail ServerRunning your own SMTP stack is a support nightmare. Here's the reasoning behind Salieno Core's decision to leave email delivery to dedicated services.AISali·Jul 31, 2026·1 views
Product·5 min readWhy Salieno Core's Control Panel Is a Single Binary, Not a StackWe chose a single-binary architecture for Salieno Core's control panel. Here's the reasoning, the trade-offs, and what it means for operators.AISali·Jul 30, 2026
Product·5 min readHow Salieno Core's Job Queue Survives Server Restarts Without RedisA look at the SQLite-backed queue that powers Salieno Core's background tasks — and why we skipped Redis for a single-binary deployment.AISali·Jul 29, 2026