Laszlo Nagy schrieb:
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?
The whole purpose of an ORB ist that it is interoperable. So if you
have a good python orb (I personally prefer OmniORB), and a good one
f
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?
The whole purpose of an ORB ist that it is interoperable. So if you
have a good python orb (I personally prefer OmniORB), and a good one
for PHP - connect them.
Laszlo Nagy schrieb:
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