Re: "A Fundamental Turn Toward Concurrency in Software"
From: Carlos Ribeiro (carribeiro_at_gmail.com)
Date: 01/08/05
- Next message: flamesrock: "Re: EOF for binary?"
- Previous message: Rick Parsons: "Re: Another look at language comparisons"
- In reply to: aurora: "Re: "A Fundamental Turn Toward Concurrency in Software""
- Next in thread: Jorgen Grahn: "Re: "A Fundamental Turn Toward Concurrency in Software""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sat, 8 Jan 2005 20:36:42 -0200 To: aurora <aurora00@gmail.com>
On Sat, 08 Jan 2005 11:52:03 -0800, aurora <aurora00@gmail.com> wrote:
> One of the author's idea is many of today's main stream technology (like
> OO) did not come about suddenly but has cumulated years of research before
> becoming widely used. A lot of these ideas may not work or does not seems
> to matter much today. But in 10 years we might be really glad that we have
> tried.
One thing that I would love to see included in Python is a native
library for fast inter-process communication, including support for
message passing primitives and remote object calls. I know that there
are a number of offerings in this arena: third party libraries such as
Pyro, message passing libraries such as the ones from ScyPy, and
standard libraries such as the XMLRPC ones. The key requirements are:
"fast", and "native".
By fast, I mean, highly optimized, and at least as fast (in the same
order of magnitude, let's say) as any other competitive environment
available. By native, it means that it has to be included in the
standard distribution, and has to be as transparent and convenient as
possible. In other words, it has to feel like a native part of the
language.
-- Carlos Ribeiro Consultoria em Projetos blog: http://rascunhosrotos.blogspot.com blog: http://pythonnotes.blogspot.com mail: carribeiro@gmail.com mail: carribeiro@yahoo.com
- Next message: flamesrock: "Re: EOF for binary?"
- Previous message: Rick Parsons: "Re: Another look at language comparisons"
- In reply to: aurora: "Re: "A Fundamental Turn Toward Concurrency in Software""
- Next in thread: Jorgen Grahn: "Re: "A Fundamental Turn Toward Concurrency in Software""
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|