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.

for php here , python here.


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -