Cro: libraries and tools for building reactive services in Perl 6 | cro.services/ | Logs: irclog.perlgeek.de/cro/
Set by moderator on 23 March 2018.
02:39 FROGGS_ joined 02:57 ilbot3 joined
moderator Cro: libraries and tools for building reactive services in Perl 6 | cro.services/ | Logs: irclog.perlgeek.de/cro/
07:18 sena_kun joined 08:16 lizmat joined 11:36 lizmat joined
FROGGS_ jnthn: this is quite nice: mojolicious.org/perldoc/Test/Mojo#SYNOPSIS 12:15
FROGGS at work I have a project that is a REST-y thing, and the objects in the frontend map one to one to tables/collections in the backend 12:19
and there is a standard implementation for the CRUD methods (actually more like crudrudrr :P) 12:20
crud for single objects, rud for lists, and then referencing and unreferencing other objects
this is a quite simple concept that which already powers most of the features of said project 12:21
a recent more challenging task was to implement workflows in a way that you have client side and server side actions/scripts, in a way that the workflows configuration can be stored in a database and be customized for one group of users or another 12:23
anyway, having a 1-to-1 relationship always helps IMO 12:25
jnthn: btw, I am making progress with DBD::mysql+async, sometimes it finished all 100 connections/statements (it's basically a sleepsort) 14:33
though, it takes less time when it crashes early, maybe I leave it that way :P 14:34
jnthn
.oO( sqleepsoort )
FROGGS (it takes ~15s to sleepsort 100 connections with "select sleep(rand() * 10)") 14:35