Re: [Python-Dev] Make socket support TIPC

2007-12-21 Thread Alberto Bertogli
On Tue, Dec 18, 2007 at 11:57:19AM -0300, Alberto Bertogli wrote: > I wrote a patch adding TIPC support to the socket module, you can find > it in http://bugs.python.org/issue1646. Well, I'm supposed to "tickle the interest of one of the many folks with commit privileges" abo

[Python-Dev] Make socket support TIPC

2007-12-18 Thread Alberto Bertogli
Hi! I wrote a patch adding TIPC support to the socket module, you can find it in http://bugs.python.org/issue1646. TIPC (http://tipc.sf.net) is an open protocol designed for use in clustered computer environments. It currently has an open source implementation for Linux (>= 2.6.16), and VxWorks.