Share database mysql between 2 process php

Hi teams,

I share a database mysql between a frontend interface allow to read and update data while the daemon adds data into the DB.

Is it possible to combine these 2 php process in a single exe ? Which is the best way to do this with ExeOutput?

Regards,

Fab

You could have some AJAX call in the background that could trigger the daemon regularly. Or with a timer component (see our documentation)?