Matteo Tenca

Results 16 comments of Matteo Tenca

@pkoutoupis Thank you for the informations. I'm writing a PHP app using some JS libraries to show graphs etc. I want to write a PHP interface (webserver involved) and a...

@Augusto7743 @pkoutoupis I suggest Augusto to try the approach I tried to detail here (link to the specific message): https://github.com/pkoutoupis/rapiddisk/issues/86#issuecomment-1151929994 This is the only way I found to avoid filesystem...

@Augusto7743 @pkoutoupis I believe that a very final flush via systemd services is a problem. From the [docs](https://man7.org/linux/man-pages/man7/bootup.7.html): ``` System shutdown with systemd also consists of various target units with...

@Augusto7743 I tried with the systemd approach (i.e. using services), with your files and with many variants found around the web, but the root filesystem with a rapiddisk device attached...

@andriusst Hi there, maybe you can try mixing write around and writeback modes, using `rapiddisk`. I am far away from your speed needs, but this combination made a linux installation...

> Since both this and the other PRs are fairly large, I would like to schedule a Zoom call (if you do not mind) to step through them. Can you...

This PR is superseeded by #139, can be closed. Regards

Before: ``` shub@ubuserver:/tmp/rapiddisk/src$ sudo valgrind -s --leak-check=full --show-leak-kinds=all ./rapiddisk -l ==6462== Memcheck, a memory error detector ==6462== Copyright (C) 2002-2017, and GNU GPL'd, by Julian Seward et al. ==6462== Using...

> I still need to check more but I gave it an initial look this morning. > > Originally, I was less concerned about memory leaks in this code only...

Hi! These commits are included in PR #132 too, in branch ```leaks/daemon_leaks_json```, so I believe this request can be closed! Regards