Well, I'm using shell exec to avoid that issue but Im looking for something a little bit more "clean".
Can the CLI server share some classes from my web server app (phalcon) or share memory with it?.
Basically, it's a rest api. I have to send the response asap then do some heavy processing.
I know I have different options to accomplish that but I wanted to see what the phalcon community is going to suggest.
Thanks