Search found 1 match

by masterminder
Thu Jun 25, 2009 11:26 pm
Forum: PHP - Code
Topic: Calling executables - server requests
Replies: 0
Views: 150

Calling executables - server requests

Hello, I am looking for the best way to call an executable (written in C++). In one case I want it to be running as a a demon (server) in order to hold information in memory. What I did: 1. I created the demon and opened a socket from php to that demon. Done. (In fact I had two demons, one was recei...