LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Syndicated Linux News (https://www.linuxquestions.org/questions/syndicated-linux-news-67/)
-   -   LXer: Scaling your Application Across Nodes with Spring Python's Remoting (https://www.linuxquestions.org/questions/syndicated-linux-news-67/lxer-scaling-your-application-across-nodes-with-spring-pythons-remoting-810283/)

LXer 05-26-2010 03:00 PM

LXer: Scaling your Application Across Nodes with Spring Python's Remoting
 
Published at LXer:

Spring Python offers a clean cut way to take simple applications and split them out between multiple machines using remoting techniques that can be seamlessly injected without causing code rewrite headaches. Spring Python makes it easy to utilize existing technologies, while also being prepared to support ones not yet designed. In this article we will learn how: * Pyro provides a nice Python-to-Python remoting capability to easily create client-server applications * Spring Python seamlessly integrates with Python so that your application doesn't have to learn the API * You can convert a simple application into a distributed one, all on the same machine * It takes little effort to rewire an application by splitting it up into parts, plugging in a round-robin queue manager, and running multiple copies of the server with no impact to our business logic

Read More...


All times are GMT -5. The time now is 07:54 PM.