Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #28570

Re: Looking for an IPC solution

Date 2012-09-06 12:13 +0200
From Laszlo Nagy <gandalf@shopzeus.com>
Subject Re: Looking for an IPC solution
References <mailman.9.1346440878.27098.python-list@python.org> <20120901145535.53fd8d7d2e71b880d107266b@gmx.net>
Newsgroups comp.lang.python
Message-ID <mailman.288.1346926409.27098.python-list@python.org> (permalink)

Show all headers | View raw


> Probably the fastest I/RPC implementation for Python should be
> OmniOrbpy:
>
> http://omniorb.sourceforge.net/
>
> It's cross-platform, language-independent and standard-(Corba-)
> compliant.
I don't want to use IDL though. Clients will be written in Python, and 
it would be a waste of time to write IDL files.
>
>> I have seen a stand alone cross platform IPC server before that could
>> serve "channels", and send/receive messages using these channels. But
>> I don't remember its name and now I cannot find it. Can somebody
>> please help?
> If it's just for "messaging", Spread should be interesting:
>
> http://www.spread.org/
>
> Also cross-platform & language-independent.
Looks promising. This is what I have found about it:

http://stackoverflow.com/questions/35490/spread-vs-mpi-vs-zeromq


> So, it really depends on whether you are trying to build a parallel 
> system or distributed system. They are related to each other, but the 
> implied connotations/goals are different. Parallel programming deals 
> with increasing computational power by using multiple computers 
> simultaneously. Distributed programming deals with reliable 
> (consistent, fault-tolerant and highly available) group of computers.

I don't know the full theory behind distributed programming or parallel 
programming. ZMQ seems easier to use.


Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Looking for an IPC solution Laszlo Nagy <gandalf@shopzeus.com> - 2012-08-31 21:04 +0200
  Re: Looking for an IPC solution Marco Nawijn <nawijn@gmail.com> - 2012-08-31 13:25 -0700
  Re: Looking for an IPC solution Marco Nawijn <nawijn@gmail.com> - 2012-08-31 13:25 -0700
  Re: Looking for an IPC solution Paul Rubin <no.email@nospam.invalid> - 2012-08-31 13:36 -0700
    Re: Looking for an IPC solution Laszlo Nagy <gandalf@shopzeus.com> - 2012-08-31 23:10 +0200
  Re: Looking for an IPC solution Wolfgang Keller <feliphil@gmx.net> - 2012-09-01 14:55 +0200
    Re: Looking for an IPC solution vasudevram <vasudevram@gmail.com> - 2012-09-03 14:43 -0700
    Re: Looking for an IPC solution Laszlo Nagy <gandalf@shopzeus.com> - 2012-09-06 12:13 +0200
  Re: Looking for an IPC solution Aaron Brady <castironpi@gmail.com> - 2012-09-01 19:10 -0700
    Re: Looking for an IPC solution Laszlo Nagy <gandalf@shopzeus.com> - 2012-09-06 12:00 +0200
  Re: Looking for an IPC solution Aaron Brady <castironpi@gmail.com> - 2012-09-01 19:10 -0700

csiph-web