Tagged articles
2 articles
Page 1 of 1
ITPUB
ITPUB
Feb 29, 2016 · Backend Development

Achieving True Asynchronous Database Queries in Mojolicious

This guide explains how to implement non‑blocking database operations in Perl using Mojolicious, compares process‑fork and socket‑level async approaches, and provides step‑by‑step code to set up a fully asynchronous app.

AnyEventAsync DatabaseMojolicious
0 likes · 7 min read
Achieving True Asynchronous Database Queries in Mojolicious
ITPUB
ITPUB
Dec 24, 2015 · Backend Development

Achieving True Asynchronous Database Queries in Perl with Mojolicious

This article explains how to implement genuine non‑blocking database access in Perl web applications by comparing process‑based and socket‑level async techniques, reviewing available modules, and providing a step‑by‑step guide to integrate AnyEvent::DBI::MySQL into a Mojolicious project for dramatically faster concurrent requests.

AnyEventBackendMojolicious
0 likes · 7 min read
Achieving True Asynchronous Database Queries in Perl with Mojolicious