Pythomnic 2.0, framework for building reliable highly dynamic network services

dmitry at targeted.org dmitry at targeted.org
Tue May 16 08:36:35 CEST 2006


Major new features in version 2.0:

* Support for distributed transactions
* Network-wide service health monitoring
* Dynamic service discovery at runtime
* Support for module level persistency
* Full support for JMS integration

The what's new page: http://www.pythomnic.org/changes.html

Pythomnic is a Python framework for distributed service networks.
It focuses on the following main principles:

* Network services are relied upon and volatile at the same time.
  This dilemma has  to be addressed. Pythomnic supports transparent
  code and configuration changes that do not require service restart.
* Building reliable network services is an integration task more than
  anything else. Pythomnic offers facilities to build distributed
services
  spanning multiple machines.
* Nothing is fail-safe, the service must be fault-tolerant to survive.
  Pythomnic offers the developers various fault-tolerance techniques.

Project site: http://www.pythomnic.org/



More information about the Python-announce-list mailing list