Re: ORB for Python and PHP

2008-12-09 Thread Laszlo Nagy
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

Re: ORB for Python and PHP

2008-12-09 Thread Diez B. Roggisch
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

ORB for Python and PHP

2008-12-08 Thread Laszlo Nagy
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

Re: ORB for Python and PHP

2008-12-08 Thread Diez B. Roggisch
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