|
|
|
|
|
by penagwin
2339 days ago
|
|
I kinda meant both. I feel silly not knowing that it's only "php ./script.php". I also meant long-running processes, which it sounds like is still problematic. To be fair, it doesn't sound like PHP was ever designed to be used for long-running processes, to which I guess "Fair enough", but that might make things like a job worker queue more complicated if you want to write the workers in PHP (it sounds like you'll need a dispatcher in a different language because that would be a long-running process). |
|