I want to launch a prolog with php, but i must keep the connection so that the user can send goals to be executed. My question is: should i use functions like 'exec()' or should i develop a module to do this
If you want to keep an open connection, then HTTP is not the way to go, at least not very easily...
---John Holmes...