Re: newbi question on python rpc server, how it works?

2007-03-29 Thread Jean-Paul Calderone
On Thu, 29 Mar 2007 11:25:38 +0530, krishnakant Mane [EMAIL PROTECTED] wrote: hello all, I have downloaded the entire twisted library. I am also trying to read the documentation but I have a couple of problems right now. firstly, I did not find any thing in twisted documentation that

newbi question on python rpc server, how it works?

2007-03-28 Thread krishnakant Mane
hello, searched a lot of places including google search but can't find answers to python-rpc. I am also very new to rpc. I am very clear about its meaning and where it is to be used, but not about how it is done. I have a need where I need to create a layer of business logic that will connect to

Re: newbi question on python rpc server, how it works?

2007-03-28 Thread Larry Bates
krishnakant Mane wrote: hello, searched a lot of places including google search but can't find answers to python-rpc. I am also very new to rpc. I am very clear about its meaning and where it is to be used, but not about how it is done. I have a need where I need to create a layer of

Re: newbi question on python rpc server, how it works?

2007-03-28 Thread Jeff McNeil
I've built a bit of an account provisioning/support framework here based on SimpleXMLRPCServer (which is the one bundled w/ Python). Take a look at http://docs.python.org/lib/module-SimpleXMLRPCServer.html as it also includes a bit of a code example. It seems to work fine for my needs in that I

Re: newbi question on python rpc server, how it works?

2007-03-28 Thread Goldfish
I have a need where I need to create a layer of business logic that will connect to mysql database at one end and a wxpython based thin client at the other end. Spring Python offers something similar (http://springpython.python- hosting.com/wiki/DistributedRemoting) to link up clients withs

Re: newbi question on python rpc server, how it works?

2007-03-28 Thread krishnakant Mane
hello all, I have downloaded the entire twisted library. I am also trying to read the documentation but I have a couple of problems right now. firstly, I did not find any thing in twisted documentation that specifically talks about xml rpc. am I missing some thing? secondly, if I am writing an