confused on python rpc with apache, is it possible?

Ravi Teja webraviteja at gmail.com
Sat Jan 20 01:59:19 EST 2007


krishnakant Mane wrote:
> On 19/01/07, Diez B. Roggisch <deets at nospam.web.de> wrote:
> >
> > I'm unclear why you want the apache in there in the first place. Why don't
> > you just create an e.g. twisted-based XMLRPC-server, and simply let that
> > run? What is the apache intended for?
>
>
> twisted-based? what is that?  what is that.
> I am very new to xml-rpc so my questions may sound very basic.

All you have to do is Google when you have very basic questions
For example: twisted python xmlrpc

> any ways apache is doing nothing in there but I thought that if some
> thing needs to be done in php in the future then apache better be
> there but as I said that is no need if pythone can do it on a stand
> alone basis.

Use mod_python with some xmlrpc handler. There is more than one around.
Google for them. That way you can keep Apache for both Python and PHP.

Ravi Teja.




More information about the Python-list mailing list