Ruis - multiparadigm middleware for distributed systems

2008-11-30 Thread Antti Kervinen
Hello! I'd like to introduce Ruis, a new kind of library for developing distributed systems in Python. Unlike the usual distributed middleware, Ruis does not force the use of any single distributed architecture (such as client-server) nor any single distributed programming paradigm (such as RPC).

ANN: python-aspects 1.2 released

2008-10-09 Thread Antti Kervinen
Hello! aspects.py is a lightweight and low-level library for intercepting function calls. Functions and methods (also in Python standard library and third party code) can be wrapped so that when they are called, the wrap is invoked first. Depending on the wrap, the execution of the original functi

ANN: rthread - distributed computing by remote threads

2006-12-12 Thread Antti Kervinen
o serialisation of objects. If you are interested, please check: http://www.cs.tut.fi/~ask/rthread/index.html Yours, Antti Kervinen -- http://mail.python.org/mailman/listinfo/python-announce-list Support the Python Software Foundation: http://www.python.org/psf/donations.html