We have a problem here. We have a website written in PHP. and many programs written in Python. The communication between the components is messy. os.system calls are mixed with popen, xml-rpc and others. We would like to make it consistent and portable. We would like to use free software. What are our options? I checked these:

- Bonobo is the most advanced, but it can only handle C language
- FNORB is good for Python, but not for PHP
- OmniORB would be very good for C and Python, but not PHP

There are others but they do not support both Python and PHP. Should I implement my own ORB, or do you know a suitable solution?

Thank you,

  Laszlo

--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to