Welcome the channel on the development of Cro, a set of libraries for building reactive distributed systems, lovingly crafted to take advantage of all the Raku Programming Language has to offer (cro.services). This channel is being logged for historical purposes.
Set by lizmat on 24 May 2021.
08:26 xinming left 08:30 xinming joined 08:38 sena_kun joined 11:49 lizmat_ joined 11:52 lizmat left 11:53 lizmat_ left, lizmat joined 12:32 xinming left 12:33 xinming joined 12:34 patrickb left 12:35 patrickb joined 13:11 xinming left, xinming joined 13:24 xinming left, xinming joined 13:37 xinming left, xinming joined 18:03 melezhik joined
melezhik o/ my cro application (sparky) consumes way too much CPU even being idle, is it typical for cro? 18:03
basically here the code - github.com/melezhik/sparky/blob/ma...y-web.raku
maybe web sockets do that? 18:04
github.com/melezhik/images/blob/0b...21.05.jpeg 18:06
18:11 tbrowder_ joined 18:12 tbrowder left, tbrowder_ is now known as tbrowder, jjatria left
melezhik github.com/melezhik/sparky/commit/...12e180fc4d 18:16
hopefully this will fix this 18:21
18:21 melezhik left 18:26 jjatria joined 21:47 sena_kun left 21:49 sena_kun joined 22:26 xinming left 22:27 xinming joined 23:22 sena_kun left
japhb melezhik: Did that work? Because no, >2.6 cores at *idle* is really not normal. 23:48
I did a lot of work on Cro's WebSockets performance, and assuming you're not sending a *continuous* stream of packets or connection requests, or really *large* packets, it should barely even notice it. 23:50