Free a buffer on an error path
[pytipc.git] / README
blobd346e790c9eb04e21d0825d083572475029b51cf
2 pytipc - A TIPC module for Python
3 Alberto Bertogli (albertito@gmail.com)
4 ---------------------------------------------------
6 TIPC (http://tipc.sf.net) is a network protocol designed for use in clustered
7 computer environments, allowing designers to create applications that can
8 communicate quickly and reliably with other applications regardless of their
9 location within the cluster.
11 This project provides a way to use TIPC inside Python using a socket-alike
12 interface.
14 Hopefully, TIPC support will be incorporated into the Python socket module
15 sometime in the future and this project will no longer be necessary; but until
16 then, here it is.
18 Most documentation is in the form of docstrings inside the code; but the
19 structure and usage is quite similar to the "socket" module.
21 To install the module, use the standard "python setup.py install" procedure.
23 Please send any questions, comments or suggestions to albertito@gmail.com.
24 The website for this project is http://auriga.wearlab.de/~alb/pytipc/.