From: Stephen N. <ste...@co...> - 2002-03-22 15:29:26
|
I have a system made up of two parts. One in Jython and the other in CPython. The reason for this is that I could not find a Gnutella library in CPython, but I could in Java. Also I have been having difficulties with BerkeleyDB Java bindings, so I decided to use CPython's bsddb. Anyway, I would like the jython and python processes to communicate with each other. I was think of IPC using scokets, but I'm not sure if this is the best option. I'd be grateful for any advice on this as I have not done this sort of thing before. Alternatively if anyone knows of a good python gnutella library (like Jtella), that would be an alternative solution. Thanks Again. Stephen |