php - Python data passing -
i need exchange data between python daemon (cluster nods send data daemon) , php script (apache) which, accessed webbrowsers. recommend technology establish connection between them. both, python daemon , apache/php on same machine.
thank you.
what wanting called ipc (inter process communication). since these common linux applications going refer so question recommends unix domain sockets.
Comments
Post a Comment