Hans Müller <heint...@web.de> wrote:
> Hello experts,
> 
> I'm looking for secure way to pass messages from a python program to a 
> c-library in both ways.
> 
> This scenario is given:
> 
> display client                                          Calculation module in 
> COBOL (yes, big, old but it works well)
> (python, wxpython)      <- Network connection ->        C-Lib beeing called 
> from COBOL to communicaty with
>                                                        display client
> 
> The network connection should be encrypted. And fail save.
> Has someone an idea what to use ?
> 
> I have had a short look on xml rpc which can run over a https server but this 
> seems quite fat.
> Better ideas ?!

Standard TCP connection, forwarded via stunnel or ssh, Should be no brainer if 
the
COBOL side is running on a reasonably modern unix.


-- 
 -----------------------------------------------------------
| Radovan Garabík http://kassiopeia.juls.savba.sk/~garabik/ |
| __..--^^^--..__    garabik @ kassiopeia.juls.savba.sk     |
 -----------------------------------------------------------
Antivirus alert: file .signature infected by signature virus.
Hi! I'm a signature virus! Copy me into your signature file to help me spread!
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to