Re: [BangPypers] Alternate to XMLRPCServer

2012-01-06 Thread Senthil Kumaran
> On Fri, Jan 6, 2012 at 12:59 AM, Senthil wrote: > > I have an xmlRPC standalone server written wholly in python. Now am facing > > problems in scaling the services. The more we start adding features, the > > response gets slower. Is there any alternate server architectures i should > > start th

Re: [BangPypers] Alternate to XMLRPCServer

2012-01-06 Thread Nagappan Alagappan
Hello Senthil, On Fri, Jan 6, 2012 at 12:59 AM, Senthil wrote: > Hi All, > > I have an xmlRPC standalone server written wholly in python. Now am facing > problems in scaling the services. The more we start adding features, the > response gets slower. Is there any alternate server architectures i

Re: [BangPypers] Alternate to XMLRPCServer

2012-01-06 Thread Parth Buch
On Fri, Jan 6, 2012 at 3:02 PM, Balachandran Sivakumar wrote: > Hi, > > On Fri, Jan 6, 2012 at 2:29 PM, Senthil wrote: > > Hi All, > > > > I have an xmlRPC standalone server written wholly in python. Now am > facing problems in scaling the services. The more we start adding features, > the respo

Re: [BangPypers] Alternate to XMLRPCServer

2012-01-06 Thread Balachandran Sivakumar
Hi, On Fri, Jan 6, 2012 at 2:29 PM, Senthil wrote: > Hi All, > > I have an xmlRPC standalone server written wholly in python. Now am facing > problems in scaling the services. The more we start adding features, the > response gets slower. Is there any alternate server architectures i should >

[BangPypers] Alternate to XMLRPCServer

2012-01-06 Thread Senthil
Hi All, I have an xmlRPC standalone server written wholly in python. Now am facing problems in scaling the services. The more we start adding features, the response gets slower. Is there any alternate server architectures i should start thinking of ? This server works on basis of threaded archi