[Linux-ha-dev] Pure Python version of haclient ?
Xinwei Hu
hxinwei at gmail.com
Mon Jun 11 13:33:33 MDT 2007
Hi all,
I'm trying to run haclient on the Windows platform. The biggest difficulty
is to port the C code of lib/mgmt to mingw/cygwin platform.
A much eaiser step, which I take now, is to rewrite the client part of
lib/mgmt in pure python (ctypes + gnutls binding). The windows version of
haclient now works with minimum modification (popen(uuidgen) is replaced with
uuid.uuid4()). :)
As this change will impose some extra dependencies on python and python
libraries, I'd like to know your comments on this :)
The source code is under cleaning up, I'll send it out soon.
More information about the Linux-HA-Dev
mailing list