clue / reactphp-sqlite

Async SQLite database, lightweight non-blocking process wrapper around file-based database extension (ext-sqlite3), built on top of ReactPHP.
https://clue.engineering/2019/introducing-reactphp-sqlite
MIT License
51 stars 10 forks source link

Support executing from CGI binary and simplify child command line (ps) #21

Closed clue closed 5 years ago

clue commented 5 years ago

Try to look up php binary for child worker process when running from php-cgi binary. Additionally, chdir() to child worker source folder when spawning child to avoid lengthy command line (ps output).

Refs #5