Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > Python > Kamaelia Released

Reply
Thread Tools

Kamaelia Released

 
 
Michael Sparks
Guest
Posts: n/a
 
      12-22-2004
Hi,


I've already posted an announcement in comp.lang.python.announce
about this, but for those who were at Europython and remember me
giving a lightning talk on Kamaelia who don't read c.l.p.a - this
is just a quick note to say that we've been given the go ahead to
release it as open source and that it's now on sourceforge here:

* http://kamaelia.sourceforge.net/

Essentially the bottom line idea is it's designed as a testbed
platform for building network servers, and specifically new
protocols. The reason for not using twisted is to try an alternate
approach is to see whether an alternate approach has any benefits.
(twisted is a better option if you just want something scalable
in python right now of course!)

The approach we've taken for concurrency is essentially lots of
small components communicating in CSP/Occam like manner. Each
component is a python generator, with extra attributes inboxes/outboxes
which act as queues/buffers. Interesting systems are then composed
by linking outboxes to inboxes allowing data to flow through the
system.

For the moment the code is only available via anonymous CVS checkout,
but we'll probably start having nightly CVS snapshots at some point
soon.

Merry Christmas,


Michael.
--

British Broadcasting Corporation, Research and Development
Kingswood Warren, Surrey KT20 6NP

This message (and any attachments) may contain personal views
which are not the views of the BBC unless specifically stated.


 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
ANN: Kamaelia 0.3.0 released! Michael Sparks Python 0 10-11-2005 12:57 PM
ANN: Kamaelia 0.2.0 released! Michael Sparks Python 12 08-08-2005 11:02 AM
RE: ANN: Kamaelia 0.2.0 released! Tim Golden Python 4 08-04-2005 03:47 PM
Kamaelia 0.1.2 Released Michael Sparks Python 0 04-13-2005 03:19 PM
ANNOUNCE: Kamaelia 0.1.1 Released Michael Sparks Python 0 03-02-2005 04:11 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57